Note on implementation not including US sales tax

This commit is contained in:
Nicolas Dickinson 2024-09-11 16:08:02 +02:00
parent cb008e3aec
commit 8333b885c5

View File

@ -29,6 +29,10 @@ This setup would be used as a set up to those solutions before there is sufficie
Later on, Avalara could be used if thresholds set in the us_sales_tax_compliance table are reached as it would justify the investment. Similar thresholds could be set for other countries or globally to reach similar conclusions. Later on, Avalara could be used if thresholds set in the us_sales_tax_compliance table are reached as it would justify the investment. Similar thresholds could be set for other countries or globally to reach similar conclusions.
## Example
So far the only code that works is the example-filltable.py which scrapes data from the web and populates the tables with data for VAT rates and reverse charge mechanisms but does not yet include U.S. sales tax compliance. Open to suggestions on how to improve this to include U.S. sales tax compliance.
## Setup ## Setup
The SQL script provided in this repository will create the following tables: The SQL script provided in this repository will create the following tables:
1. **vat_rules**: To manage VAT rates and reverse charge mechanisms. 1. **vat_rules**: To manage VAT rates and reverse charge mechanisms.