Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Egyptian tax rates #16182

Merged
merged 2 commits into from Oct 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions localization/eg.xml
Expand Up @@ -7,15 +7,19 @@
<language iso_code="ar" />
</languages>
<taxes>
<tax id="1" name="VAT EG 10%" rate="10" />
<tax id="2" name="VAT EG 15%" rate="15" />

<taxRulesGroup name="EG Standard Rate (10%)">
<tax id="1" name="VAT EG 14%" rate="14" />
<tax id="2" name="VAT EG 5%" rate="5" />
<tax id="3" name="VAT EG 0%" rate="0" />

<taxRulesGroup name="EG Standard Rate (14%)">
<taxRule iso_code_country="eg" id_tax="1" />
</taxRulesGroup>

<taxRulesGroup name="EG Communication Services (15%)">
<taxRulesGroup name="EG Reduced Rate (5%)">
<taxRule iso_code_country="eg" id_tax="2" />
</taxRulesGroup>
<taxRulesGroup name="EG Zero Rate (0%)">
<taxRule iso_code_country="eg" id_tax="3" />
</taxRulesGroup>
</taxes>
<units>
Expand Down