An open API service indexing awesome lists of open source software.

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

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