Method Name: PRINTXR
Performs and prints the X Report.
The data contained in a X Report are usually related to all transaction since the last Z Report.
The data returning and their meaning depends on the fiscal device model/version
Request
The following data are optional. They are needed just in case there is no fiscal device and reporting is done directly by the driver.
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
0 |
XReport |
|
|
|
1 |
StoreCode |
<string> |
Store Code |
|
1 |
TillCode |
<string> |
Till Code |
Response
|
Level |
Node Name |
Node Value(s) |
Notes |
|---|---|---|---|
|
1 |
XReportDateTime |
<datetime> |
Date and Time of the Report |
|
1 |
XReportNumber |
<string> |
Number uniquely identifying the Report |
|
1 |
DeviceSerialNumber |
<string> |
Device Serial Number |
|
1 |
ServerSerialNumber |
<string> |
Server Serial Number (only if a Fiscal Server is used) |
|
1 |
EJNumber |
<string> |
Number of the Electronic Journal |
|
1 |
EJClosingNumber |
<string> |
Number of the Daily Closure |
Example
<ReceiptPrinterManagerResponse>
<XReportDateTime>2021-03-20T15:50:09.477Z</XReportDateTime>
<XReportNumber>1</XReportNumber>
<DeviceSerialNumber>TEKI0001</DeviceSerialNumber>
<ServerSerialNumber>99SEA002879</ServerSerialNumber>
<EJNumber>0</EJNumber>
<EJClosingNumber>28</EJClosingNumber>
<Error>False</Error>
<ErrorText/>
<LogFileName></LogFileName>
</ReceiptPrinterManagerResponse>