Quba 1.3.0

Today, June 29th, 2023, we released version 1.3.0 of our e-invoice viewer Quba.

Apart from the usual credit note type in invoice documents, still the only way how credit notes are done in the data formats “Cross Industry Invoice” (CII), this release now also supports the dedicated “Universal Business Language” (UBL) credit note root element (issue #24). Plus Quba now works better when attempting to open multiple files from outside the application (issue #25).

Quba is a open source stand alone application for Windows, Linux and Mac, which can be downloaded on it’s website. Apart from UBL and CII (XRechnung and the like) it supports side-by-side-visualization of Factur-X/ZUGFeRD documents. It may check for online updates but unless explicit consent has been granted (e.g. because documents are to be validated) it works offline, so your invoices won’t leave your computer. While Mustangproject so far focussed at least on semi-professional users, while Quba is ideal for end users.

The close relationship in the open source ecosystem not only shows in knowledge transfer (example) between “our” two applications but also in the fact that Quba extended an amendmend of a project called Open XRechnung Toolbox to the original Kosit XSLT visualization transformations. The response of the leading german associations to the request of the german government if mandatory Business-to-business (B2B) e-invoicing was possible by 2025 (developments and link to original request, as well as to their reply) could have mentioned the Open XRechnung Toolbox, but in particular might have rather ment Quba than Mustangproject in their footnotes. Otherwise the reponse was very interesting, scrutinizing the ambitious date and called for a free-to-use-solution, which, we would like to add, seems particularly important in the light that mandatory B2B e-invoices also implies a de-facto obligation to german digital invoice archival rules GoBD.

Mustang 2.7.3

Mustang 2.7.3 was released today, 2023-06-16 and adds three attributes in the parser to the invoice class (Issue 328, SpecifiedTradeProduct/SellerAssignedID, SellerOrderReferencedDocument/ram:IssuerAssignedID and BuyerOrderReferencedDocument/ram:IssuerAssignedID)

Mustangserver 0.8.2

Mustangserver 0.8.2 was released on 2023-06-10, which upgraded internally to Mustang 2.7.2 and parses invoices better.

Mustangserver provides technology-independent network access to the functionality of the open-source e-invoicing solution Mustang, which focusses on functionality for Factur-X/ZUGFeRD, Order-X and XRechnung.

Mustang 2.7.2

Version 2.7.2 of the open-source Java e-procurement library Mustangproject now also understands BasisQuantity in the import and in classes and not only in it’s interface and allows programmatic access also on validation results and not only on the final validation XML-report.

Mustang 2.7.1

Released on 2023-05-25, version 2.7.1 of the open-source Java and .net e-procurement library and tool Mustangproject fixes #317 (support conversion towards peppol #282), #313 Update CII2UBL library, #315 invoiceimporter constructor for InputStream and is now capable of extracting data into existing invoice objects

Mustangserver 0.8.1

On Saturday, May 6th, along with the successful completion of our server maintenance we released a new version of Mustangserver, 0.8.1, which allows you to choose the PDF/A-Version of the PDF->PDF/A-conversion:

When we tested that feature in cooperation with a customer we sometime saw significantly smaller output file sizes when exported to PDF/A-3 instead of PDF/A-1, in one particular case even a reduction of 87%.

Additionally we improved logging, e.g. with a default logging config #29. And Mustangservers upgrade to Mustang 2.7.0 allowed the validation and creation of XRechnung 2.3, which will become mandatory as of August 2023. The
reading(=parsing) of XR 2.3 is backward compatible anyway.

We recently conducted a small survey which features you would like to see in Mustangserver.

The most requested feature was the ability to visualize (i.e. convert into HTML).
This has now been prepared by feeding our know-how we gained with Quba back into
Mustang 2.7.0.
Apart from being able to create HTML from UBL input (invoice and credit memo) this
includes french and english tranlations and the codelist attribute lookup, i.e.
instead of 15 “H87″s of an item you will see 15 “Piece(H87)” of that item.
Also prepared in Mustangproject was the ability to extract data into
existing invoice objects, which may air in 2.7.1 and allow Mustangserver to
extend the Invoice object currently returned in it’s parse method.

At least the visualization, maybe even the subclass feature will be used in the next Mustangserver version.

XML converted to french HTML

Mustang 2.7.0

In todays (2023-04-17) release of version 2.7.0, Mustang has learned from our invoice viewer Quba and can now
– convert Factur-X/XRechnung CII XML to HTML with different output languages (english and french is now possible, previously its was only german)
– this now also works with UBL XML input (invoice, credit memo)
– it also revolves codelists, instead of e.g. type “380” you will see “380 (commercial invoice)”

Mustang 2.6.2 “Happy Easter”

In todays (2023-04-06) “Happy Easter” release of Mustang 2.6.2 it is now also possible to build the software on Linux: it was always running and embeddable in Linux (as it is on Windows and Mac) but it now also builds there, if required. Which also fixes it’s Github action, which performs automatic tests on pull requests.

The B2G (read: EN16931) validation was improved by upgrading the CEN schematron to v1.3.9 and Mustang can now read, write and validate XRechnung 2.3 (mandatory in Germany as of August). Additionally there was also a small correction for B2G in France by being able to define when VAT collection becomes applicable (issue #309).

As always, the command line version of Mustang can be downloaded from this website.