An Accounting App with a double-entry accounting system built on Frappe.
From bench directory :
bench get-app https://github.com/s-aga-r/Accounting
env/bin/pip install -r apps/accounting/requirements.txt
bench new-site accounting
bench --site accounting install-app accounting
bench --site accounting add-to-hosts
bench start
Now you can access your site at http://accounting:8000.
This repository has been released under the MIT License.