 |
Command:
FINANCIAL REPORTS
 |
Node: financial_reports |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: This tag is used as a container for financial report commands.
|
|
 |
|
|
 |
Node: financial_report |
|
Mandatory: |
yes |
|
max. Occurrence: |
unbounded |
|
Supported modes: |
read Read the named item.
|
|
Description: This command is used for reading financial reports. A finanical report is similar to a cash register report. But where a cash register report contains the financial data of one cash register the financial reports can be a summary of
cash register reports.
|
|
Notes: For getting financial reports it is necessary to configure a TAF server within the scale network.
|
|
 |
|
|
|
 |
Tag: layer_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 4
|
|
Nillable: |
no |
|
Description: There are up to 4 independent turnover layers that enables the user to gather the cash register data for 4 different periods
(e.g. dayly, weekly, monthly and yearly).
|
|
Notes: The number of layers has to be set when configuring a TAF server.
|
|
 |
|
|
|
 |
Tag: device_no_first |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 999
|
|
Nillable: |
no |
|
Description: The first number of the desired devices. All turnovers within the cash register range <device_no_first> and <device_no_last> will be considered in this report.
|
|
Notes: For getting the turnovers of all devices within a scale network it is allowed to the set <device_no_first> and <device_no_last> to 0.
|
|
 |
|
|
|
 |
Tag: device_no_last |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 999
|
|
Nillable: |
no |
|
Description: The last number of the desired devices. All turnovers within the cash register range <device_no_first> and <device_no_last> will be considered in this report.
|
|
Notes: For getting the turnovers of all devices within a scale network it is allowed to the set <device_no_first> and <device_no_last> to 0.
|
|
 |
|
|
|
 |
Choice: |
|
|
|
|
 |
Node: cash_register_report_header |
|
Mandatory: |
no |
|
max. Occurrence: |
1 |
|
Description: Contains general information about the report like the status of the report, etc.
|
|
 |
|
|
|
|
|
 |
Tag: cash_register_report_counter |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
0 - 2 147 483 647
|
|
Nillable: |
no |
|
Description: The counter indicates how many times the financial report data have been deleted.
|
|
 |
|
|
|
|
|
 |
Tag: last_deletion_date |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
dateTime |
|
Range: |
See link to the data type description.
|
|
Nillable: |
yes |
|
Description: Date and time when the financial report data have been deleted last time.
|
|
 |
|
|
|
|
|
 |
Tag: report_status |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
flagType |
|
Range: |
(0/1)
|
|
Nillable: |
no |
|
Description: Indicates the report data status
Value |
Comment |
0 |
Data are complete. |
1 |
Data are incomplete because there are registrations at a cash register device that are still not transferred and thus not
considered in this report.
|
2 |
Data may be incomplete. This status happens when a device that is listed in the desired device list is not available at the
moment this report has been requested.
|
|
|
 |
|
|
|
|
|
 |
Tag: sequence_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
0 - 2 147 483 647
|
|
Nillable: |
no |
|
Description: The sequence number of the last TAF entry processed for this report.
|
|
 |
|
|
|
|
|
|
|
|
 |
Node: cash_register_device_data |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: For each device listed in the range <device_no_first> and <device_no_last>that has cash register data this section will be replied.
|
|
 |
|
|
|
|
|
 |
Tag: device_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 999
|
|
Nillable: |
no |
|
Description: The device number of the cash register the financial data are from.
|
|
 |
|
|
|
|
|
 |
Node: operator_total_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: For each operator that has generated turnovers at this device.
|
|
 |
|
|
|
|
|
|
 |
Tag: operator_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
1 - 999 999
|
|
Nillable: |
no |
|
Description: The number of the operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: name |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
string |
|
Range: |
max. 20 chars
|
|
Nillable: |
no |
|
Description: The name of the operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers the operator has served in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of all transactions in cash register mode performed by the operator. The value is always stored in the primary
currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_linevoids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of line voids done by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_linevoid |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all line voids created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_voids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of voided receipts or labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_void |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all voided receipts or labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_zero_receipts |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of zero receipts or zero labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_items |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of the accumulated items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: weight |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated weight of the articles/items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
 |
Node: cash_register_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
1 |
|
Description: A summary of information about all operators.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers that have been served in cash register mode at this device.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of all transactions in cash register mode performed at this device. The value is always stored in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_linevoids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of line voids done at this device in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_linevoid |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all line voids done at this device in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_voids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of voided receipts or labels created at this device in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_void |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all voided receipts or labels created at this device in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_zero_receipts |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of zero receipts or zero labels created at this device in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_items |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of the accumulated items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: weight |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated weight of the articles/items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
 |
