TheGU / fin-ally

Automatically exported from code.google.com/p/fin-ally
GNU General Public License v3.0
0 stars 0 forks source link

Integrate basic expense object #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to integrate a new object and set of methods to handle basic 
expense management within Fin-ally. This object should handle basic 
add/delete/edit operations for expense entries. It should be written as 
two classes:

1) generic expense operations
2) SQLite specific operations

These seperate classes will allow us to easily modify the expense object 
to handle other persistence methods. 

Integrating this object will allow us to strengthen the application and 
better utilize OOP principals.

Original issue reported on code.google.com by Daniel.S...@gmail.com on 25 Feb 2008 at 1:25

GoogleCodeExporter commented 9 years ago
These changes were integrated into the trunk in the form of the classes 
genericExpense() and SQLiteExpense(). Fin-ally entry, edit, and delete 
functionality 
has been tested.

Original comment by Daniel.S...@gmail.com on 26 Feb 2008 at 11:44

GoogleCodeExporter commented 9 years ago
This issue has been closed and committed to the Fin-ally trunk.

Original comment by Daniel.S...@gmail.com on 8 Mar 2008 at 9:28