Order Management System. What's new
← Version 1.35.34.2

“POS Sales” bucket on the Dashboard

Dashboard tab -> Account Payable bucket:

  • was renamed to “POS Sales” and contains information about POS users:
    • on the bucket are displayed data for each of the company store;
    • for each Store are displayed the next statistics:
      • Sales Over Time:
        • is displayed as pie chart -> Days of the week;
        • displays recent Sales Orders count;
        • is displayed in the next form:
          • days of Week -> SO count -> Total $ (in brackets);
        • are displayed the next Total values , based on the Date Range:
          • Item Sales;
          • Tax;
          • Total = Items Sales Total + Tax Total;
          • GS Sales;
        • by default is displayed the statistic of the recent week;
        • user can change Date Range in the datepicker:
          • After clicking on the datepicker ->the Calendar is opened;
          • Calendar should contain:
            • From / To Date ranges;
            • At the bottom are displayed buttons listed below:
              • Cancel:
                • is always clickable;
                • after clicking on the button -> Datepicker pop-up is closed and date Range isn’t changed;
              • Apply:
                • if user select another date Range -> the button is clickable;
                • after clicking on the button -> Datepicker pop-up is closed and date Range is changed;
      • Sales Over Time:
        • is displayed as Line chart;
        • displays recent Total Sales Orders amount in the hour ranges;
        • is displayed in the next form:
          • hour  -> SO counts -> sum of total amounts from Sale Orders;
          • based at the time when Sale Order was created with Store local time;
        • are displayed the next Total values , based on the Date Range:
          • Item Sales;
          • Tax;
          • Total = Items Sales Total + Tax Total;
          • GS Sales;
        • by default is displayed today’s statistic;
        • user can change Date Range in the datepicker:
          • the logic is the same as for Sales Over Time day statistic;
      • Sales Year over Year:
        • is displayed as Datagrid;
        • displays statistic of Sales in Year;
        • the Datagrid contains the next columns:
          • 2022 Yaer -> the data is displayed for the corresponding data range this year;
          • 2021 -> the data is displayed for the corresponding data range of the last year;
          • 2020 -> the data is displayed for the corresponding data range of the previous year;
          • Change -> difference of date ranges, based on the corresponding year;
          • The basic Data Ranges are the next:
            • Today;
            • Week to Date;
            • Month to Date;
            • Year to Date;
      • Payment Methods:
        • is displayed as pie chart;
        • displays statistic of payment methods with sum of total amounts from Sale Orders;
        • is displayed in the next form:
          • payment method -> sum of total amounts of Sale Orders;
        • Total =Payments total + Payments on Account Total:
          • by default is displayed today’s statistic;
        • user can change Date Range in the datepicker:
          • the logic is the same as for first and second statistics.