Account management software is an application that makes managing group accounts much simpler. It eliminates the overhead of using excel sheet to maintain accounts of a group. It can be used by various committees handling various events for the group eg: Cultural Committee of an organization, Committees in housing society, etc. Following are the key features in the software
- Public access to balance sheet and ledgers (Transparency in accounting)
- Admin panel to manage timely transaction(Expenses, Collecting dues, adding a new collection round)
To use this Application on your system following are the softwares to be installed on the system
- Java(jdk+jre) 1.8 or higher (Should be added to classpath)
- Activator (latest available version and should be on classpath)
Download the application and run the below command from the project directory
- activator run
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D