- Hosted on pythonanywhere https://mhdmak.pythonanywhere.com/ [ username: abcdf, password: 123 ]
An simple accounting web app built with python
- Signin & signup authentication.
- Record all transactions of a multipl entity/bussiness etc.
- View journal, balance sheet (all/within specific date range)
- Print journal, balance sheet
For each Entity/bussiness can
edit transaction/ |
add transaction/ |
journal/ |
balance sheet/ |
register/ |
login/ |
logout |
index |
In this project there are mainly 3 database tables named Entities, Account_names and Journal
- Sqlite - Database
- Django - Web Backend Framework
- Python - programming language
- Bootstrap - Front-End