Restrict tax regions to DE / US /AU

This commit is contained in:
David Bomba 2023-04-29 09:51:31 +10:00
parent 3217b68f8e
commit a63b928070
2 changed files with 4173 additions and 4219 deletions

View File

@ -30,33 +30,33 @@ class InvoiceItemSum
use Taxer; use Taxer;
private array $tax_jurisdictions = [ private array $tax_jurisdictions = [
'AT', // Austria // 'AT', // Austria
'BE', // Belgium // 'BE', // Belgium
'BG', // Bulgaria // 'BG', // Bulgaria
'CY', // Cyprus // 'CY', // Cyprus
'CZ', // Czech Republic // 'CZ', // Czech Republic
'DE', // Germany 'DE', // Germany
'DK', // Denmark // 'DK', // Denmark
'EE', // Estonia // 'EE', // Estonia
'ES', // Spain // 'ES', // Spain
'FI', // Finland // 'FI', // Finland
'FR', // France // 'FR', // France
'GR', // Greece // 'GR', // Greece
'HR', // Croatia // 'HR', // Croatia
'HU', // Hungary // 'HU', // Hungary
'IE', // Ireland // 'IE', // Ireland
'IT', // Italy // 'IT', // Italy
'LT', // Lithuania // 'LT', // Lithuania
'LU', // Luxembourg // 'LU', // Luxembourg
'LV', // Latvia // 'LV', // Latvia
'MT', // Malta // 'MT', // Malta
'NL', // Netherlands // 'NL', // Netherlands
'PL', // Poland // 'PL', // Poland
'PT', // Portugal // 'PT', // Portugal
'RO', // Romania // 'RO', // Romania
'SE', // Sweden // 'SE', // Sweden
'SI', // Slovenia // 'SI', // Slovenia
'SK', // Slovakia // 'SK', // Slovakia
'US', // USA 'US', // USA

File diff suppressed because it is too large Load Diff