fix(zugferd): Refactor Zugferd decoders to properly extract house numbers from street names and remove unused imports; update readme hints with additional TInvoice reference and refresh PDF metadata timestamps.

This commit is contained in:
2025-04-03 20:23:09 +00:00
parent a077f5c335
commit a5d5525e7a
8 changed files with 104 additions and 32 deletions

View File

@ -7,6 +7,8 @@ import {tap, expect} @push.rocks/tapbundle
tapbundle exports expect from @push.rocks/smartexpect
You can find the readme here: https://code.foss.global/push.rocks/smartexpect/src/branch/master/readme.md
This module also uses @tsclass/tsclass: You can find the TInvoice type here: https://code.foss.global/tsclass/tsclass/src/branch/master/ts/finance/invoice.ts
Don't use shortcuts when doing things, e.g. creating sample data in order to not implement something correctly, or skipping tests, and calling it a day.
It is ok to ask questions, if you are unsure about something.