mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 21:00:15 -05:00
0b76df53e2
- Add date_format column to invoice_pdf_templates and quote_pdf_templates tables - Default date format set to DD.MM.YYYY (%d.%m.%Y) - Update PDF generators to use template-specific date format - Add date format configuration in admin PDF template editor - Replace Babel date formatting with strftime for consistent formatting - Update template filters to use DD.MM.YYYY format by default This allows users to customize date formatting per PDF template while maintaining backward compatibility with existing templates.