68 Commits

Author SHA1 Message Date
4441ea1810 Enable account initial value modification
Fix a bug : accounts table header reset in InitAccounts
2011-10-30 09:27:03 +01:00
42b1b3b85d Handle month change in treeview 2011-10-24 21:05:12 +02:00
34112f7762 Fix some typo bugs in Database query
Add Group/UnGroup/UpdateNextMonths buttons
Display correct title in AccountPannel
2011-10-22 11:37:35 +02:00
aa47adb791 Add FormulaDelegate 2011-10-20 17:29:22 +02:00
5bea328b8d First work on grid 2011-10-20 11:11:59 +02:00
ea054b48ad Add pieview 2011-09-21 20:47:54 +02:00
ae4a0eb7ac Add stats 2011-09-13 21:39:22 +02:00
98513c1ca9 Add calendar to AccountPanel 2011-09-06 19:47:02 +02:00
fc9b06c507 Work on AccountPanel : add treeview 2011-09-04 21:01:32 +02:00
633bd15fdd Enable panels mechanism 2011-09-04 19:25:53 +02:00
991486a042 First pass 2011-08-25 17:45:41 +02:00
ed6a7a5fef Rename header files in .hpp 2011-08-20 14:02:47 +02:00
ad29793f8c Clean header includes 2011-08-20 11:43:12 +02:00
08ba72664c Use class enums and constants rather than global enums and define
Fix a bug : virtual transferts must not be considered as a debit
2011-08-16 18:22:35 +02:00
66a60bf7a6 Use '0' instead of NULL 2011-08-14 17:47:16 +02:00
90a6659a84 Enhance size of description field
Change "remains" in "balance"
Fix a bug in language settings
2011-08-06 17:30:16 +02:00
753b499b48 Add XMLImportEngine
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +02:00
ebe9ef4a62 Some modification where not commited previously ??? 2011-07-03 07:56:48 +02:00
557037f397 Bug on precedent commit 2011-06-16 19:23:22 +02:00
6fae41b4e8 Add "non fix" category to statistics (sum of all non fix categories) 2011-05-28 19:31:42 +02:00
33a2cd1f0c Change charts and real/virtual mode position 2011-05-28 10:24:02 +02:00
8f5a651c5b Add update next months feature 2011-04-30 12:37:16 +02:00
f7f0482521 Don't display virtual values in check mode 2011-04-26 20:58:11 +02:00
c69621c2fe Add unresolved categories in ImportPanel
Fix two bugs :
Don't take in account unknown categories (in stats)
Don't try to draw more than MAX_CATEGORIES (12) in charts
2011-04-25 19:55:31 +02:00
d2f23fd6a0 Temp commit 2011-03-13 19:22:17 +01:00
8792ac2a8e Add Real mode 2011-02-19 13:41:59 +01:00
4cb57641d8 Take in accountt debit for virtual operations (and forgot them on check mode) 2011-02-17 19:48:27 +01:00
92252f33c3 Searchs aren't case sensitive enough. Default categories in native language (even if switching language at runtime) 2011-02-15 19:17:18 +01:00
bf417a503d Add virtual accounts (potential bugs) 2011-02-14 20:56:59 +01:00
c03562851a Possibility to work on multiple operations (rename, change category, change account)
New database version (2) :
		fix_cost for categories
		virtual account
2011-02-13 19:30:12 +01:00
Grégory Soutadé
0c344a0273 Add Windows specific code 2011-02-05 21:02:03 +01:00
1151daf861 Show stats for current month even if next month has not been generated
Bug : Update all panels after generating/deleting month
2011-01-29 20:53:44 +01:00
81884250bc Solve bug of scrollbar and window when there is a lot of operations in AccountPanel 2011-01-23 09:51:08 +01:00
9101da3e2b First work for KissPanel 2010-12-15 19:13:16 +01:00
59d770c928 Add lib directory check in Makefile 2010-12-12 20:20:06 +01:00
765483ff15 Fix bugs in account/category modification/deletion
Fix some strings
2010-11-29 20:11:11 +01:00
115bf8f305 Fix a bug with blocked account computation 2010-11-05 19:25:11 +01:00
c012ab042e Remove unnecessary Fit() 2010-11-01 20:40:23 +01:00
0832e020c4 Add blocked account (mainly for statistics)
Really fix the previous bug
2010-11-01 11:34:39 +01:00
521596abd5 Update TODO
Add Documentation
Add KissCount URL into about
Add Fix, non fix, both criteria into search
Fix a bug (modifying language and go to another panel than main)
2010-10-30 20:52:53 +02:00
c3ecedb2c1 Fix a lot of bugs :
*  Missing center in PreferencesPanel for categories suppression
*  Previous not checked operations needs to be inverted (positive if negative, and negative if positive)
*  New operation needs to be sorted before insertion in InsertIntoGrid (GridAccount.cpp)
2010-10-27 21:01:32 +02:00
d800f23029 * Add early shared account support (Database schema has changed)
* Update TODO
2010-10-20 20:54:23 +02:00
477d155c3f * Group/UnGroup seems to work 2010-10-07 20:24:35 +02:00
7dfe4bdb18 * Fix some Group operations bugs. Still a buggy version with Group management ! 2010-10-01 20:09:15 +02:00
3eea053d54 * Goup/Ungroup initial work
* Add INSTALL file
* Adapt KissCount to new resolution
2010-09-22 21:02:29 +02:00
e7a2b0c988 Add grid editor/renderer for multiple operations 2010-09-14 21:11:41 +02:00
85e7b0c186 Move grid management code into GridAccount 2010-09-12 19:19:16 +02:00
9c52ca5362 Some Grid code moved to GridAccount 2010-09-12 18:10:40 +02:00
67d3275b28 Fix a bug with category font/color on new operation insertion 2010-09-12 10:36:17 +02:00
2c7a1ca252 * Add category font/color (web is missing)
*  Fix a bug in category modification (PreferencesPanel), inModification = false ; missing
2010-09-09 20:54:00 +02:00