Releases: phax/en16931-cii2ubl
Releases · phax/en16931-cii2ubl
cii2ubl 1.4.1
- Updated to ph-commons 10.1
- Tested output against EN 16931 rules v1.3.5 - no changes necessary
cii2ubl 1.4.0
- Updated to ph-commons 10
cii2ubl 1.3.0
- Added support for different CII time formats (2, 3, 4, 101, 102, 103 and 105) where
102
is the default - The error handling for the commandline client was improved (checking errors before writing UBL) (see issue #9)
- Added the possibility to create UBL 2.3
- Made the API more open to directly convert to Invoice or CreditNote
- Improved the handling of payment means to be more EN compliant (see issue #7)
- Added a possibility to retrieve the internal converter version number
cii2ubl 1.2.5
- Added Jakarta Activation dependency to the standalone CLI version (see issue #6)
cii2ubl 1.2.4
- Tested with EN 16031 validation rules 1.3.3
- Not emitting the
LegalMonetaryTotal/PayableRoundingAmount
if the value is0
as a work around for ConnectingEurope/eInvoicing-EN16931#242
cii2ubl 1.2.3
- Updated to Jakarta JAXB 2.3.3
cii2ubl 1.2.2
- Updated to ph-commons 9.4.7
- Updated to ph-cii 2.3.0
- Updated to ph-ubl 6.4.0
cii2ubl 1.2.1
- Updated to new Maven groupIds
cii2ubl 1.2.0
- Verified against EN 16931 validation artefacts 1.3.0 - no changes in the output
- Added commandline interface (CLI) - (see PR #3) - thanks to @rkottmann
- Fixed creating invalid UBL if
SellerOrderReferencedDocument
is present butBuyerOrderReferencedDocument
is not set (see issue #5) - Made default VAT scheme, UBL
CustomizationID
, UBLProfileID
and thePaymentMeans/CardAccount/NetworkID
customizable (see issue #1 and issue #2) - Fixed embedded attachment mapping (see issue #4)