Releases: josemmo/einvoicing
Releases · josemmo/einvoicing
v0.2.6
- Fixed calculation of allowances/charges at invoice line level (#41 by @rycks)
v0.2.4
- Added support for credit notes (#36)
v0.2.3
- Fixed rounding of amounts (#31)
- Added PHP 8.3 to tests (e93d4ef)
v0.2.2
- Fixed tax registration ID without scheme (#26)
v0.2.1
BREAKING CHANGES
Invoice::getNote()
and Invoice::setNote()
have been deprecated in favor of Invoice::getNotes()
and Invoice::addNote()
.
- Added support for VAT in accounting currency (#22)
- Added support for additional legal information (#23)
- Added support for multiple invoice notes (#24)
- Added CIUS-RO and NLCIUS presets (e671343, 9ddfb64)
- Fixed VAT exemption reasons (13aa515)
- Fixed rounding of negative zeroes (56ea2d4)
v0.2.0
BREAKING CHANGES
New rounding method might alter the total amount of some invoices generated with previous versions.
v0.1.5
- Added support for contract reference (1ce251a)
- Added support for tax registration identifier (30751aa)