Kompatibilitätslayer für PDF Dokumente Modul zum OXID InvoicePDF Modul
Go to file
Daniel Seifert 0132ef71cf
add links between language README files
2020-08-13 09:25:37 +02:00
Modules/Application/Model use class alias, extend documentation 2020-08-13 09:13:18 +02:00
LICENSE Initial commit 2020-07-06 09:31:01 +02:00
README.en.md add links between language README files 2020-08-13 09:25:37 +02:00
README.md add links between language README files 2020-08-13 09:25:37 +02:00
composer.json adjust README 2020-07-07 23:02:20 +02:00
metadata.php use class alias, extend documentation 2020-08-13 09:13:18 +02:00

README.en.md

german version

PDF Documents - compatibility layer

Compatibility Layer for PDF Documents Module to OXID InvoicePDF Module

This customization allows third party modules that would otherwise use the OXID InvoicePdf module for their own purposes, to use the D3 PDF Documents module instead.

The generation call of the standard documents (invoice, delivery note) is routed via the PDF Documents module.

If further documents have been added, the routing must be added there.

The admin form for document generation is not copied here, because it is already included in the PDF Documents module in a similar form. Adjustments (e.g. template block overloads) should be adapted to this.

System requirements:

  • installed OXID eShop from version 6.1
  • D3 PDF Documents Module
  • 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. Since it is intended to replace its function, the OXID module is uninstalled.

Installation

Disable the OXID InvoicePDF module in the admin area of your shop.

composer require d3/pdfdocuments_compat:^1.0 --update-no-dev

Delete the files of the OXID InvoicePDF module.

Support:

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)