feat(invoice): add e-invoice support with XRechnung/ZUGFeRD and advanced export features
Some checks failed
Default (tags) / security (push) Successful in 48s
Default (tags) / test (push) Failing after 4m3s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2025-08-12 12:37:01 +00:00
parent 08d7803be2
commit 73b46f7857
19 changed files with 6211 additions and 20 deletions

View File

@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0] - 2025-01-09
### Added
- **E-Invoice Integration**: Full XRechnung/ZUGFeRD support with import/export capabilities
- **Invoice Processing**: Automatic booking of electronic invoices to accounting
- **Advanced Export Features**: Comprehensive export functionality for accounts, balances, and ledger data
- **PDF Generation**: Professional PDF report generation with customizable templates
- **Security Features**: Merkle tree audit trails and digital signature support for tamper-proof records
- **Invoice Storage**: Dedicated invoice persistence layer with search and filtering
- **Invoice Adapter**: Bidirectional conversion between e-invoice formats and internal data model
- **Invoice Booking Engine**: Intelligent automatic account detection and VAT splitting
- **Cryptographic Signatures**: Support for signing exports with private keys and certificates
- **Structured Export Formats**: Export data in multiple formats (JSON, CSV, PDF)
- **Jahresabschluss Export**: Complete annual closing package generation
- New dependencies: @e-invoice-eu/core, @fin.cx/einvoice, merkletreejs, node-forge
- Enhanced documentation with invoice and export examples
### Changed
- Updated README with comprehensive documentation of new features
- Expanded API reference with new invoice and export methods
## [1.1.0] - 2025-01-09
### Added