Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Status
subtletrue
colourGreen
titleNEW V3.0
  TED, The Executive Dashboard, continues to improve. It is now possible to toggle recent sales columns between several time frames: today, yesterday, this week, this month, etc.

Solution

Historically, TED provided sales data for TODAY along with the TOTAL sales data. This view can now be modified to display the recent sales for a large number of configurable time frames, e.g.,today, yesterday, last 7 days, this month, last 3 months, this year, etc.

Getting started

In the corresponding point of sales configuration, in the Advanced tab of the menu entry Internet theme, add the following key:

...

  • Special values: TODAY, YESTERDAY, THISMONTH, THISYEAR
  • Custom values: LAST-NN-T
    • NN: defines the time frame, e.g., 1, 2, 3, 6, etc.
    • T: defines the unit of the time frame
      • D: day
      • M: month
      • Y: year

Example

Code Block
function.producerSpace.dashboard.saleHistoryView=TODAY|YESTERDAY|LAST-7-D|THISMONTH|LAST-1-M|LAST-3-M|THISYEAR|LAST-1-Y|LAST-3-Y

...