FiscalData Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid data items that can be retrieved from a Fiscal Printer.
public enum FiscalData
type FiscalData =
Public Enum FiscalData
- Inheritance
-
FiscalData
Fields
Name | Value | Description |
---|---|---|
CurrentTotal | 1 | Gets the current receipt total. |
DailyTotal | 2 | Gets the daily total. |
ReceiptNumber | 3 | Gets the number of fiscal receipts printed. |
Refund | 4 | Gets the current total of refunds. |
NotPaid | 5 | Gets the current total of not paid receipts. |
NumberOfVoidedReceipts | 6 | Gets the total number of voided receipts. |
ZReport | 7 | Gets the Z report number. |
GrandTotal | 8 | Gets the fiscal printer’s grand total. |
PrinterId | 9 | Gets the fiscal printer’s fiscal ID. |
Firmware | 10 | Gets the fiscal printer’s firmware release number. |
Restart | 11 | Gets the fiscal printer’s restart count. |
RefundVoid | 12 | Gets the current total of voided refunds. |
NumberOfConfigurationBlocks | 13 | Gets the grand number of configuration blocks. |
NumberOfCurrencyBlocks | 14 | Gets the grand number of currency blocks. |
NumberOfHeaderBlocks | 15 | Gets the grand number of header blocks. |
NumberOfResetBlocks | 16 | Gets the grand number of reset blocks. |
NumberOfVatBlocks | 17 | Gets the grand number of VAT blocks. |
FiscalDocument | 18 | Gets the number of daily fiscal documents. |
FiscalDocumentVoid | 19 | Gets the number of daily voided fiscal documents. |
FiscalReceipt | 20 | Gets the number of daily fiscal sales receipts. |
FiscalReceiptVoid | 21 | Gets the number of daily voided fiscal sales receipts. |
NonFiscalDocument | 22 | Gets the number of daily non fiscal documents. |
NonFiscalDocumentVoid | 23 | Gets the number of daily voided non fiscal documents. |
NonFiscalReceipt | 24 | Gets the number of daily non fiscal receipts. |
SimplifiedInvoice | 25 | Gets the number of daily simplified invoices. |
Tender | 26 | Gets the payment description used in the PrintRecTotal(Decimal, Decimal, String) method. When specifying this value, a PaymentDescription value from FiscalPrinter must be passed in the itemOption parameter. |
LineCount | 27 | Gets the number of printed lines, defined by the given identifier in the itemOption argument. If the CapMultiContractor property is true, line counters depend on the contractor defined by the ContractorId property. |
DescriptionLength | 28 | Gets the maximum number of characters that can be passed as a description parameter for a specific method, defined by the given identifier in the itemOption parameter. |