A cash program for a bars and restaurants
- Get the dist package and install via next next.
- Go to the installation dir and set the configs in
./config/config.cfg
like CIF, Name... - Execute
cash.exe
and enjoy
- Get the installation dir and copy
config
dir. - Copy db located in Userprofile named
cash.db
- Unninstall old version and install the new
- Move
configs
copied folder on installation dir
pip install --upgrade cx-Freeze
- Clone
https://github.com/francescpuig7/InvoiceGenerator/archive/master.zip'
- cd InvoiceGenerator
pip install -e .
python setup.py build
python setup.py bdist_msi
marcelotduarte/cx_Freeze#407 (comment)
pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master
on cmd execute: cxfreeze-postinstall
python setup.py build
python setup.py bdist_msi