-
v1.4.8 Stable
released this
2026-04-02 12:55:24 +02:00 | 33 commits to master since this releaseChanges
- 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.gzDownloads