• 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