Warning: This project is currently in an alpha state and currently not meant for real projects.
Accounting software relying on FAO guidelines.
Notable features:
- Cash Journal
- Credit Book
- Product Inventory
- User Management
- Debian 7 (or Ubuntu >= 12.04)
- Python 2.7
- Vagrant (Optional, to test staging env)
- Ansible (Optional, to test staging env)
- sshpass (Optional, to setup Vagrant VM)
Local (development):
$ fab init_env_local $ fab init_env_vagrant
Staging:
Add hosts in
deploy/ansible/hosts/staging
.Set environment vars in
deploy/ansible/vars/staging.yml
.Launch installation wizard:
$ fab deploy_staging
Production:
Add hosts in
deploy/ansible/hosts/production
Set environment vars in
deploy/ansible/vars/production.yml
Launch installation wizard:
$ fab deploy_prod
Local:
$ fab run_server $ xdg-open https://192.168.111.222/book
Staging / Production:
$ xdg-open https://<app-server-url>/book
Using Vagrant:
$ fab init_env_vagrant $ fab run_tests
- GitHub : https://github.com/aert/aert-farmerp
- Documentation : https://aert-bookkeeping.readthedocs.org
This project is licensed under the MIT license.
- Issue Tracking : https://github.com/aert/aert-farmerp/issues
- Pull Request : https://github.com/aert/aert-farmerp/pulls
Those who wish to contribute directly to the project can contact me at [email protected] to talk about getting repository access granted.