ai-invoice-generator
rawWorkspace
[FAD] Frostappdev
Created
2026-03-05
Updated
2026-03-05
Content
Auto-generate invoices from project records in utok. Read client, project, and time data → produce PDF invoice with line items.
## Concept
- Pull data from `data/clients/` and `data/projects/`
- Calculate hours from time logs or flat-rate milestones
- Generate professional PDF with branding from `data/files/fad-brand-guidelines.md`
- Could be a utok CLI command or standalone tool
## Open Questions
- Flat-rate vs. hourly — do we need both?
- Integration with DocuSeal for signatures?
- Tax calculation per jurisdiction?