Commit Graph

7 Commits

Author SHA1 Message Date
jkunz 3f37f6538c feat(core): improve in-memory validation, FatturaPA detection coverage, and published type compatibility 2026-04-16 20:30:56 +00:00
jkunz 10e14af85b feat(validation): Implement EN16931 compliance validation types and VAT categories
- Added validation types for EN16931 compliance in `validation.types.ts`, including interfaces for `ValidationResult`, `ValidationOptions`, and `ValidationReport`.
- Introduced `VATCategoriesValidator` in `vat-categories.validator.ts` to validate VAT categories according to EN16931 rules, including detailed checks for standard, zero-rated, exempt, reverse charge, intra-community, export, and out-of-scope services.
- Enhanced `IEInvoiceMetadata` interface in `en16931-metadata.ts` to include additional fields required for full standards compliance, such as delivery information, payment information, allowances, and charges.
- Implemented helper methods for VAT calculations and validation logic to ensure accurate compliance with EN16931 standards.
2025-08-11 12:25:32 +00:00
philkunz 32f8bc192a update 2025-05-28 08:40:26 +00:00
philkunz e4c762658d update 2025-05-27 21:03:10 +00:00
philkunz 26deb14893 feat(compliance): improve compliance 2025-05-26 13:33:21 +00:00
philkunz e7c3a774a3 fix(compliance): Improve compliance 2025-05-26 10:17:50 +00:00
philkunz a93ea090ce BREAKING CHANGE(core): Rebrand XInvoice to EInvoice: update package name, class names, imports, and documentation 2025-05-24 16:33:58 +00:00