Table of Contents

Enum ReturnAndSaleBehavior

Namespace
RetailForce.Fiscalisation.Implementation
Assembly
RetailForce.Fiscalisation.Model.dll
public enum ReturnAndSaleBehavior

Fields

MultiReceipt = 2

You have to create at least 2 receipts for sale and return.

NoReturnAllowed = 3

No return is allowed in this country through fiscal system.

OneReceiptAllowed = 0

Return and sale are allowed without any limitations in one receipt.

OneReceiptAllowedPerVatRate = 1

Returns 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.