customgento / module-cli-tax-editor-m2
CLI Tax Editor for Magento 2 adds a CLI command to update tax rates.
Fund package maintenance!
customgento
Installs: 4 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 4
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: ~102.0||~103.0
- magento/module-tax: ~100.3||~100.4
- symfony/console: ~4.1||~5.4||~6.4.0
Requires (Dev)
- roave/security-advisories: dev-latest
README
CLI Tax Editor for Magento 2 adds a CLI command to update tax rates. This is pretty useful for general tax rate changes in a country, which must be applied exactly at a specific date. It is possible to define a new rate for a range of tax rate IDs.
Commands
Edit Rates Of Existing Tax Rates
$ bin/magento tax:rates:edit [--ids[="..."]] [--rate[="..."]] [--update-titles]
Options
--ids
Comma-separated list of tax rate IDs
--rate
The new rate (integer or float with decimal point)
--update-titles
Update the code and the titles of the tax rate as well