Share via


FiscalData Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim fiscalData1 As FiscalData = FiscalData.CurrentTotal

Syntax

'Declaration
Public Enum FiscalData
public enum FiscalData
public enum class FiscalData
public enum FiscalData
public enum FiscalData

Members

Member name Description
CurrentTotal Get the current receipt total.
DailyTotal Get the daily total.
DescriptionLength Get 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 Get the fiscal printer’s firmware release number.
FiscalDocument Get the number of daily fiscal documents.
FiscalDocumentVoid Get the number of daily voided fiscal documents.
FiscalReceipt Get the number of daily fiscal sales receipts.
FiscalReceiptVoid Get the number of daily voided fiscal sales receipts.
GrandTotal Get the fiscal printer’s grand total.
LineCount Get 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 Get the number of daily non fiscal documents.
NonFiscalDocumentVoid Get the number of daily voided non fiscal documents.
NonFiscalReceipt Get the number of daily non fiscal receipts.
NotPaid Get the current total of not paid receipts.
NumberOfConfigurationBlocks Get the grand number of configuration blocks.
NumberOfCurrencyBlocks Get the grand number of currency blocks.
NumberOfHeaderBlocks Get the grand number of header blocks.
NumberOfResetBlocks Get the grand number of reset blocks.
NumberOfVatBlocks Get the grand number of VAT blocks.
NumberOfVoidedReceipts Get the total number of voided receipts.
PrinterId Get the fiscal printer’s fiscal ID.
ReceiptNumber Get the number of fiscal receipts printed.
Refund Get the current total of refunds.
RefundVoid Get the current total of voided refunds.
Restart Get the fiscal printer’s restart count.
SimplifiedInvoice Get the number of daily simplified invoices.
Tender Get the payment description used in the PrintRecTotal method, defined by the given identifier in the itemOption parameter. Valid only if the CapPredefinedPaymentLines property is TRUE.
ZReport Get the Z report number.

Remarks

Indicates the type of information to retrieve.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
GetData