Skip to content

Releases: easybill/e-invoicing

Release 0.3.0 - Fixes, New Handler and Cleanup

19 Oct 12:39
d346f04
Compare
Choose a tag to compare

Release 0.2.3 - Fix cardinality of SpecifiedTradePaymentTerms in CII

20 Sep 06:25
148b287
Compare
Choose a tag to compare

What's Changed

  • Fix SpecifiedTradePaymentTerms in HeaderTradeSettlement cardinality by @BolZer in #9

Full Changelog: 0.2.2...0.2.3

Release 0.2.2 - Avoid ErrorExceptions for Reader, Chores...

16 Sep 10:22
4b080ed
Compare
Choose a tag to compare

What's Changed

  • V0.2.2 - Suppress Warnings and Errors of DomDocument, Update dev dependencies by @BolZer in #7
  • Add attributes in phpunit.xml to let tests fail on warnings, notices and deprecations by @BolZer in #8

Full Changelog: 0.2.1...0.2.2

Release 0.2.1 - Add missing document type codes

22 Aug 12:34
d420205
Compare
Choose a tag to compare

What's Changed

  • 0.2.1 - Add missing document types by @BolZer in #6. The Codes 50 (VALIDATED_PRICE_TENDER) and 916 (RELATED_DOCUMENT) were missing. Those types are only to be used in referenced documents. They are missing from the sheet 1001 of the EN16931 documentation as this sheet only refers to the 'main' document types.

Full Changelog: 0.2.0...0.2.1

Release 0.2.0 - Missing fields, Enums and Tests

16 Aug 21:09
Compare
Choose a tag to compare

What's Changed

  • Add missing fields for various models of UBL and CII documents
  • Add various enums to reflect on the EN16931 code list
  • Add new models which use the aforementioned enum in favour of more generic data types like string or ID
  • Add new tests and example xmls for CII and UBL to marshal from the XML to the data structures of the lib and back again
  • Add customised serializer to allow the usage of backed enums with JMS serialiser

Full Changelog: 0.1.1...0.2.0

Release 0.1.1

16 Aug 21:03
Compare
Choose a tag to compare

What's Changed

  • Mark AdditionalDocumentReference in UblInvoice as array by @BolZer in #5

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

27 Jun 06:45
f676b1d
Compare
Choose a tag to compare

What's Changed

  • Initial release of the lib.

New Contributors

  • @BolZer made their first contribution in #1

Full Changelog: https://github.com/easybill/e-invoicing/commits/0.1.0