-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To handle additional tax categories we need to clean up tax categories and extensions. We want to handle tax categories for: standard - tax.RateStandard reduced - tax.RateReduced super reduced - tax.RateSuperReduced taxi - tax.RateSpecial + ExtKeyKSeFVATSpecial{taxi} inside Poland 0% - tax.RateZero + ExtKeyKSeFVATRegion{domestic} inside EU 0% - tax.RateZero + ExtKeyKSeFVATRegion{EU} outside EU 0% - tax.RateZero + ExtKeyKSeFVATRegion{world} tax exempt - tax.RateExempt tax not applicable outside EU - TaxRateNotPursuant + ExtKeyKSeFVATRegion{world} tax not applicable inside EU - TaxRateNotPursuant + ExtKeyKSeFVATRegion{domestic}
- Loading branch information
Showing
2 changed files
with
40 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters