Download the PHP package silvercommerce/tax-admin without Composer
On this page you can find all versions of the php package silvercommerce/tax-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silvercommerce/tax-admin
More information about silvercommerce/tax-admin
Files in silvercommerce/tax-admin
Package tax-admin
Short Description Module allowing creation of tax rates and categories in the CMS via SiteConfig
License BSD-3-Clause
Homepage https://github.com/silvercommerce/tax-admin
Informations about the package tax-admin
Silverstripe Tax Admin
Adds ability to create and edit tax rates and categories in the CMS (via siteconfig).
This allows for flexible tax configurations (meaning that you can have tax rates for different countries, zones, etc).
You can then map these categories (or rates) to products, line items (in invoices) etc and use them in your tax calculations.
Dependancies
Assigning Taxes to Zones
By default this module integrates with the
GeoZones
module. This allows you to assign zones to TaxRate
objects.
You can then use TaxCategory::getValidRate()
to return the
most appropriate TaxRate for this category, based either on
the provided locale and zone, of the system default. EG:
All versions of tax-admin with dependencies
silverstripe/siteconfig Version ~4.0
symbiote/silverstripe-gridfieldextensions Version ^3.0
silvercommerce/geozones Version ~1.0