Kompatibilitätslayer für PDF Dokumente Modul zum OXID InvoicePDF Modul
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Seifert 0132ef71cf
add links between language README files
3 years ago
Modules/Application/Model use class alias, extend documentation 3 years ago
LICENSE Initial commit 3 years ago
README.en.md add links between language README files 3 years ago
README.md add links between language README files 3 years ago
composer.json adjust README 3 years ago
metadata.php use class alias, extend documentation 3 years ago

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)