Skip to content

francescpuig7/cash

Repository files navigation

cash

A cash program for a bars and restaurants

image

Tables system

image

Insert partner payments

image

Consult sells!

image

How to install

  • 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

How to migrate version

  • 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

On py3.9

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 ⚠️ on windows, copy&paste installation windows dir files

On a Win10 py3.7 cx-freeze install:

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