1
0
Fork 0
forked from s3lph/matemat
matemat/matemat/db/primitives
s3lph f3af4d64a7
feat: Immediately purchase a product by calling /?ean=...
chore: Replace datetime.utcnow with datetime.now(UTC)
chore: Replace sqlite3 qmark-bindings with named bindings
2024-11-23 04:35:05 +01:00
..
__init__.py Implemented receipt generation, including unit tests. 2018-09-07 19:04:15 +02:00
Product.py feat: Immediately purchase a product by calling /?ean=... 2024-11-23 04:35:05 +01:00
Receipt.py Implemented __eq__ and __hash__ for the database primitives 2018-11-03 19:20:30 +01:00
ReceiptPreference.py Back to Python 3.6 for the sake of Debian packaging (initial test!) 2018-11-03 18:28:28 +01:00
Transaction.py feat: Immediately purchase a product by calling /?ean=... 2024-11-23 04:35:05 +01:00
User.py feat: add option to log out users automatically after completing a purchase 2024-04-09 22:35:37 +02:00