https://github.com/manuvarkey/cmbautomiser
CMB Automiser is a CPWD billing application using computerised measurement books. CMB Automiser has been developed in hope of being useful and as time saver for CPWD staff and contractors working in CPWD.
https://github.com/manuvarkey/cmbautomiser
Last synced: 3 months ago
JSON representation
CMB Automiser is a CPWD billing application using computerised measurement books. CMB Automiser has been developed in hope of being useful and as time saver for CPWD staff and contractors working in CPWD.
- Host: GitHub
- URL: https://github.com/manuvarkey/cmbautomiser
- Owner: manuvarkey
- License: gpl-3.0
- Created: 2015-05-12T07:37:46.000Z (about 10 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-10T11:26:31.000Z (over 1 year ago)
- Last Synced: 2023-11-10T12:54:54.524Z (over 1 year ago)
- Language: Python
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# CMB Automiser
CMB Automiser is a computerised quantity accounting and cost billing application for use in public works organisations. It allows the user to perform these objectives with an intuitive interface and logical work flow. The results are presented in fully formatted, cross referenced pdf documents.
The program is organised in three tabs/views - schedule, measurement and bill views. Schedule view implements an interface to input the agreement schedule/import the schedule from a .xlsx file. Measurement view allows input/manipulation of details of CMBs and includes a number of convenient measurement item patterns. The Bill view module allows billing of selected measurement items and implements part rates, excess rates for deviated items, custom previous bill support etc.
Both CMBs and Bills can be rendered into a pdf /.xlsx document from the respective modules. In addition Bill view also allows the generation of the deviation statement as a .xlsx file.
Homepage: http://manuvarkey.github.io/cmbautomiser/
## Installation
**CMB Automiser** binaries can be downloaded from the following website
[CMB Automiser](http://manuiisc.blogspot.in/p/blog-page.html)Source code can be downloaded from the following website
[GitHub](https://github.com/manuvarkey/cmbautomiser/)### Source installation
Application can be installed using `python setup.py install`. It has been tested with Python 3.4 and TeX Live 2014, and has the following extra dependencies.
#### Python Modules
1. *undo* - Included along with distribution.
2. *openpyxl* - Included along with distribution.
3. *jdcal* - Included along with distribution.
4. *appdirs* - Included along with distribution.
5. *libxml* - Not included#### Latex Modules
*xr-hyper, hyperref, longtable, tabu, lastpage, geometry, hyphenat, xstring, forloop, fancyhdr*