pdfdokumente/README.en.md

47 lines
1.7 KiB
Markdown

> [german version](README.md)
# PDF Documents
PDF document generator for OXID eShop
Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from Smarty templates.
At the orders of your OXID shop you have the option of creating an invoice and delivery note.
The module can be easily extended to adapt existing documents or add new ones. Even completely different document types (e.g. article data sheets) are possible.
## System requirements:
- installed OXID eShop version from 6.1
- PHP version for which installation packages are available (PHP 7)
- Installation via Composer
## Compatibility:
The module contains the same functionality as the 'OXID Invoice PDF' module. Basically, both modules can be installed in parallel in the shop, if required.
If the `OXID Invoice PDF` module is to be completely replaced by the `D3 PDF Documents` module (e.g. because third modules also use its function), we provide [a customization](https://packagist.org/packages/d3/pdfdocuments_compat) which is installed additionally.
## Installation:
```bash
composer require d3/pdfdocuments:^1.0 --update-no-dev
```
Detailed installation instructions can be found [online](https://docs.oxidmodule.com/PDF-Dokumente/) and in the docs directory of this package. The module manual is also available there.
## Support:
- D3 Data Development (Inh. Thomas Dartsch)
- Home: [www.d3data.de](https://www.d3data.de)
- E-Mail: support@shopmodule.com
## Credits:
- PDF logo made by Dimitriy Morilubov from www.flaticon.com
## License
This module is distributed under the GPL v3 License. For more information see the ./LICENSE file.
Copyright by D3 Data Development (Inh. Thomas Dartsch)