2017 © Pedro Peláez
 

silverstripe-vendormodule tax-admin

Module allowing creation of tax rates and categories in the CMS via SiteConfig

image

silvercommerce/tax-admin

Module allowing creation of tax rates and categories in the CMS via SiteConfig

  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 38 % Grown

The README.md

Silverstripe Tax Admin

Scrutinizer Code Quality Build Status, (*1)

Adds ability to create and edit tax rates and categories in the CMS (via siteconfig)., (*2)

This allows for flexible tax configurations (meaning that you can have tax rates for different countries, zones, etc)., (*3)

You can then map these categories (or rates) to products, line items (in invoices) etc and use them in your tax calculations., (*4)

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:, (*5)

use SilverCommerce\TaxAdmin\Model\TaxCategory;

// Get the tax category you want
$cateogry = TaxCategory::get()->byID(1);

// Find if we have a valid rate for Gloucestershire in the UK (GB)
$tax_rate = $category->getValidTax("GB", "GLS");

The Versions

04/04 2018

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/silvercommerce/tax-admin

Module allowing creation of tax rates and categories in the CMS via SiteConfig

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

silverstripe ecommerce commerce tax

04/04 2018

1.1.0

1.1.0.0 https://github.com/silvercommerce/tax-admin

Module allowing creation of tax rates and categories in the CMS via SiteConfig

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

silverstripe ecommerce commerce tax

30/01 2018

1.0.0

1.0.0.0 https://github.com/silvercommerce/tax-admin

Module allowing creation of tax rates and categories in the CMS via SiteConfig

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe ecommerce commerce tax