Order Management System. What's new
← Version 1.37.99.0

Updates for “Department” / “Item Class” / “Brand” / “Category” Dictionaries

Dictionaries -> Item:

  • Department:
    • Edit form:
      • “Priority” textbox:
        • only numbers are allowed;
        • integer field;
        • was added under the “Description” textbox;
        • the logic is the same as for Categories Priority;
        • The priority value is showing the order of Departments on drop-downs:
          • first are displayed Departments with priority;
          • then all other Departments in alphabetical order from A-Z;
    • List Form:
      • “Priority” column:
        • was added to the Datagrid -> next to the “Name” column;
        • is displayed Department Priority;
  • Category:
    • List Form:
      • “Priority” column:
        • was added to the Datagrid -> next to the “Description” column;
        • is displayed Category Priority;
  • Item Class:
    • Edit form:
      • “Priority” textbox:
        • only numbers are allowed;
        • was added to the “Item Class” edit form;
        • was added next to the “Description” textarea;
        • the logic is the same  as for Categories Priority;
        • The priority value is showing the order of Item Classes on drop-downs:
          • first are displayed Item Classes with priority;
          • then all other Item Classes in alphabetical order from A-Z;
        • If for Item Classes textbox is empty -> Item Classes are sorted in A-Z format;
    • List Form:
      • “Priority” column:
        • was added to the Datagrid -> next to the “Description” column;
        • is displayed Item Class Priority;
  • Brand:
    • Edit form:
      • “Priority” textbox:
        • only numbers are allowed;
        • was added to the “Brand” edit form;
        • was added next to the “Description” textarea;
        • the logic is the same  as for Categories Priority;
        • The priority value is showing the order of Brands on drop-downs:
          • first are displayed Brands with priority;
          • then all other Brands in alphabetical order from A-Z;
        • If for Item Classes textbox is empty -> Brands are sorted in A-Z format;
    • List Form:
      • “Priority” column:
        • was added to the Datagrid -> next to the “Description” column;
        • is displayed Brand Priority.