]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commit
Corrects the attribute order of ApplicableTradeTax (#19)
authorMarko Luther <marko.luther@gmx.net>
Fri, 19 Jan 2024 17:12:14 +0000 (18:12 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 17:12:14 +0000 (18:12 +0100)
commit4019506f3e086fc078787c45e1ec2fb7c208a32b
tree9bb6cddddfa247531c20f3b3e2817dad11c24214
parent75617a8a1ec9c9626793d2e1d0a323c8cfab8d7a
Corrects the attribute order of ApplicableTradeTax (#19)

* aligns the attribute order of the ApplicableTradeTax class to the TradeTaxType in FACTUR-X_EXTENDED_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd to fix https://github.com/pretix/python-drafthorse/issues/18

* adds test case

* fix formatting

* sync readme with test_minimal
README.rst
drafthorse/models/accounting.py
tests/test_mininal.py