https://github.com/bh2smith/cash_register
A simple Odoo module for keeping track of cash registers and till counts.
https://github.com/bh2smith/cash_register
Last synced: about 1 year ago
JSON representation
A simple Odoo module for keeping track of cash registers and till counts.
- Host: GitHub
- URL: https://github.com/bh2smith/cash_register
- Owner: bh2smith
- License: gpl-3.0
- Created: 2017-08-03T19:12:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T15:52:40.000Z (over 8 years ago)
- Last Synced: 2025-02-17T10:48:00.543Z (over 1 year ago)
- Language: Python
- Size: 422 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
Summary
=======
The cash register module is an Odoo (Version 10.0) module intended to improve
the experience of recording till counts. It provides the option to manually
count and enter the contents of a till, or simply provide a balance with rough
estimates of the contents while while randomly generating counts for the
remaining balance.
Requirements & Deployment
=========================
As this is an Odoo module, the minimum requirements are prescribed by those of
the Odoo framework. These requirements basically consist of some non-stock
python libraries and some (fairly recent) version of postgreSQL. For a flawless
guide on Odoo 10 server deployment please visit the following link;
https://www.linode.com/docs/websites/cms/install-odoo-10-on-ubuntu-16-04
and a summary of this site can be found in the root of this project in *odoo_setup.py*
With a properly configured base Odoo environment
1. Ensure that the configuration file includes the location of this module in the "addons_path".
2. Run the Odoo server.
3. Active *Developer Mode* via **Settings**.
4. Refresh the browser, **Apps > Update Module List**.
5. Install *cash_register*.