mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Enable all euro taxeS
This commit is contained in:
parent
b37192aa9e
commit
863b3bda54
@ -61,32 +61,32 @@ class InvoiceItemSum
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -242,32 +242,32 @@ class Company extends BaseModel
|
|||||||
'US',
|
'US',
|
||||||
// //EU countries
|
// //EU countries
|
||||||
'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
|
||||||
// //EU Countries
|
// //EU Countries
|
||||||
'AU', // Australia
|
'AU', // Australia
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user