pdfdokumente/README.en.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

> [german version](README.md)
# 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
- installed OXID eShop version from 6.1
2020-08-13 08:57:49 +02:00
- 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
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.
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)