Release v1.6.0 — Rechnungs-System (SW by-v966)
- Rechnungserstellung mit fortlaufender Nr. RG-YYYY-NNNN - PDF-Generierung (fpdf2) mit §14-UStG-Pflichtangaben - Kleinunternehmer-Modus (§19 UStG) via ENV - Mail-Versand mit PDF-Anhang (Brevo/SMTP) - Speicherung in /scaninput + Paperless-ngx REST-API - Admin-Panel: Invoice-Tab, Pay/Cancel-Modals, Cashflow - Quartalsbericht als CSV-Download + Mail-Versand - Action-Items: offene Rechnungen im To-Do-Band - Stornonummern ST-YYYY-NNNN - docker-compose: /volume1/scaninput:/scaninput
This commit is contained in:
parent
5dddacff96
commit
fa513be7f5
3 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '965'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
|
||||
const APP_VER = '966'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
if (location.search.includes('_t=')) history.replaceState(null, '', '/');
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v965';
|
||||
const CACHE_VERSION = 'by-v966';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue