feat(core): Add EInvoiceCreator class for generating ZUGFeRD/Factur-X XML

This commit is contained in:
2024-12-30 21:12:31 +01:00
parent 78ba483d35
commit d573d95ebc
6 changed files with 8233 additions and 2945 deletions

View File

@ -7,9 +7,11 @@ export {
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartxml from '@push.rocks/smartxml';
export {
smartfile
smartfile,
smartxml
}
// third party
@ -17,4 +19,11 @@ import * as pdfLib from 'pdf-lib';
export {
pdfLib
}
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}