Order Management System. What's new
← Version 1.33.0.0

Item edit form and Item Details pop-up changings

Item Edit form:

  • Options section:
    • In the section are displayed:
      • Question textbox:
        • All characters are allowed;
        • If the question was filled -> it displayed on “Item details” pop-up on SO;
      • Add Option button;
        • after clicking on the button the empty option row is added;
      • Empty Option row:
        • by default are displayed two rows;
        • each row contains:
          1. checkbox
            1. by default not check;
            2. if the checkbox is checked option is displayed on “Item details” pop-up on SO;
            3. disable and not check if the textbox is empty;
          2. textbox -> all characters are allowed;
  • Characteristic section:
    • Select Custom field dropdown contains the list of Custom fields from the dictionary;
    • Select Custom dictionary dropdown contains the list of Custom dictionaries from the dictionary;
    • Apply button:
      • enable if Select Custom field or Select Custom dictionary is filled;
      • after clicking on the button, the selected dictionary is added to the form;
    • Selected dictionary:
      • is displayed list of added dictionaries;
      • all dictionaries are optional;
      • added dictionaries are displayed on “Item details” pop-up on SO.

Sale order Item Details pop-up:

  • Item detail pop-up is displayed -> if to the item was linked at least one Custom/Field dictionary or checked at least one option;
  • Contains:
    • Options section;
      1. Question displays entered Question on Item edit;
      2. List of checked options from item edit;
    • Characteristics displays list of added Custom/Field dictionary from Item edit:
      • Field dictionary -> if in the field on item edit was entered value -> it is displayed on the item details;
      • Custom dictionary -> if in the drop-down on item edit was selected value -> it is displayed on the item details;
    • Select Item dropdown contains the list of all items in the system:
      1. Inventory;
      2. Non Inventory;
      3. Service;
      4. Group;
      5. Assembly;
    • Select button ->after clicking on the button:
      1. the pop-up is closed;
      2. the item details are added to the item description in the next format:
        • [description of selected item]; [description of item with item variations]; – [list of checked options via comma]; [list from Custom/Field dictionary via comma];
  • Delete logic -> if user reopens item variation and uncheck or change values in the fields -> changes don’t influence on the item description.

Also, characteristics, which were selected in Item Edit form, are displayed in Item details pop-up in right order.  Item details pop-up was made bigger.