From b37192aa9e3f14a75cb4baabdc38617e72d4c2b6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jun 2023 20:17:47 +1000 Subject: [PATCH] Add Rules for all EU states --- app/DataMapper/Tax/BE/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/BG/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/CY/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/CZ/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/DK/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/EE/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/ES/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/FI/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/FR/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/GR/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/HR/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/HU/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/IE/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/IT/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/LT/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/LU/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/LV/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/MT/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/NL/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/PT/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/RO/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/SE/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/SI/Rule.php | 44 ++++++++++++++++++++++++++++++++++ app/DataMapper/Tax/SK/Rule.php | 44 ++++++++++++++++++++++++++++++++++ 24 files changed, 1056 insertions(+) create mode 100644 app/DataMapper/Tax/BE/Rule.php create mode 100644 app/DataMapper/Tax/BG/Rule.php create mode 100644 app/DataMapper/Tax/CY/Rule.php create mode 100644 app/DataMapper/Tax/CZ/Rule.php create mode 100644 app/DataMapper/Tax/DK/Rule.php create mode 100644 app/DataMapper/Tax/EE/Rule.php create mode 100644 app/DataMapper/Tax/ES/Rule.php create mode 100644 app/DataMapper/Tax/FI/Rule.php create mode 100644 app/DataMapper/Tax/FR/Rule.php create mode 100644 app/DataMapper/Tax/GR/Rule.php create mode 100644 app/DataMapper/Tax/HR/Rule.php create mode 100644 app/DataMapper/Tax/HU/Rule.php create mode 100644 app/DataMapper/Tax/IE/Rule.php create mode 100644 app/DataMapper/Tax/IT/Rule.php create mode 100644 app/DataMapper/Tax/LT/Rule.php create mode 100644 app/DataMapper/Tax/LU/Rule.php create mode 100644 app/DataMapper/Tax/LV/Rule.php create mode 100644 app/DataMapper/Tax/MT/Rule.php create mode 100644 app/DataMapper/Tax/NL/Rule.php create mode 100644 app/DataMapper/Tax/PT/Rule.php create mode 100644 app/DataMapper/Tax/RO/Rule.php create mode 100644 app/DataMapper/Tax/SE/Rule.php create mode 100644 app/DataMapper/Tax/SI/Rule.php create mode 100644 app/DataMapper/Tax/SK/Rule.php diff --git a/app/DataMapper/Tax/BE/Rule.php b/app/DataMapper/Tax/BE/Rule.php new file mode 100644 index 000000000000..7ef8ae0a3de9 --- /dev/null +++ b/app/DataMapper/Tax/BE/Rule.php @@ -0,0 +1,44 @@ +