Order Management System. What's new
← Version 1.34.6.0

Item variation with Additional Charge

Item edit form:

  • Item variations tab:
    • Additional Charge button:
      • was added to Characteristic block for Custom Dictionaries;
      • after clicking on the button:
        • Additional Charge panel is opened;
    • “X” button:
      • logic is extended;
      • After clicking on the button:
        • Additional charge values are deleted with Dictionary for this item;
    • Additional Charge panel should contain:
      • Datagrid:
        • First Column:
          1. Column Name = Name of Custom Dictionary;
          2. The column contains a list of all values of this Dictionary;
        • Charge column:
          1. fields by default is empty;
          2. fields isn’t required;
          3. only numbers are allowed;
          4. decimal field;
      • Cancel button:
        • always enabled;
        • after clicking on the button:
          1. the panel is closed without changes;
          2. Additional Charge counter isn’t displayed if it’s first adding of Additional Charge;
          3. Additional Charge Counter is displayed without  changes if it isn’t  first adding of Additional Charge;
      • Apply button:
        • is enabled if at least one value is entered in the Charge field;
        • after clicking on the button:
          1. the panel is closed with changes;
          2. Additional Charge Counter displays the count of the fields with the entered charge value.

Sale Order form:

  • Item Details pop-up:
    • if the item with Additional Charge was added to the Sale Order:
      • In the Custom Dictionary field value is displayed with additional Charge in brackets;
      • After adding item characteristic with Additional Charge:
        • The name of the characteristic is displayed in the Description field on Sale Order;
        • Additional Charge is summed with item rate.