Add XMLImportEngine

Fix some bugs in ImportPanel and ImportEngines
This commit is contained in:
2011-07-04 20:23:00 +02:00
parent ebe9ef4a62
commit 753b499b48
21 changed files with 597 additions and 117 deletions

View File

@@ -1,4 +1,4 @@
v0.2 (28/05/2011)
v0.2 (04/07/2011)
** User **
Better use of sizers (so better interface!)
@@ -14,10 +14,12 @@ v0.2 (28/05/2011)
Add Real mode
Database is now at ~/.kisscount/kc.bdd
Add Debian's packages !!
Add Import Panel, OFX and Grisbi imports
Add Import Panel, XML, OFX and Grisbi imports
Add Export Panel (only XML)
Add update next months
Change charts and real/virtual mode position
Add "non fix" category to statistics (sum of all non fix categories)
Auto completion does not require date to be set
** Dev **
Use a factory to create panels (prepare for plug-in)