Commit graph

25 commits

Author SHA1 Message Date
5fe140714e Deps updates, handle more tables + LK code 2021-12-30 12:40:50 +01:00
f649b5f953 Make sure alt unit is an order unit when using amount per piece 2019-12-09 10:36:06 +01:00
1a7ada9d56 Fix: Verify string lengths when creating model objects 2019-11-20 00:04:37 +01:00
144fdbefb1 Handle exceptions in stored procedures 2019-11-19 16:24:41 +01:00
5d1b5f90ac Verify string lengths when creating model objects 2019-11-19 16:24:10 +01:00
f9686c5306 Fix NoneType error in Order __dict_args__ 2019-11-19 16:23:07 +01:00
2fa1e4aa7a Fix showing multiple web users for a single contact person 2019-10-23 15:28:37 +02:00
7310954468 Return VAT Rate for articles 2019-10-23 15:27:44 +02:00
1ae563654c Expose the default article class of commodity groups 2019-09-30 14:03:16 +02:00
7288e88135 Fix input of RequestedDeliveryDate in order head. Error handling in Company.get 2019-09-30 10:27:53 +02:00
0330e7a4bf Commit Jeeves modifications for future tracking 2019-09-23 14:14:23 +02:00
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
fc7c1e13bc Implement support for contact persons and web users. Also show addr info for company. 2019-09-10 11:19:35 +02:00
a23e88ff2f Added 'WholeSaleAmount' to Article, and refactored article internal functions 2019-09-06 11:40:53 +02:00
cf7ed09049 Fix get conversion factor NoneType error, for articles. 2019-09-06 08:25:59 +02:00
ee902ee733 Set WholeSaleUnit to altUnit if Extra1 is not set. Fix webUserName. 2019-09-05 15:26:18 +02:00
0af38e286e Stored procedure helpers. Order repo and model. More SQLService updates.
* A generic stored procedure helper added, and support for calling them.
* Order and OrderItem tables added, including helpers and calls to SP for creation and updates.
* Minor updates to other repositories.
2019-08-30 12:09:10 +02:00
b77a7069ce Started using 'sqlservice'. Added support for many new tables. 2019-07-04 14:25:42 +02:00
9b7d7db996 In progress: Fix configuration logic 2019-04-08 11:02:14 +02:00
0fae8725e0 Delete config.yml 2019-04-05 14:51:49 +00:00
28726fee01 In progress: Jeeves communication is now based on SQLAlchemy 2019-04-05 16:50:38 +02:00
0fdc029153 Handle Char boolean from Jeeves, and updated docstrings 2018-10-11 14:55:29 +02:00
e8acc959d8 Also use utf8mb4 charset for Alembic 2018-10-11 14:53:59 +02:00
3c3a03a5ae Use utf8mb4 charset for the DB connection to MySQL 2018-10-10 12:03:46 +02:00
351d98c523 Initial commit 2017-10-18 16:35:10 +02:00