Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.13 KB

File metadata and controls

28 lines (17 loc) · 1.13 KB

Account Management

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)

Installation

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)

Usage

Download the application and run the below command from the project directory

  • activator run

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D