• v1.5.1 b197017644

    v1.5.1 Stable

    boha_admin released this 2026-04-02 20:01:44 +02:00 | 27 commits to master since this release

    Changes

    • 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.gz
    
    Downloads
  • v1.5.0 44d389201c

    v1.5.0 Stable

    boha_admin released this 2026-04-02 15:47:46 +02:00 | 29 commits to master since this release

    Changes

    • 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.gz
    
    Downloads
  • v1.4.9 90e797b8fa

    v1.4.9 Stable

    boha_admin released this 2026-04-02 15:25:35 +02:00 | 31 commits to master since this release

    Changes

    • 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.gz
    
    Downloads
  • v1.4.8 fe44a2b12d

    v1.4.8 Stable

    boha_admin released this 2026-04-02 12:55:24 +02:00 | 33 commits to master since this release

    Changes

    • 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.gz
    
    Downloads
  • v1.4.7 cd25cd6ee4

    v1.4.7 Stable

    boha_admin released this 2026-04-02 12:31:51 +02:00 | 35 commits to master since this release

    Fix

    • 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.gz
    
    Downloads
  • v1.4.6 41fe65c7fc

    v1.4.6 Stable

    boha_admin released this 2026-04-02 12:01:52 +02:00 | 37 commits to master since this release

    Fix

    • 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.gz
    
    Downloads
  • v1.4.5 1a13d745f1

    v1.4.5 Stable

    boha_admin released this 2026-04-02 11:56:06 +02:00 | 39 commits to master since this release

    Changes

    • 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.gz
    
    Downloads
  • v1.4.4 7b6365f6b3

    v1.4.4 Stable

    boha_admin released this 2026-04-02 11:28:13 +02:00 | 41 commits to master since this release

    Fix

    • 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.gz
    
    Downloads
  • v1.4.3 09a9e8c2f0

    v1.4.3 Stable

    boha_admin released this 2026-04-02 11:13:30 +02:00 | 43 commits to master since this release

    Fix

    • 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.gz
    
    Downloads
  • v1.4.2 40cb5a4d76

    v1.4.2 Stable

    boha_admin released this 2026-04-02 11:05:42 +02:00 | 45 commits to master since this release

    Fix

    • 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.gz
    
    Downloads