Node: local_currency_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
1 |
|
Description: Financial turnovers done in the local (primary) currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers/receipts having payment in primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The total amount of payments using primary currency made for all sales transactions performed on cash register. The value
is always stored in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_changes |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of receipts having non-zero value for change returned to customer.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_changes |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of change returned to customers. The accumulated amount of change returned to customers. The value is always expressed
in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_paid_in |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of “Paid in” operation. The accumulated amount of ”Paid in” operations made at the cash register. The value is always
expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_paid_ins |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Paid in” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_paid_out |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of “Paid out” operation. The accumulated amount of ”Paid out” operations made at the cash register. The value is always
expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_paid_outs |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Paid out” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_loan |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Loan (float)” operation. The accumulated amount of ”Loan (float)” operations made at the cash register. The value
is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_loans |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Loan (float)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Pickup (withdrawal)” operation. The accumulated amount of ”Pickup (withdrawal)” operations made on cash register.
The value is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_pickups |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Pickup (withdrawal)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Expected Total Amount of operations involving primary currency.
The expected amount resulting from accumulation from all operations where primary currency is used.
The value is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
 |
Node: tender_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Contains cash register report data regarding totals for operations involving a tender different that primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 99
|
|
Nillable: |
no |
|
Description: Tender identification number. See command <tenders>.
|
|
 |
|
|
|
|
|
|
 |
Tag: shortname |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
string |
|
Range: |
max. 3 chars
|
|
Nillable: |
no |
|
Description: Short name of the tender (ex. USD, CHF).
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of customers/receipts with payment with tender. The number of customers/receipts having payment with this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_tender_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of payments with tender in receipts. The total amount of payments using this tender made for all sale transactions
performed on cash register. The value is expressed in current tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Equivalent in primary currency for the total amount of payments using this tender made for all sale transactions performed
on cash register. The value is expressed in primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Pickup (withdrawal)” operation with tender. The accumulated amount of ”Pickup (withdrawal)” operations made on
cash register with this tender. The value is expressed in this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_tender_pickups |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of tender “Pickup (withdrawal)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: local_currency_equivalent_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Local currency equivalent amount of ”Pickup (withdrawal)” operation made with tender. The accumulated equivalent amount in
local currency of ”Pickup (withdrawal)” operations made on cash register with this tender. The value is expressed in the primary
(local) currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Expected Total Amount of operations involving tender. The expected amount resulting from accumulation from all operations
where this tender is used. The value is expressed in this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Local currency equivalent expected Total Amount of operations involving tender. The equivalent in local currency of the expected
amount resulting from accumulation from all operations where this tender is used. The value is expressed in the primary currency.
|
|
 |
|
|
|
|
|
 |
Node: vat_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Contains cash register report data regarding VAT’s (value added tax) used at this device.
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
0 - 9 999
|
|
Nillable: |
no |
|
Description: The value added tax (VAT) number. See command <vat>.
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_value |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 9 999
|
|
Nillable: |
no |
|
Description: The value of the VAT. The VAT is always stored with 2 decimal places 5% = 500, 5,5% = 550).
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all registrations that used this VAT.
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_total_amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount calculated applying VAT value to VAT Turnover accumulated for the vat number.
|
|
 |
|
|
|
|
|
 |
Node: markup_discount_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Contains cash register report data regarding markups/discounts used on this device.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 9 999
|
|
Nillable: |
no |
|
Description: The markup/discount number. See command <markup_discounts>.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_num_registrations |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of registration the markup/discount has been applied.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_amount_registrations |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of the markup/discount summarized over all applied registrations.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_num_totals |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of totals the markup/discount has been applied.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_amount_totals |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of the markup/discount summarized over all applied totals.
|
|
 |
|
|
|
|
|
|
|
|
 |
Node: cash_register_devices_data |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Summary about all in <device_no_first> and <device_no_last> listed devices that procuded cash turnovers.
|
|
 |
|
|
|
|
|
 |
Node: operator_total_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: For each operator that has generated turnovers.
|
|
 |
|
|
|
|
|
|
 |
Tag: operator_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
1 - 999 999
|
|
Nillable: |
no |
|
Description: The number of the operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: name |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
string |
|
Range: |
max. 20 chars
|
|
Nillable: |
no |
|
Description: The name of the operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers the operator has served in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of all transactions in cash register mode performed by the operator. The value is always stored in the primary
currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_linevoids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of line voids done by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_linevoid |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all line voids created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_voids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of voided receipts or labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_void |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all voided receipts or labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_zero_receipts |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of zero receipts or zero labels created by the operator in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_items |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of the accumulated items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: weight |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated weight of the articles/items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
 |
Node: cash_register_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
1 |
|
Description: A summary of information about all operators.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers that have been served in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of all transactions in cash register mode performed. The value is always stored in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_linevoids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of line voids done in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_linevoid |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all line voids done in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_voids |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of voided receipts or labels created in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_void |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all voided receipts or labels created in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_zero_receipts |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of zero receipts or zero labels created in cash register mode.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_items |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of the accumulated items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
|
 |
