]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commit
Add all models
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Oct 2018 18:22:12 +0000 (20:22 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 15 Oct 2018 18:22:12 +0000 (20:22 +0200)
commit098b5a586aa9f5381ab8052bee4cfd863591b4f6
treef3b0abc455ce40ad80202f4f83dbdb1d435f9b9a
parent811d3730fef629b98582f1c6cf0a640bb0378e46
Add all models
14 files changed:
demo.py
drafthorse/models/__init__.py
drafthorse/models/accounting.py [new file with mode: 0644]
drafthorse/models/delivery.py [new file with mode: 0644]
drafthorse/models/document.py
drafthorse/models/elements.py
drafthorse/models/fields.py
drafthorse/models/note.py
drafthorse/models/party.py [new file with mode: 0644]
drafthorse/models/payment.py [new file with mode: 0644]
drafthorse/models/product.py [new file with mode: 0644]
drafthorse/models/references.py [new file with mode: 0644]
drafthorse/models/trade.py
drafthorse/models/tradelines.py [new file with mode: 0644]