bmc_hub/app/billing/frontend
Christian c855f5d027 feat(migrations): add supplier invoice enhancements for accounting integration
- Added new columns to supplier_invoice_lines for contra_account, line_purpose, resale_customer_id, resale_order_number, is_invoiced_to_customer, and invoiced_date.
- Created indexes for faster filtering by purpose and resale status.
- Introduced economic_accounts table to cache e-conomic chart of accounts with relevant fields and indexes.
- Added comments for documentation on new columns and tables.
- Included success message for migration completion.
2026-01-07 10:32:41 +01:00
..
__init__.py feat: Implement supplier invoices management with e-conomic integration 2025-12-07 03:29:54 +01:00
supplier_invoices_v1_backup.html feat(migrations): add supplier invoice enhancements for accounting integration 2026-01-07 10:32:41 +01:00
supplier_invoices.html feat(migrations): add supplier invoice enhancements for accounting integration 2026-01-07 10:32:41 +01:00
template_builder.html feat: Implement quick analysis on PDF upload for CVR, document type, and number extraction 2025-12-09 14:54:33 +01:00
templates_list.html feat: Implement Email Workflow System with comprehensive documentation and migration scripts 2025-12-15 12:28:12 +01:00
views.py feat(migrations): add supplier invoice enhancements for accounting integration 2026-01-07 10:32:41 +01:00