Enum ReturnAndSaleBehavior
- Namespace
- RetailForce.Fiscalisation.Implementation
- Assembly
- RetailForce.Fiscalisation.Model.dll
public enum ReturnAndSaleBehavior
Fields
MultiReceipt = 2You have to create at least 2 receipts for sale and return.
NoReturnAllowed = 3No return is allowed in this country through fiscal system.
OneReceiptAllowed = 0Return and sale are allowed without any limitations in one receipt.
OneReceiptAllowedPerVatRate = 1Returns and sale are allowed only within one vat rate.
If multiple vat rates exists on the receipt, it is not allowed to have positive and negative vat rate sum on one receipt.