https://github.com/taoufiqaitali/magento2-tax-generator
bulk generate fixed tax to all countries
https://github.com/taoufiqaitali/magento2-tax-generator
Last synced: about 2 months ago
JSON representation
bulk generate fixed tax to all countries
- Host: GitHub
- URL: https://github.com/taoufiqaitali/magento2-tax-generator
- Owner: taoufiqaitali
- License: gpl-3.0
- Created: 2020-04-10T14:50:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T15:01:02.000Z (about 5 years ago)
- Last Synced: 2025-04-12T10:18:21.957Z (about 2 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento 2 Module Tax generator
``taoufiqaitali/module-taxgen``
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)## Main Functionalities
generate tax percent for specific product## Installation
- Unzip the archive file in `app/code/Taoufiqaitali/Taxgen`
- Enable the module by running `php bin/magento module:enable Taoufiqaitali_Taxgen`
- Apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`## Configuration
- Taoufiqaitali > Tax Generator
## Specifications
- Helper
- Taoufiqaitali\Taxgen\Helper\Data## Notes
- Prefix for generated taxe classes is `TAOUFIQAITALI-TAX-` can be edited in Helper, in future we can add it in configuration page
- In this version i'm not checked validation for type of input data
- after each generation please reindex and clear cache
## Author
- Taoufiq Ait Ali