Order Management System. What's new
← Version 1.37.21.0

“Slt Summary” / “Slt Detail” Reports

Reports List from the Menu:

  • were added the next Reports to the List:
    • Slt Summary;
    • Slt Detail;
  • after clicking on the reports -> corresponding forms of Reports are opened.

Report “Slt Summary”:

  • Rules:
    • data is filtered by date and is grouped by Vendor;
  • Filters:
    • Date From / To -> required date pickers for separated date;
    • Vendor Name -> dropdown List;
    • Store -> dropdown List;
    • “Search” button:
      • is always clickable;
      • after clicking on the button -> the Datagrid is filtered based on the selected filters;
  • Datagrid:
    • were added next columns:
      • checkboxes;
      • Vendor;
      • SLT Count -> displays the count of SLT orders linked to Vendor and store in current period;
      • Warehouse -> Store;
    • After double clicking on the line item -> the “Slt Details” Report is opened;
  • “Export to Excel” button:
    • after clicking on the button the excel is downloaded with data from datagrid;
    • if some lines are checked -> are downloaded only checked lines;
    • if no one line is checked -> are downloaded all lines from datagrid;
  • was added column selector.

Report “Slt Detail”:

  • Rules:
    • data is sorted by Vendor then by order date and then by order type;
  • Filters:
    • Date From / To -> required date pickers for separated date;
    • Order # -> textbox;
    • Vendor Name -> dropdown List;
    • Store -> dropdown List;
    • “Search” button:
      • is always clickable;
      • after clicking on the button -> the Datagrid is filtered based on the selected filters;
  • Datagrid:
    • contains next columns:
      • checkbox;
      • Order Type;
      • Order Date;
      • Order Number;
      • Vendor;
      • Items -> List of Order Items;
      • Store;
  • “Export to Excel” button:
    • after clicking on the button the excel is downloaded with data from datagrid;
    • if some lines are checked -> are downloaded only checked lines;
    • if no one line is checked -> are downloaded all lines from datagrid;
  • was added column selector.

OMS Web -> Settings -> Permission:

  • were added new permissions to Reports tab -> Reports List:
    • Can View Slt Summary Report:
      • if for user the checkbox is unchecked:
        • “Slt Summary” Report is hidden from the Report Menu List form;
    • Can View Slt Detail Report:
      • if for user the checkbox is unchecked:
        • “Slt Detail” Report is hidden from the Report Menu List form.