CustomGento_CliTaxEditor
customgento/module-cli-tax-editor-m2
Magento 2 module, which provides new console commands to edit the tax configuration.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
+9 older tests
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubCLI Tax Editor for Magento 2
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.