Tax problems
Brought to you by:
phprechnung
The product seems to be great for usage in a single country. But in case you want to send an invoice to e.g. swizerland they will not be willing to pay a german tax as there is no tax on non-eu invoices.
Defining the tax for a product is not of much value when invoicing internationally. It would be much better to define tax classes and bind the customer to a tax class.
Tax classes:
article1 -> TAX16
article2 -> TAX7
Tax country class:
customerA -> DE_TAX
customerB -> NON-EU_TAX
Values for each Tax class in each country (matrix)
DE_TAX/TAX16: 16%
DE_TAX/TAX7: 7%
NON-EU_TAX/TAX16: 0%
NON-EU_TAX/TAX7: 0%
Please make phprechnung even better by dealing with international invoices.
Regards,
Torsten