• 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