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

Locally maintained tax rates (OCC-36) #158

Closed
sarahelsaig opened this issue Aug 19, 2022 · 0 comments · Fixed by #244
Closed

Locally maintained tax rates (OCC-36) #158

sarahelsaig opened this issue Aug 19, 2022 · 0 comments · Fixed by #244
Milestone

Comments

@sarahelsaig
Copy link
Contributor

Part of #33

This is the part when you need international shipping, but don't want to use some cloud service

Site setting

Need a place to store the tax rates. We need the ability to match against multiple criteria like each part of the destination address (especially country and postal codes), or the TaxPart.ProductTaxCode. This could be implemented many ways. For example as an editable table containing the rules using DataTables (see Lombiq.DataTables), or implement a custom DSL using a parser framework like Irony and create rules in a multi-line text field.

Models and Services

Add an ITaxProvider implementation that uses the above setting to generate the tax amounts and gross prices.

@sarahelsaig sarahelsaig added this to the MVP milestone Aug 19, 2022
@sarahelsaig sarahelsaig changed the title Locally maintained tax rates Locally maintained tax rates (OCC-36) Aug 19, 2022
@sarahelsaig sarahelsaig moved this from To do to In progress in Tax infrastructure Dec 29, 2022
@sarahelsaig sarahelsaig moved this from In progress to Done in Tax infrastructure Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant