Releases: josemmo/einvoicing
Releases · josemmo/einvoicing
v0.3.0
- Added support for multiple payments (#62, 26437c2)
- Added deprecation warnings at runtime (3e05ecd)
- Added (tested) support for PHP 8.4 (78317c4)
- Fixed BR-49 validation (#56, 8399f13)
- Added project reference (BT-11) (#60, 040979d)
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.