-
v1.5.1 Stable
released this
2026-04-02 20:01:44 +02:00 | 27 commits to master since this releaseChanges
- Due date uses days selector in edit mode (same as create)
- Overdue invoices fully editable, status reversed when due date moved to future
- Invoice list: edit icon for issued/overdue, eye icon for paid
- Invoice list: PDF opens as blob from NAS (removed lang modal)
- NAS: old PDF properly cleaned when invoice date changes
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.5.0 Stable
released this
2026-04-02 15:47:46 +02:00 | 29 commits to master since this releaseChanges
- Full invoice editing before payment (same form as create)
- Bank account auto-selected by IBAN match when editing
- Invoice number read-only in edit mode, paid invoices stay read-only
- NAS: old PDF automatically deleted when invoice date changes month
- Edit mode buttons: Zobrazit fakturu, Ulo�it, Smazat + status transitions
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.9 Stable
released this
2026-04-02 15:25:35 +02:00 | 31 commits to master since this releaseChanges
- Invoice PDF: tighter layout with more room for items
- Reduced page margins and header spacing
- Table headers 8.5pt, normal case, tighter cell padding
- Footer flows naturally across pages
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.8 Stable
released this
2026-04-02 12:55:24 +02:00 | 33 commits to master since this releaseChanges
- Invoice PDF: all fonts scaled up (base 10pt)
- Order number and date shown in dates column when invoice linked to order
- Uses customer order number with fallback to internal number
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.7 Stable
released this
2026-04-02 12:31:51 +02:00 | 35 commits to master since this releaseFix
- Invoice PDF footer: single line with 15mm space for signatures/stamps
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.6 Stable
released this
2026-04-02 12:01:52 +02:00 | 37 commits to master since this releaseFix
- Invoice PDF: table numbers reduced to 8pt, description column widened to 36%
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.5 Stable
released this
2026-04-02 11:56:06 +02:00 | 39 commits to master since this releaseChanges
- Invoice PDF redesign: professional table-based layout
- Connected bordered address blocks with equal heights
- Customer and bank info highlighted backgrounds
- Aligned labels and right-aligned values
- Consistent gray borders throughout
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.4 Stable
released this
2026-04-02 11:28:13 +02:00 | 41 commits to master since this releaseFix
- Invoice and offer PDF item names now render bold on Linux (font-weight 500�600)
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.3 Stable
released this
2026-04-02 11:13:30 +02:00 | 43 commits to master since this releaseFix
- Invoice PDF shows unit next to quantity (e.g. 193,50 / ks)
- Fixed column header overlap (Mno�stv� / Jedn. cena)
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads
-
v1.4.2 Stable
released this
2026-04-02 11:05:42 +02:00 | 45 commits to master since this releaseFix
- Bulk attendance fill now creates holiday records (leave_type: holiday, 8h) instead of skipping holiday days
Deploy
cd /var/www/app-ts wget <asset-url> -O release.tar.gz tar -xzf release.tar.gz npm install --production npx prisma generate npx prisma migrate deploy pm2 restart app-ts rm release.tar.gzDownloads