Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/vat_tbe_services
OXID eShop eVAT module
https://github.com/oxid-esales/vat_tbe_services
oxid-eshop oxid-module php
Last synced: about 1 month ago
JSON representation
OXID eShop eVAT module
- Host: GitHub
- URL: https://github.com/oxid-esales/vat_tbe_services
- Owner: OXID-eSales
- License: other
- Created: 2014-09-25T09:17:08.000Z (about 10 years ago)
- Default Branch: b-7.0.x
- Last Pushed: 2024-04-09T13:55:11.000Z (9 months ago)
- Last Synced: 2024-04-10T08:28:07.728Z (9 months ago)
- Topics: oxid-eshop, oxid-module, php
- Language: PHP
- Homepage:
- Size: 10.1 MB
- Stars: 19
- Watchers: 24
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
eVAT module
===========[![Packagist](https://img.shields.io/packagist/v/oxid-esales/evat-module.svg?maxAge=3600)](https://packagist.org/packages/oxid-esales/evat-module)
This module implements requirements which allow the OXID eShop to comply with the
EU regulations as specified by the EU VAT directive 1042/2013 regarding VAT for
telecommunications, broadcasting and electronic services.## Branch compatibility
* b-7.0.x branch is compatible with OXID eShop compilation version 7.0.x
* b-6.5.x branch is compatible with OXID eShop compilation version 6.5.x## Installation
### Module installation via composer
In order to install the module via composer, run one of the following commands
on commandline in your shop base directory (where the shop's composer.json file resides).* **composer require oxid-esales/evat-module:^2.0** to install the released version compatible with OXID eShop Version 6
* **composer require oxid-esales/evat-module:^3.0** to install the latest version from github, compatible with eShop Version 7and [activate the module](https://docs.oxid-esales.com/developer/en/7.0/development/modules_components_themes/module/installation_setup/setup.html).
## Bugs and Issues
If you experience any bugs or issues, please report them in the section **Module eVAT** of https://bugs.oxid-esales.com.
## Documentation
The module documentation can be found on our documentation platform: https://docs.oxid-esales.com/modules/vat-tbe-services/en/latest/.
## License
See LICENSE file for license details.