Share via


FiscalData Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

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

Syntax

'Declaration
Public Enumeration FiscalData
public enum FiscalData
public enum class FiscalData
public enum FiscalData
public enum FiscalData

Members

Member name Description
CurrentTotal Gets the current receipt total.
DailyTotal Gets the daily total.
DescriptionLength 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 Gets the fiscal printer’s firmware release number.
FiscalDocument Gets the number of daily fiscal documents.
FiscalDocumentVoid Gets the number of daily voided fiscal documents.
FiscalReceipt Gets the number of daily fiscal sales receipts.
FiscalReceiptVoid Gets the number of daily voided fiscal sales receipts.
GrandTotal Gets the fiscal printer’s grand total.
LineCount 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 Gets the number of daily non fiscal documents.
NonFiscalDocumentVoid Gets the number of daily voided non fiscal documents.
NonFiscalReceipt Gets the number of daily non fiscal receipts.
NotPaid Gets the current total of not paid receipts.
NumberOfConfigurationBlocks Gets the grand number of configuration blocks.
NumberOfCurrencyBlocks Gets the grand number of currency blocks.
NumberOfHeaderBlocks Gets the grand number of header blocks.
NumberOfResetBlocks Gets the grand number of reset blocks.
NumberOfVatBlocks Gets the grand number of VAT blocks.
NumberOfVoidedReceipts Gets the total number of voided receipts.
PrinterId Gets the fiscal printer’s fiscal ID.
ReceiptNumber Gets the number of fiscal receipts printed.
Refund Gets the current total of refunds.
RefundVoid Gets the current total of voided refunds.
Restart Gets the fiscal printer’s restart count.
SimplifiedInvoice Gets the number of daily simplified invoices.
Tender Gets the payment description used in the PrintRecTotal method. When specifying this value, a PaymentDescription value from FiscalPrinter must be passed in the itemOption parameter.
ZReport Gets the Z report number.

Remarks

Used by the dataItem parameter of the GetData method to specify what data should be returned. These values replace the FPTR_GD constants used in the UPOS 1.11 specification.

See Also

Reference

Microsoft.PointOfService Namespace
GetData
FiscalPrinter