fix(contentinvoice.ts): Improve invoice item layout and fix alignment issues.

This commit is contained in:
2024-12-08 17:37:17 +01:00
parent 89cc610aa0
commit 60fd21c6d3
4 changed files with 96 additions and 23 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-12-08 - 1.6.9 - fix(contentinvoice.ts)
Improve invoice item layout and fix alignment issues.
- Fixed missing border on last invoice item.
- Added highlighted style for invoice lines.
- Corrected alignment and display of invoice item details.
- Included VAT percentage display adjustments.
## 2024-12-07 - 1.6.8 - fix(rendering and logging)
Removed debug logging from document rendering process.