PyJeeves/pyjeeves
Marcus Lindvall 6339e9d1ce Fixes to pricing and customer models. Add req deliv to order. And more..
* Fix NullPriceAllowed and logic in price calculation
* Fix CustomerCategory join in Customer model
* Add RequestedDeliveryDate to order creation
* Start using Jeeves Signatures on order creation
2019-09-23 14:12:34 +02:00
..
models Fixes to pricing and customer models. Add req deliv to order. And more.. 2019-09-23 14:12:34 +02:00
repositories Fixes to pricing and customer models. Add req deliv to order. And more.. 2019-09-23 14:12:34 +02:00
__init__.py Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02:00
config.py Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02:00
connector.py Stored procedure helpers. Order repo and model. More SQLService updates. 2019-08-30 12:09:10 +02:00
db_meta.py In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
jvsquery.py In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
main.py In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
process.py In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
utils.py Handle Char boolean from Jeeves, and updated docstrings 2018-10-11 14:55:29 +02:00