Skip to content

Releases: josemmo/einvoicing

v0.2.7

03 Oct 18:17
fb31898
Compare
Choose a tag to compare

v0.2.6

24 Jun 09:28
a36c507
Compare
Choose a tag to compare
  • Fixed calculation of allowances/charges at invoice line level (#41 by @rycks)

v0.2.5

17 Mar 18:12
d52f938
Compare
Choose a tag to compare

v0.2.4

21 Jan 11:07
9879cbf
Compare
Choose a tag to compare
  • Added support for credit notes (#36)

v0.2.3

17 Dec 12:58
9b1bc79
Compare
Choose a tag to compare
  • Fixed rounding of amounts (#31)
  • Added PHP 8.3 to tests (e93d4ef)

v0.2.2

22 Jun 15:54
353321f
Compare
Choose a tag to compare
  • Fixed tax registration ID without scheme (#26)

v0.2.1

08 Jun 16:36
c4a1d1b
Compare
Choose a tag to compare

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

25 Apr 19:24
967d57e
Compare
Choose a tag to compare

BREAKING CHANGES
New rounding method might alter the total amount of some invoices generated with previous versions.

v0.1.6

22 Nov 20:09
9704bb1
Compare
Choose a tag to compare

v0.1.5

06 Nov 19:14
0853202
Compare
Choose a tag to compare
  • Added support for contract reference (1ce251a)
  • Added support for tax registration identifier (30751aa)