Order Management System. What's new
← Version 1.38.27.3

Updates on the “Upload Items” panel for the Items List

Item List form -> “Item Overview” multi-button -> Upload Items button:

  • “Upload Items” panel:
    • “Create Items” button was renamed to the “Create / Update items”:
      • after clicking on the button -> the next logic is used:
        • if the item is not exist in the System -> it is added to the Datagrid:
          • near this item is displayed Validation:
            • Text: “Data should be created”;
            • Validation is displayed as red circle;
        • if the item is exsist -> and data was updated for item in the downloaded file:
          • near this item is displayed Validation:
            • Text: “Data was updated”;
            • Validation is displayed as yellow circle;
        • items are updated/added based on the checkbox column:
          • if no one line item on the panel wasn’t selected -> all line items from the panel are updated/added;
          • if line item on the panel was selected -> the selected line item from the panel is updated/added.