Purpose
Expenses on automobile maintenance can be tracked using this application. Multiple users can access it and enter expense data as it is incurred. The application has a small reporting module where average daily expenses are calculated and presented to users in a decent format.
Upon adding a new record, an email will be sent to the user as confirmation.
Key Technologies
This project is hosted in Google App Engine and can be accessed at http://vehiclemoney.appspot.com. Source code demonstrates key technologies like GWT, GWT additional widgets, Google services (mail, users and datastore).
Source Code
https://svn.code.sf.net/p/feathercode/code/trunk/autoexpensetracker
How To Use
Once the code is downloaded, create a new Google App Engine project in Eclipse. Copy the concents from downloaded source code into the newly created project. 'src' and 'war' are the 2 folders to be copied.