]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commit
Make all official samples pass
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Oct 2018 22:55:39 +0000 (00:55 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Oct 2018 22:55:39 +0000 (00:55 +0200)
commit9e64c0ae7004a2a705363aa12854ddd0ef5e60f6
tree62a55530e124bc1b73f458026f602c21b1e3374c
parent62146a3e79b495239d467f09a2e3e0914130bebf
Make all official samples pass
24 files changed:
drafthorse/models/accounting.py
drafthorse/models/elements.py
drafthorse/models/fields.py
drafthorse/models/note.py
drafthorse/models/party.py
drafthorse/models/payment.py
drafthorse/models/product.py
drafthorse/models/references.py
drafthorse/models/trade.py
drafthorse/models/tradelines.py
drafthorse/utils.py
tests/samples/ZUGFeRD_1p0_BASIC_Einfach.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_BASIC_Rechnungskorrektur.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Einfach.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Haftpflichtversicherung_Versicherungssteuer.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Kraftfahrversicherung_Bruttopreise.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Rabatte.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Rechnungskorrektur.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_SEPA_Prenotification.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_COMFORT_Sachversicherung_berechneter_Steuersatz.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_EXTENDED_Kostenrechnung.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_EXTENDED_Rechnungskorrektur.xml [new file with mode: 0644]
tests/samples/ZUGFeRD_1p0_EXTENDED_Warenrechnung.xml [new file with mode: 0644]
tests/test_roundtrip.py