Point of Sale:
- Gift Card creation pop-up:
- “Multiple Amounts” button:
- was added next to Amount textbox;
- if user filled Amount in the textbox -> is clickable;
- after clicking on the button -> the Multiple Amounts pop-up is opened;
- “Multiple Amounts” pop-up contains:
- “Qty” textbox:
- is editable;
- contains gift card qty;
- “Amount” textbox:
- the value from Gift Card pop-up is displayed;
- is editable;
- “Can be used only at” dropdown:
- contains the dropdown with list of Stores from system;
- is editable;
- after store selection -> this store prefilled for all gift cards;
- “Generate Numbers” button:
- after clicking -> the number for each of cards is generated;
- Datagrid with the columns:
- in the Datagrid is displayed line Qty depends on value in Qty textbox;
- Number:
- contains the Gift Cards numbers;
- is scanned or filled manually;
- is editable;
- Amount:
- contains Gift Cards Amount;
- is editable;
- Can be used only at:
- contains the dropdown with list of Stores from system;
- is editable;
- in the column is displayed “X” button:
- after clicking -> the line item is deleted from Datagrid and amount is evenly divided for all cards;
- Buttons:
- Cancel:
- is always clickable;
- after clicking on the button -> the pop-up is closed and Amount isn’t divided;
- Save:
- if on the pop-up isn’t displayed validation -> is clickable;
- after clicking on the button:
- the pop-up is closed;
- on the Order item list is displayed the list of gift cards.
- Cancel:
- “Qty” textbox:
- “Multiple Amounts” button: