Installation

This assumes you already have a WuttJamaican app setup and working.

Install the Wutta-COREPOS package to your virtual environment:

pip install Wutta-COREPOS

Edit your config file to add CORE-POS DB connection info, and related settings. Note that so far, only CORE Office DB connections are supported.

[corepos]
office.url = http://localhost/fannie/

[corepos.db.office_op]
default.url = mysql+mysqlconnector://localhost/core_op

[corepos.db.office_trans]
default.url = mysql+mysqlconnector://localhost/core_trans

[corepos.db.office_arch]
default.url = mysql+mysqlconnector://localhost/trans_archive

And that’s it, the CORE-POS integration is configured.