divide multi language into different languages
This commit is contained in:
bovenliggende
c353175701
commit
f86633a260
58
README.en.md
Normal file
58
README.en.md
Normal file
@ -0,0 +1,58 @@
|
||||
[de](#de) | [en](#en)
|
||||
[de](#pdf-dokumente) | [en](#pdf-documents)
|
||||
|
||||
# <a name="de"></a>PDF-Dokumente
|
||||
|
||||
PDF-Dokumentgenerator für OXID eShop
|
||||
|
||||
Erstellen Sie unterschiedlichste statische oder dynamische PDF-Dokument auf Kopfdruck. Der Dokumentinhalt wird aus Smartytemplates erstellt.
|
||||
|
||||
An den Bestellungen Ihres OXID-Shops steht Ihnen die Erstellung von Rechnung und Lieferschein zur Verfügung.
|
||||
|
||||
Das Modul kann einfach erweitert werden, um bestehende Dokumente anzupassen oder Neue hinzuzufügen. Auch komplett andere Dokumentarten (z.B. Artikeldatenblätter) sind einfach möglich.
|
||||
|
||||
## Systemanforderungen:
|
||||
|
||||
- installierter OXID eShop in Version 6
|
||||
- PHP-Version, für die Installationspakete verfügbar sind (PHP 7)
|
||||
- Installation via Composer
|
||||
|
||||
## Kompatibilität:
|
||||
|
||||
Das Modul enthält die selbe Funktionalität wie das `OXID Invoice-PDF`-Modul. Grundsätzlich können beide Module parallel im Shop installiert werden, wenn dies erforderlich ist.
|
||||
|
||||
Soll das `OXID Invoice-PDF`-Modul komplett vom `PDF Dokumente` Modul ersetzt werden (weil z.B. dritte Module ebenfalls dessen Funktion verwenden), stellen wir unter ... eine Anpassung zur Verfügung, die zusätzlich installiert wird.
|
||||
|
||||
## Installation:
|
||||
|
||||
```bash
|
||||
composer require d3/pdfdocuments --update-no-dev
|
||||
```
|
||||
|
||||
Eine detaillierte Installationsanleitung finden Sie [online](https://docs.oxidmodule.com/PDF-Dokumente/) und im docs-Verzeichnis dieses Pakets. Dort ist ebenfalls das Modulhandbuch hinterlegt.
|
||||
|
||||
## Support:
|
||||
|
||||
- D3 Data Development (Inh. Thomas Dartsch)
|
||||
- Home: [www.d3data.de](https://www.d3data.de)
|
||||
- E-Mail: support@shopmodule.com
|
||||
|
||||
## Danksagung:
|
||||
|
||||
- PDF logo made by Dimitriy Morilubov from www.flaticon.com
|
||||
|
||||
## Lizenz / License
|
||||
|
||||
**de:** Dieses Modul wird unter der GPL v3 Lizenz vertrieben. Für weitere Informationen siehe die ./LICENSE Datei.
|
||||
|
||||
Copyright by D3 Data Development (Inh. Thomas Dartsch)
|
||||
|
||||
---
|
||||
|
||||
# <a name="en"></a>PDF Documents
|
||||
|
||||
## 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)
|
Laden…
Verwijs in nieuw issue
Block a user