Table of Contents

Enum AutomaticVatCalculation

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

Flag to inform the fiscal module that the net or gross value should be calculated by the fiscal system.

public enum AutomaticVatCalculation

Fields

GrossValueCalculation = 2

Automatic calculation of gross value and tax value. At least net value and vat percent/identification must be set.

NetValueCalculation = 1

Automatic calculation of net value and tax value. At least gross value and vat percent/identification must be set.

NoCalculation = 0

No automatic vat calculation, missing values result in validation error.