• v1.3.5 f9dd49591e

    v1.3.5 Stable

    boha_admin released this 2026-03-27 13:44:54 +01:00 | 59 commits to master since this release

    Changes

    • CNB exchange rate service for real currency conversion (cached per date)
    • Invoice/received invoice KPI stats now show correct CZK totals for multi-currency
    • Dashboard revenue converts all currencies to CZK
    • Invoice PDF: VAT recap table always in CZK with CNB rate footer for foreign invoices
    • Inline styles cleanup (utility classes)
    • Spinner animation works with reduced-motion preference

    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