feat: CSV exports, PDF improvements, play internal/external with hour split, roles cleanup, admin companies with 'Cliente avulso', ticket list spacing/alignment fixes, status translations and mappings

This commit is contained in:
Esdras Renan 2025-10-07 13:42:45 -03:00
parent addd4ce6e8
commit 3bafcc5a0a
45 changed files with 1401 additions and 256 deletions

5
types/pdfkit-standalone.d.ts vendored Normal file
View file

@ -0,0 +1,5 @@
declare module "pdfkit/js/pdfkit.standalone.js" {
const PDFDocument: any
export default PDFDocument
}