From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/l10n_et/data/account_tax_data.xml | 450 +++++++++++++++++++++++++++++++ 1 file changed, 450 insertions(+) create mode 100644 addons/l10n_et/data/account_tax_data.xml (limited to 'addons/l10n_et/data/account_tax_data.xml') diff --git a/addons/l10n_et/data/account_tax_data.xml b/addons/l10n_et/data/account_tax_data.xml new file mode 100644 index 00000000..04a84a96 --- /dev/null +++ b/addons/l10n_et/data/account_tax_data.xml @@ -0,0 +1,450 @@ + + + + + + + VAT 15% rated sales + tax03 + 15 + percent + sale + + + + + + + + VAT 0% rated sales + tax04 + 0 + percent + sale + + + + + + + + VAT Exempt rated sales + tax06 + 0 + percent + sale + + + + + + + + VAT Out of Scope rated sales + tax11 + 0 + percent + sale + + + + + + + + Withholding 2% rated sales + -2 + percent + tax02 + sale + + + + + + + + Withholding 35% rated sales + tax13 + -35 + percent + sale + + + + + + + + Withholding VAT 15% rated sales + tax14 + -15 + percent + sale + + + + + + + + VAT 15% rated purchases + tax08 + 15 + percent + purchase + + + + + + + + VAT 0% rated purchases + tax07 + 0 + percent + purchase + + + + + + + + VAT Exempt rated purchases + tax10 + 0 + percent + purchase + + + + + + + + VAT Out of Scope rated purchases + tax09 + 0 + percent + purchase + + + + + + + + Withholding 2% rated purchases + tax05 + -2 + percent + purchase + + + + + + + + Withholding 35% rated purchases + tax12 + -35 + percent + purchase + + + + + + + -- cgit v1.2.3