pdfdokumente/README.en.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2020-08-13 08:57:49 +02:00
# <a name="de"></a>PDF Documents
2020-08-13 08:42:51 +02:00
2020-08-13 08:57:49 +02:00
PDF document generator for OXID eShop
2020-07-04 23:25:24 +02:00
2020-08-13 08:57:49 +02:00
Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from Smarty templates.
2020-07-04 23:25:24 +02:00
2020-08-13 08:57:49 +02:00
At the orders of your OXID shop you have the option of creating an invoice and delivery note.
2020-07-04 23:25:24 +02:00
2020-08-13 08:57:49 +02:00
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.
2020-07-05 22:35:53 +02:00
2020-08-13 08:57:49 +02:00
## System requirements:
2020-07-04 23:25:24 +02:00
2020-08-13 08:57:49 +02:00
- installed OXID eShop version 6
- PHP version for which installation packages are available (PHP 7)
2020-07-04 23:25:24 +02:00
- Installation via Composer
2020-08-13 08:57:49 +02:00
## Compatibility:
2020-07-05 22:35:53 +02:00
2020-08-13 08:57:49 +02:00
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.
2020-07-05 22:35:53 +02:00
2020-08-13 08:57:49 +02:00
If the 'OXID Invoice PDF' module has to be completely replaced by the 'PDF Documents' module (e.g. because third modules also use its function), we set up a ... which will be installed additionally.
2020-07-05 22:35:53 +02:00
2020-07-04 23:25:24 +02:00
## Installation:
```bash
2020-08-13 08:57:49 +02:00
composer require d3/pdfdocuments:^1.0 --update-no-dev
2020-07-04 23:25:24 +02:00
```
2020-08-13 08:57:49 +02:00
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.
2020-07-04 23:25:24 +02:00
## Support:
- D3 Data Development (Inh. Thomas Dartsch)
- Home: [www.d3data.de](https://www.d3data.de)
- E-Mail: support@shopmodule.com
2020-07-05 14:08:51 +02:00
2020-08-13 08:57:49 +02:00
## Credits:
2020-07-05 14:08:51 +02:00
2020-07-05 22:41:26 +02:00
- PDF logo made by Dimitriy Morilubov from www.flaticon.com
2020-08-13 08:42:51 +02:00
## License
This module is distributed under the GPL v3 License. For more information see the ./LICENSE file.
2020-08-13 08:57:49 +02:00
Copyright by D3 Data Development (Inh. Thomas Dartsch)