- Backend: export template system with priority chain: client template > user template > global template > built-in default - New /api/export/template endpoints for any logged-in user (GET/POST/DELETE) - Admin endpoints for global and per-client export templates - detect_csv_template() auto-maps CSV headers to internal fields - Frontend: ExportTemplateEditor component (upload CSV → map columns → save) - AdminClientsPage: export template section per client card - SheetPage: ⚙ button next to "Export CSV" opens inline template editor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| ai_command.py | ||
| auth.py | ||
| clients.py | ||
| config.py | ||
| dropdowns.py | ||
| export.py | ||
| jobs.py | ||
| sheets.py | ||