ksef 1.2.0
ksef: ^1.2.0 copied to clipboard
Unofficial Dart client for the Polish e-invoicing API (KSeF) used by swift.shop
1.2.0 #
- Added support for tax identification number for non PL entites via
taxIdTypefield
1.1.1 #
- bugfix: currency rate location in xml
1.1.0 #
- Added simple
NbpClientto fetch NBP exchange rates for foreign-currency invoices
1.0.0 #
- breaking change: Monetary amounts now use
intin minor currency units (grosz for PLN, cent for EUR) instead ofdoubleto avoid floating-point precision errors. Multiply existing values by 100 to migrate (e.g.unitNetPrice: 100.00→unitNetPrice: 10000).
0.3.0 #
- added
buildVerificationUrlvalidateKsefNumberbuildKsefNumbertestTokenhelpers - removed
validateTotalsand renamedtotalstoforceTotalsto favor users own validation - handle optional nip (personal invoices)
- allow manual set of creation date
- fix totals calculation for legacy tax classes and added all supported exceptions
- fix generated xml fields order
0.2.0 #
- added invoice XML generation and
sendInvoicemethod
0.1.0 #
- initial release