KissCount/TODO

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-11-23 21:06:01 +01:00
Version 0.2
2010-07-26 21:34:08 +02:00
Statistics (need to add months/years label on graph)
Auto completion (already up into wxwidgets 2.9)
2010-07-26 21:34:08 +02:00
Using tabulation to navigate throw interface (Search Panel)
Can type a letter with a comboboxes
Windows version
2011-02-19 13:41:59 +01:00
Choosing accounts & categories position
2010-11-23 21:06:01 +01:00
Cool for 0.2:
Database auto saving at startup
Use caches for created panels (avoid destroying/creating panels for nothing)
Add search function to web view
2010-11-23 21:06:01 +01:00
Need optimizations by caching operations and categories (using hastables)
2011-03-06 17:20:42 +01:00
Packaging for more distributions
2010-07-26 21:34:08 +02:00
===============================================================
Next version
More translations
2010-11-23 21:06:01 +01:00
Printing (maybe in xml/html)
Refactor web view code
Plugins ?
2011-07-15 17:15:30 +02:00
WxWidgets 2.9
===============================================================
Will not be implemented
Copy and paste
Undo/redo
===============================================================
BUGS
2010-10-24 16:04:56 +02:00
* When we broke a transfert into a meta operation and re create it,
it's not taken in account by UpdateStats
* If a sub operation is found using SearchPanel but not its parent
it will not be displayed. In this case we must load whole meta.
This bug can't be resolved without use of hashtable because of
complexity in searching this issue.