You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
CodingKitten
committed
feat: Enhance Invoice Editor with tax settings and invoice number field
- Added optional fields for tax rate, prices include tax, rounding mode, and tax mode in InvoiceEditor component.
- Introduced invoice number input with error handling in the InvoiceEditor.
- Updated item rows to support per-line tax percentages.
- Implemented tax summary display in InvoiceDetail for better visibility of tax breakdown.
- Enhanced invoice creation and editing routes to handle new tax-related fields.
- Removed DemoToast component and its references from the project.
- Updated settings page to include default tax rate, prices include tax, and rounding mode configurations.
The UBL generator uses business settings for seller data and invoice/customer data for buyer details. Optional PEPPOL endpoint IDs can be configured via settings:
199
+
The UBL generator uses business settings for seller data and invoice/customer
200
+
data for buyer details. Optional PEPPOL endpoint IDs can be configured via
0 commit comments