Doku: Modul-Version 1.3.1 + ChangeLog (customers.php-Uebersetzung, PWA-Layout) [deploy]
All checks were successful
Deploy bericht / deploy (push) Successful in 18s
All checks were successful
Deploy bericht / deploy (push) Successful in 18s
- modBericht.class.php: version 1.1.0 -> 1.3.1 (war seit 1.1.0 nie nachgezogen) - ChangeLog 1.3.1: Zahlart/Zahlungsbedingung-Uebersetzung + PWA-Formular-Layout-Fix
This commit is contained in:
parent
7ab3dcdc63
commit
52810b2b91
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.3.1 — 2026-07-18
|
||||||
|
|
||||||
|
### Fixes rund um die PWA-Auftragsanlage
|
||||||
|
|
||||||
|
- **`api/customers.php`**: Zahlart und Zahlungsbedingung im Kunden-Detail werden jetzt **übersetzt** — über die Dolibarr-Sprachkeys `PaymentTypeShort<code>` / `PaymentConditionShort<code>` (Sprachdatei `bills`) statt der rohen englischen `libelle`-Werte aus `c_paiement`/`c_payment_term`. Behebt die Anzeige „💳 Payment Condition · 🏦 Credit transfer" in der „Übernommen"-Zeile. Fallback auf `libelle`, wenn kein Sprachkey existiert (z. B. Custom-Einträge ohne `code`).
|
||||||
|
- **Baustelle-PWA** (Repo `baustelle-pwa`): „Neuer Auftrag"-Formular saß vertikal zu weit unten (der gemeinsame `.fs-body` erbte `justify-content:center`, was bei `flex-direction:column` vertikal zentriert) und wurde von der Bildschirmtastatur verdeckt → `justify-content:flex-start` im Modal + `scrollIntoView({block:'center'})` beim Feld-Fokus.
|
||||||
|
|
||||||
## 1.3.0 — 2026-07-18
|
## 1.3.0 — 2026-07-18
|
||||||
|
|
||||||
### PWA Auftrag-Anlegen überarbeitet (Formular + Freigabe)
|
### PWA Auftrag-Anlegen überarbeitet (Formular + Freigabe)
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ class modBericht extends DolibarrModules
|
||||||
|
|
||||||
$this->editor_name = 'Alles Watt läuft';
|
$this->editor_name = 'Alles Watt läuft';
|
||||||
$this->editor_url = '';
|
$this->editor_url = '';
|
||||||
$this->version = '1.1.0';
|
$this->version = '1.3.1';
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
$this->picto = 'fa-file-pdf';
|
$this->picto = 'fa-file-pdf';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue