Tanda Sales Export Overview
This document will contain information specific to the Tanda sales export template. For general information about the Data Extraction Service and it's API please see the general purpose documentation
Job Run Parameters
This template supports exporting live figures for finalised sales data for the current hour and the previous 23 hours at the time of execution. It also supports an optional trading date range export for backfilling sales data.
Parameter Definitions
| Parameter | Type | Description |
|---|---|---|
| TradingDateFrom | Date (optional) | The specific trading date to export historical data from if using a manual date range |
| TradingDateTo | Date (optional) | The specific trading date to export historical data to if using a manual date range |
TradingDate Usage
TradingDate is designed to be used to fill gaps in history that you want exported. It is not used when configuring a scheduled run of the job.
Auto Value Considerations
This job does not require autovalues. It will always export the current hour and 23 hours prior when run without any TradingDate parameters. This job can be safely configured to run hourly.
Output Files
| File | Format | Description |
|---|---|---|
| tandasummary.json | JSON | Encoded summary of the sales processed and streams uploaded to Tanda |
Overview
This export template primarily interacts with the Tanda API and will upload sales data streams corresponding to every finalised sale found in the current hour and 23 hours prior to execution. These data streams are created per Terminal and Main Group combination, in the format of "Sales - [MainGroupName] - [TerminalDisplayID]".
For example: "Sales - Food - 01" and "Sales - Beverage - 01".
You will need to use the Tanda application to link the data streams as needed to achieve your reporting requirements.