Python Interface to CORE POS
Go to file
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
corepos Remove "default" values from Product model definition 2020-12-07 17:41:01 -06:00
.gitignore Initial commit 2018-06-01 15:07:07 -05:00
CHANGELOG.md Update changelog 2020-09-16 19:43:35 -05:00
COPYING.txt Initial commit 2018-06-01 15:07:07 -05:00
MANIFEST.in Initial commit 2018-06-01 15:07:07 -05:00
README.rst Initial commit 2018-06-01 15:07:07 -05:00
setup.py Declare dependency for 'requests' lib 2020-03-03 21:49:16 -06:00
tasks.py Use twine to upload released package to PyPI 2020-02-27 21:52:05 -06:00

pyCOREPOS
=========

A Python interface to the `CORE POS`_ system.

.. _CORE POS:  https://github.com/CORE-POS