Tag: weight |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated weight of the articles/items of all receipts that have been generated by this operator.
|
|
 |
|
|
|
|
|
 |
Node: local_currency_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
1 |
|
Description: Financial turnovers done in the local (primary) currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of customers/receipts having payment in primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The total amount of payments using primary currency made for all sales transactions performed on cash register. The value
is always stored in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_changes |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of receipts having non-zero value for change returned to customer.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_changes |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of change returned to customers. The accumulated amount of change returned to customers. The value is always expressed
in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_paid_in |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of “Paid in” operation. The accumulated amount of ”Paid in” operations made at the cash register. The value is always
expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_paid_ins |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Paid in” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_paid_out |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of “Paid out” operation. The accumulated amount of ”Paid out” operations made at the cash register. The value is always
expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_paid_outs |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Paid out” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_loan |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Loan (float)” operation. The accumulated amount of ”Loan (float)” operations made at the cash register. The value
is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_loans |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Loan (float)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Pickup (withdrawal)” operation. The accumulated amount of ”Pickup (withdrawal)” operations made on cash register.
The value is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_pickups |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of “Pickup (withdrawal)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Expected Total Amount of operations involving primary currency.
The expected amount resulting from accumulation from all operations where primary currency is used.
The value is always expressed in the primary currency.
|
|
 |
|
|
|
|
|
 |
Node: tender_totals |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Contains cash register report data regarding totals for operations involving a tender different that primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 99
|
|
Nillable: |
no |
|
Description: Tender identification number. See command <tenders>.
|
|
 |
|
|
|
|
|
|
 |
Tag: shortname |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
string |
|
Range: |
max. 3 chars
|
|
Nillable: |
no |
|
Description: Short name of the tender (ex. USD, CHF).
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of customers/receipts with payment with tender. The number of customers/receipts having payment with this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_tender_customers |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of payments with tender in receipts. The total amount of payments using this tender made for all sale transactions
performed on cash register. The value is expressed in current tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Equivalent in primary currency for the total amount of payments using this tender made for all sale transactions performed
on cash register. The value is expressed in primary currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Amount of ”Pickup (withdrawal)” operation with tender. The accumulated amount of ”Pickup (withdrawal)” operations made on
cash register with this tender. The value is expressed in this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: number_of_tender_pickups |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Number of tender “Pickup (withdrawal)” operations.
|
|
 |
|
|
|
|
|
|
 |
Tag: local_currency_equivalent_pickup |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Local currency equivalent amount of ”Pickup (withdrawal)” operation made with tender. The accumulated equivalent amount in
local currency of ”Pickup (withdrawal)” operations made on cash register with this tender. The value is expressed in the primary
(local) currency.
|
|
 |
|
|
|
|
|
|
 |
Tag: tender_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Expected Total Amount of operations involving tender. The expected amount resulting from accumulation from all operations
where this tender is used. The value is expressed in this tender.
|
|
 |
|
|
|
|
|
|
 |
Tag: amount_total_expected |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: Local currency equivalent expected Total Amount of operations involving tender. The equivalent in local currency of the expected
amount resulting from accumulation from all operations where this tender is used. The value is expressed in the primary currency.
|
|
 |
|
|
|
|
|
 |
Node: vat_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Contains cash register report data regarding VAT’s (value added tax).
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
0 - 9 999
|
|
Nillable: |
no |
|
Description: The value added tax (VAT) number. See command <vat>.
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_value |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 9 999
|
|
Nillable: |
no |
|
Description: The value of the VAT. The VAT is always stored with 2 decimal places 5% = 500, 5,5% = 550).
|
|
 |
|
|
|
|
|
|
 |
Tag: amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The accumulated amount of all registrations that used this VAT.
|
|
 |
|
|
|
|
|
|
 |
Tag: vat_total_amount |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount calculated applying VAT value to VAT Turnover accumulated for the vat number.
|
|
 |
|
|
|
|
|
 |
Node: markup_discount_values |
|
Mandatory: |
no |
|
max. Occurrence: |
unbounded |
|
Description: Ccontains cash register report data regarding markups/discounts.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_no |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
short |
|
Range: |
1 - 9 999
|
|
Nillable: |
no |
|
Description: The markup/discount number. See command <markup_discounts>.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_num_registrations |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of registration the markup/discount has been applied.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_amount_registrations |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of the markup/discount summarized over all applied registrations.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_num_totals |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The number of totals the markup/discount has been applied.
|
|
 |
|
|
|
|
|
|
 |
Tag: markup_discount_amount_totals |
|
Mandatory: |
yes |
|
max. Occurrence: |
1 |
|
Datatype: |
int |
|
Range: |
See the range of the datatype.
|
|
Nillable: |
no |
|
Description: The amount of the markup/discount summarized over all applied totals.
|
|
 |
|
|
|
|
|
|