pycorepos/corepos
Lance Edgar 29638c062c Remove "default" values from Product model definition
i'm a bit torn about this.  on the one hand i like there being some default
values here, but realistically they didn't all make sense.  also it could be
said that default values amount to business logic and that should stay in CORE
basically.

but in the end, i needed these to go away in order to simplify generating some
SQL INSERT statements.  was using SQLAlchemy core and it kept insisting that
all fields with a "default" defined should be part of the INSERT statement, but
really i didn't want them to be.  so they no longer have defaults.
2020-12-07 17:41:01 -06:00
..
db Remove "default" values from Product model definition 2020-12-07 17:41:01 -06:00
trans Move "transaction" DB for CORE Office to office_trans subpackage 2020-02-27 21:46:31 -06:00
__init__.py Bring __version__ into root namespace 2020-07-15 21:42:28 -05:00
_version.py Update changelog 2020-09-16 19:43:35 -05:00
api.py Add get_vendor_items() and get_vendor_item() methods for web API 2020-09-04 19:07:41 -05:00
enum.py Add basic batch models 2020-08-16 16:57:54 -05:00