From 863b3bda54879055eae1b8885209cdf2b731e474 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jun 2023 20:18:51 +1000 Subject: [PATCH] Enable all euro taxeS --- app/Helpers/Invoice/InvoiceItemSum.php | 50 +++++++++++++------------- app/Models/Company.php | 50 +++++++++++++------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/app/Helpers/Invoice/InvoiceItemSum.php b/app/Helpers/Invoice/InvoiceItemSum.php index 13e8636dbc37..fe5c075b99ac 100644 --- a/app/Helpers/Invoice/InvoiceItemSum.php +++ b/app/Helpers/Invoice/InvoiceItemSum.php @@ -61,32 +61,32 @@ class InvoiceItemSum private array $tax_jurisdictions = [ 'AT', // Austria - // 'BE', // Belgium - // 'BG', // Bulgaria - // 'CY', // Cyprus - // 'CZ', // Czech Republic + 'BE', // Belgium + 'BG', // Bulgaria + 'CY', // Cyprus + 'CZ', // Czech Republic 'DE', // Germany - // 'DK', // Denmark - // 'EE', // Estonia - // 'ES', // Spain - // 'FI', // Finland - // 'FR', // France - // 'GR', // Greece - // 'HR', // Croatia - // 'HU', // Hungary - // 'IE', // Ireland - // 'IT', // Italy - // 'LT', // Lithuania - // 'LU', // Luxembourg - // 'LV', // Latvia - // 'MT', // Malta - // 'NL', // Netherlands - // 'PL', // Poland - // 'PT', // Portugal - // 'RO', // Romania - // 'SE', // Sweden - // 'SI', // Slovenia - // 'SK', // Slovakia + 'DK', // Denmark + 'EE', // Estonia + 'ES', // Spain + 'FI', // Finland + 'FR', // France + 'GR', // Greece + 'HR', // Croatia + 'HU', // Hungary + 'IE', // Ireland + 'IT', // Italy + 'LT', // Lithuania + 'LU', // Luxembourg + 'LV', // Latvia + 'MT', // Malta + 'NL', // Netherlands + 'PL', // Poland + 'PT', // Portugal + 'RO', // Romania + 'SE', // Sweden + 'SI', // Slovenia + 'SK', // Slovakia 'US', // USA diff --git a/app/Models/Company.php b/app/Models/Company.php index 08714d252ce7..73033f7af5e2 100644 --- a/app/Models/Company.php +++ b/app/Models/Company.php @@ -242,32 +242,32 @@ class Company extends BaseModel 'US', // //EU countries 'AT', // Austria - // 'BE', // Belgium - // 'BG', // Bulgaria - // 'CY', // Cyprus - // 'CZ', // Czech Republic + 'BE', // Belgium + 'BG', // Bulgaria + 'CY', // Cyprus + 'CZ', // Czech Republic 'DE', // Germany - // 'DK', // Denmark - // 'EE', // Estonia - // 'ES', // Spain - // 'FI', // Finland - // 'FR', // France - // 'GR', // Greece - // 'HR', // Croatia - // 'HU', // Hungary - // 'IE', // Ireland - // 'IT', // Italy - // 'LT', // Lithuania - // 'LU', // Luxembourg - // 'LV', // Latvia - // 'MT', // Malta - // 'NL', // Netherlands - // 'PL', // Poland - // 'PT', // Portugal - // 'RO', // Romania - // 'SE', // Sweden - // 'SI', // Slovenia - // 'SK', // Slovakia + 'DK', // Denmark + 'EE', // Estonia + 'ES', // Spain + 'FI', // Finland + 'FR', // France + 'GR', // Greece + 'HR', // Croatia + 'HU', // Hungary + 'IE', // Ireland + 'IT', // Italy + 'LT', // Lithuania + 'LU', // Luxembourg + 'LV', // Latvia + 'MT', // Malta + 'NL', // Netherlands + 'PL', // Poland + 'PT', // Portugal + 'RO', // Romania + 'SE', // Sweden + 'SI', // Slovenia + 'SK', // Slovakia // //EU Countries 'AU', // Australia ];