California Sales Tax Calculation

Categories

Component ID

1681762

Component name

California Sales Tax Calculation

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

uc_tax_ca is a custom module that we have created for calculating Sales Tax of California. It consists a default csv file to calculate the Sales Tax.

Scope:
1. Drupal Module to calculate California Sales Tax by ZIP code from a CSV file with admin panel control.
2. Admin Panel Feature:
Default tax rate -> Set your default tax rate when the user not for California state.
Wholesale roles, to exclude from tax -> Exclude a particular user type from sales tax.
Taxed product types -> Select Product types to apply California state sales taxes.
Upload CSV -> Upload a CSV file for calculate tax rate from this file. Please follow the format below:
CSV columns: z2t_ID, ZipCode, SalesTaxRate, RateState, ReportingCodeState, RateCounty, ReportingCodeCounty, RateCity, ReportingCodeCity, RateSpecialDistrict, ReportingCodeSpecialDistrict, City, PostOffice, State, County, PrimaryRecord

3. User END:
California Sales Tax are calculated when the user enters pincode in california range and selected State is California.
If user is not from California and no default tax rates are defined, Sales Tax will not added
If default tax rate is defined and User not from California, default Sales Tax will added.
When no ZIP code found in the range of CSV files, default Sales Tax will added.