longyi c9405dd336 vendor 5 anos atrás
..
Api c9405dd336 vendor 5 anos atrás
Block c9405dd336 vendor 5 anos atrás
Controller c9405dd336 vendor 5 anos atrás
CustomerData c9405dd336 vendor 5 anos atrás
Helper c9405dd336 vendor 5 anos atrás
Model c9405dd336 vendor 5 anos atrás
Observer c9405dd336 vendor 5 anos atrás
Plugin c9405dd336 vendor 5 anos atrás
Pricing c9405dd336 vendor 5 anos atrás
Setup c9405dd336 vendor 5 anos atrás
Test c9405dd336 vendor 5 anos atrás
Ui c9405dd336 vendor 5 anos atrás
etc c9405dd336 vendor 5 anos atrás
i18n c9405dd336 vendor 5 anos atrás
view c9405dd336 vendor 5 anos atrás
LICENSE.txt c9405dd336 vendor 5 anos atrás
LICENSE_AFL.txt c9405dd336 vendor 5 anos atrás
README.md c9405dd336 vendor 5 anos atrás
composer.json c9405dd336 vendor 5 anos atrás
registration.php c9405dd336 vendor 5 anos atrás

README.md

Overview

Purpose of module

The Magento_Tax module provides the calculations needed to compute the consumption tax on goods and services.

The Magento_Tax module includes the following:

  • configuration of the tax rates and rules to apply
  • configuration of tax classes that apply to: ** taxation on products ** taxation on shipping charges ** taxation on gift options (example: gift wrapping)
  • specification whether the consumption tax is "sales & use" (typically product prices are loaded without any tax) or "VAT" (typically product prices are loaded including tax)
  • specification of whether the tax total line can be toggled to display the tax details/subtotals
  • display of prices (presented with tax, without tax, or both with and without)

The Magento_Tax module also handles special cases when computing tax, such as:

  • determining the tax on an individual item (for example, one that is being returned) when the original tax has been computed on the entire shopping cart ** example country: United States
  • being able to handle 2 or more tax rates that are applied separately (examples include a "luxury tax" on exclusive items)
  • being able to handle a subsequent tax rate that is applied after a previous one is applied (a "tax on tax" situation, which recently was a part of Canadian tax law)

Deployment

System requirements

The Magento_Tax module does not have any specific system requirements.

Depending on how many tax rates and tax rules are being used, there might be consideration for the database size Depending on the frequency of updating tax rates and tax rules, there might be consideration for the scheduling of these updates

Install

The Magento_Tax module is installed automatically (using the native Magento install mechanism) without any additional actions.

Uninstall

The Magento_Tax module should not be uninstalled; it is a required module.