FiscalData Enum

Definition

Enumerates the valid data items that can be retrieved from a Fiscal Printer.

public enum FiscalData
type FiscalData = 
Public Enum FiscalData
Inheritance
FiscalData

Fields

CurrentTotal 1

Gets the current receipt total.

DailyTotal 2

Gets the daily total.

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.

Firmware 10

Gets the fiscal printer’s firmware release number.

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.

GrandTotal 8

Gets the fiscal printer’s grand total.

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.

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.

NotPaid 5

Gets the current total of not paid receipts.

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.

NumberOfVoidedReceipts 6

Gets the total number of voided receipts.

PrinterId 9

Gets the fiscal printer’s fiscal ID.

ReceiptNumber 3

Gets the number of fiscal receipts printed.

Refund 4

Gets the current total of refunds.

RefundVoid 12

Gets the current total of voided refunds.

Restart 11

Gets the fiscal printer’s restart count.

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.

ZReport 7

Gets the Z report number.

Applies to