Table of Contents

Enum DokumentBookDateMustBeAscendingType

Namespace
RetailForce.Fiscalisation.Implementation
Assembly
RetailForce.Fiscalisation.Model.dll

Enumeration to reflect if document book date must be ascending.

public enum DokumentBookDateMustBeAscendingType

Fields

AllDocuments = 2

Document book date must be ascending for all documents.

AllFiscalDocuments = 3

Document book date must be ascending for all fiscal documents.

NotNecessary = 0

Document book date must be ascending.

PerDocumentType = 1

Document book date must be ascending per document type.