adjust documentation

This commit is contained in:
Daniel Seifert 2024-10-01 09:08:27 +02:00
bovenliggende 146b68ef1c
commit d610645c51
6 gewijzigde bestanden met toevoegingen van 25 en 16 verwijderingen

Bestand weergeven

@ -4,7 +4,7 @@
PDF document generator for OXID eShop PDF document generator for OXID eShop
Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from Smarty templates. Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from templates (Smarty or Twig).
At the orders of your OXID shop you have the option of creating an invoice and delivery note. At the orders of your OXID shop you have the option of creating an invoice and delivery note.

Bestand weergeven

@ -4,7 +4,7 @@
PDF-Dokumentgenerator für OXID eShop PDF-Dokumentgenerator für OXID eShop
Erstellen Sie unterschiedliche statische oder dynamische PDF-Dokumente auf Kopfdruck. Der Dokumentinhalt wird aus Smartytemplates erstellt. Erstellen Sie unterschiedliche statische oder dynamische PDF-Dokumente auf Kopfdruck. Der Dokumentinhalt wird aus Templates (Smarty bzw. Twig) erstellt.
An den Bestellungen Ihres OXID-Shops steht Ihnen die Erstellung von Rechnung und Lieferschein zur Verfügung. An den Bestellungen Ihres OXID-Shops steht Ihnen die Erstellung von Rechnung und Lieferschein zur Verfügung.

Bestand weergeven

@ -7,7 +7,10 @@
"modules", "modules",
"eShop", "eShop",
"d3", "d3",
"PDF" "PDF",
"documents",
"invoice",
"delivery note"
], ],
"authors": [ "authors": [
{ {
@ -21,14 +24,6 @@
"license": [ "license": [
"GPL-3.0-or-later" "GPL-3.0-or-later"
], ],
"extra": {
"oxideshop": {
"blacklist-filter": [
"composer.json",
"docs/**/*.*"
]
}
},
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"oxid-esales/oxideshop-ce": "7.0 - 7.1", "oxid-esales/oxideshop-ce": "7.0 - 7.1",

Bestand weergeven

@ -7,11 +7,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0...rel_2.x) ## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...rel_2.x)
## [2.0.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.4.0...2.0.0) - 2024-08-XX ## [2.0.1.0](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0.0...2.0.1.0) - 2024-10-01
### Added
- Entwicklungshandbuch
- Überladungsblock für Unternehmenslogo
### Fixed
- CSS wird nicht als Referenz sondern inline eingebunden
- Entwicklermodus kann konfiguriert werden
- Smarty Templates
### Removed
- Modul Connector Bedingung
## [2.0.0.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.4.0...2.0.0.0) - 2024-09-12
### Added ### Added
- installierbar in OXID 7.0 && 7.1 (CE 7.0.x - 7.1.x) - installierbar in OXID 7.0 && 7.1 (CE 7.0.x - 7.1.x)
- Support für Smarty- und Twig-Templates
### Removed
- Support für OXID < 7.0
## [1.0.4.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.3.1...1.0.4.0) - 2023-12-22 ## [1.0.4.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.3.1...1.0.4.0) - 2023-12-22
### Added ### Added

Bestand weergeven

@ -1,9 +1,9 @@
{ {
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente", "title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente",
"moduleversion": "2.0.0", "moduleversion": "2.0.1.0",
"titledesc": "für den Oxid eShop", "titledesc": "für den Oxid eShop",
"author": "D³ Data Development", "author": "D³ Data Development",
"moduledate": "12.09.2024", "moduledate": "01.10.2024",
"editors": "", "editors": "",
"tagline": "", "tagline": "",
"image": "", "image": "",

Bestand weergeven

@ -26,7 +26,7 @@ $aModule = [
'de' => '(D3) PDF-Dokumente', 'de' => '(D3) PDF-Dokumente',
'en' => '(D3) PDF documents', 'en' => '(D3) PDF documents',
], ],
'version' => '2.0.0', 'version' => '2.0.1.0',
'author' => 'D3 Data Development (Inh.: Thomas Dartsch)', 'author' => 'D3 Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/', 'url' => 'https://www.oxidmodule.com/',