Item List form -> Datagrid:
- Item Name -> is clickable;
- after clicking -> Item Quick View panel is opened:
- Item Quick View panel contains:
- Item name textbox:
- is required;
- is editable;
- item name from the item edit form is displayed;
- Primary Description textbox:
- is editable;
- item primary description from the item edit form is displayed;
- Item image:
- if the item has an image -> it is displayed on the leftward of the Item and Description;
- Price block -> the next Item Prices are displayed:
- Last Cost -> from Item Edit form (is readonly);
- Average Cost -> Item Cost from Inventory (is readonly);
- List Cost -> the list cost of preferred vendor:
- is editable field;
- is taken from Item edit by default;
- only numbers are allowed;
- this field is decimal;
- Store dropdown:
- it contains the List of Stores in System;
- the Prices for levels Datagrid is displayed depending on the selected Store:
- contains the next columns:
- Price Levels -> A/B/C:
- Selling Price -> is editable:
- is taken from Item edit by default;
- only numbers are allowed;
- this field is decimal;
- Margin in percent -> is editable:
- is taken from Item edit by default;
- only numbers are allowed;
- this field is decimal;
- Base -> isn’t editable:
- is taken from Item edit by default;
- Net Last;
- Net Avg;
- Discount in Percents -> is editable
- is taken from Item edit by default;
- only numbers are allowed;
- this field is decimal;
- Final Price;
- contains the next columns:
- Barcodes block:
- SKU checkbox:
- if it checked -> Item Barcode is used as SKU;
- Item Barcode textbox:
- is editable;
- only numbers are allowed;
- this field is decimal;
- item Barcode from the item edit form is displayed;
- Item Qty -> Qty of printed Barcode labels;
- Print Barcode multi-button:
- if Barcode is filled -> button is clickable;
- contains two actions:
- Print;
- Print with Amount;
- after clicking on the button -> the Item Barcode Label is printed depending on selected Action;
- SKU checkbox:
- Buttons -> are added to the bottom of the panel:
- Edit Item:
- is always clickable;
- after clicking on the button:
- Item edit form is opened;
- Cancel:
- is always clickable;
- after clicking on the button:
- quick view panel is closed;
- changes aren’t saved;
- Save:
- if the user edits field/fields -> the button is clickable;
- after clicking on the button:
- quick view panel is closed;
- changes are saved and they are displayed in the item edit form and in the corresponding columns in the Item List Datagrid.
- Edit Item:
- Item name textbox:
- Item Quick View panel contains: