Layout file taxclasses.txt

     Layout file taxclasses.txt
     This file contains the tax classes used for the items. Up to 5 classes are used.
     The file is automatically generated, if it does not exist, and located in folder ExeData.

     A tax class is defined as TAXn VAT High 50.0 where
     - TAXn is TAX1, TAX2, TAX3, TAX4 or TAX5.
     - followed by the name of the tax class, in this case VAT High, and
     - a value, the tax percentage, in this case 50.0 %.
     In this file it is allowed to add comment lines which must start with ! .
     An example taxclasses.txt could look like:

      ! Comment lines start with !
      ! First the label
      ! Second the name of the tax class
      ! Third the actual percentage tax
      ! Currently only 5 tax classes are allowed
      ! Note that the wholesale price is including TAX !!
      TAX1 VAT High 20.0
      TAX2 VAT Middle 10.0
      TAX3 VAT Low 1.0
      TAX4 Not Used 0.0
      TAX5 Not Used 0

     In the item example "Pizza Carrello",5.50,3.50,1,10,"tomaten, kaas, oregano" the tax class is 1
     thus using the example taxclasses.txt that would be 20.0 % tax (VAT High) which is
     included in the retail price of 5.50 .
     The name of the tax class is used on the receipt.

     NOTE: if for some reason the file becomes spagetti then delete it and cashregister.exe generates a new one.

Seperator

home