mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Restrict tax regions to DE / US /AU
This commit is contained in:
parent
3217b68f8e
commit
a63b928070
@ -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
|
||||||
|
|
||||||
|
8340
lang/ar/texts.php
8340
lang/ar/texts.php
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user