docs: v5.7 - PDF-Pfad-Fix für Cron/Batch-Import
- CHANGELOG und README für Version 5.7 aktualisiert - Dokumentiert: PDF-Pfad-Fix und Fallback für alte Pfade Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
75ef65c0ee
commit
f1dded0803
2 changed files with 15 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
Alle wesentlichen Änderungen an diesem Projekt werden in dieser Datei dokumentiert.
|
||||
|
||||
## [5.7] - 2026-03-04
|
||||
|
||||
### Behoben
|
||||
- **PDF-Pfad bei Cron/Batch-Import**: PDFs werden jetzt korrekt nach `/imports/{id}/{filename}` gespeichert
|
||||
- Problem: Cron speicherte nach `/imports/{ref}_{filename}`, aber beim Erstellen der Rechnung wurde nach `/imports/{id}/{filename}` gesucht
|
||||
- Lösung: Einheitlicher Pfad für manuellen und Cron-Import
|
||||
- **Fallback für alte PDF-Pfade**: Beim Anhängen an Lieferantenrechnung wird auch im alten Pfadformat gesucht
|
||||
- Ermöglicht korrekte Verarbeitung von Imports die vor dem Fix erstellt wurden
|
||||
- Sucht zuerst `/imports/{id}/{filename}`, dann `/imports/{ref}_{filename}`
|
||||
|
||||
## [5.5] - 2026-03-03
|
||||
|
||||
### Behoben
|
||||
|
|
|
|||
|
|
@ -104,7 +104,11 @@ Available in:
|
|||
|
||||
See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
||||
|
||||
### 5.5 (Current)
|
||||
### 5.7 (Current)
|
||||
- Fixed PDF path for Cron/Batch imports - now correctly saved to `/imports/{id}/{filename}`
|
||||
- Added fallback for old PDF paths when attaching to supplier invoices
|
||||
|
||||
### 5.5
|
||||
- Fixed copper surcharge scaling in mass update (different quantities between Dolibarr and Datanorm)
|
||||
- Fixed VAT rate preservation when updating prices
|
||||
- New filters for price direction (up/down) in mass update
|
||||
|
|
|
|||
Loading…
Reference in a new issue