• 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