-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Expense Tracker is a open source web application developed using EXT-JS 6. This application will help tracking daily expenses, generate expense reports, review spending trend and see price graph for a commodity.
This tool will generate monthly and yearly reports for the user based on the expenses they have recorded. Reports are generated using Dynamic Reports.
- Shyam Natarajan (Linked-IN) (GitHub)
- Shri Priya S (Linked-IN)
-
Web module provides the rich UI for Expense Tracker application. UI is developed using EXT-JS 6.
-
Core module provides the core components to process the expense.
-
Database connector module will make use of MyBatis framework to communicate with database.
-
Common module will provide the entities and common interfaces that are used for implementing the Expense Tracker services
-
Reporting module will generate the reports using Dynamic Reports.
-
Utility module will have the Utility API's for processing XML, JSON, sending email etc.