mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-18 20:29:44 -05:00
a15eb0c97a
- Add invoices_peppol_compliant in Settings (Admin > Peppol e-Invoicing). When on: PDFs include seller/buyer PEPPOL identifiers; invoice view shows warnings for missing company/client PEPPOL data; UBL gets mandatory BIS Billing 3.0 elements. - UBL: add InvoiceTypeCode 380 and BuyerReference (buyer_reference, project name, or invoice number). - Optional buyer_reference on Invoice and create/edit forms (PEPPOL BT-10). - Download UBL route and button when client is PEPPOL-ready and invoices_peppol_compliant or peppol_enabled. - Migrations: 112 (settings.invoices_peppol_compliant), 113 (invoices.buyer_reference). - Update PEPPOL_EINVOICING.md; extend test_peppol_service UBL checks.