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 = 2Automatic calculation of gross value and tax value. At least net value and vat percent/identification must be set.
NetValueCalculation = 1Automatic calculation of net value and tax value. At least gross value and vat percent/identification must be set.
NoCalculation = 0No automatic vat calculation, missing values result in validation error.