mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-18 12:19:18 -05:00
35e3694cc1
Admin menu: - PDF Templates is now a top-level submenu under Admin (same level as System Settings) so it opens without opening System Settings first. - Remove PDF routes from admin_settings_open so only PDF Templates expands on invoice/quote PDF pages. - Set pdfDropdown parent to adminDropdown in nested dropdown click handler. PDF layout (invoice & quote): - Preserve table groups (Items, Expenses) on save by skipping Groups in cleanup and ensuring table names are set and restored from design_json. - Add test for saving and reloading layout with tables. Docs: - Update PDF layout access path to Admin → PDF Templates → Invoice PDF (and Quote PDF) in PDF_LAYOUT_CUSTOMIZATION.md, PDF_EDITOR_ENHANCED_FEATURES.md, PDF_EDITOR_QUICK_START.md, INVOICE_EXTRA_GOODS_PDF_EXPORT.md.