Commit Graph

47 Commits

Author SHA1 Message Date
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
Grégory Soutadé
7edd4854f4 Fix a bug with 2010-09-08 11:02:03 +02:00
ceb942e3ee Use new emacs indentation rules (4 spaces instead of tabs and braces position)~ 2010-08-26 21:28:15 +02:00
4583dae912 Fix a bug on stats (when total = 0)
Fix a bug modifying account values (infinite recursive loop)
2010-08-26 19:50:32 +02:00
9f7d858bc3 Add check mode
Fix bug with KissCount title on start
2010-08-21 11:49:03 +02:00
d12e00c6fb Some optimizations on empty wxString comparison and on Search (Database) 2010-08-21 09:54:04 +02:00
3802460429 Add "transfert" feature (don't show tansferts into statistics)
Update package.sh
2010-08-21 09:25:35 +02:00
75dfe39a03 Percents into statistics have now minimum two digits
Package libraries into lib instead of root (package.sh)
2010-08-20 21:33:59 +02:00
74c401c8c7 First version of statistics (very ugly code) 2010-08-17 18:59:19 +02:00
023b1def9d * Add percents to month stats
* Remove version from translation
* Update TODO
2010-08-14 22:04:03 +02:00
8ad5e7d0ad Add ascending/descending operation order in preferences
Remove default_preferences table
Force date by default in SearchPanel
Update TODO !!
Add a generic UpdatePreference instead of SetLanguage, SetXXX into Database
2010-07-27 22:31:56 +02:00
cc70c0f804 Fix two bugs (No entry in Search Panel and Date in Search (Database))
Add auto detection for account and category using description
Auto add date with curMonth & curYear for new operation
2010-07-17 12:33:39 +02:00
5286926588 Add some verification to SearchPanel & wxID_ANY in place of -1 2010-07-14 18:56:07 +02:00
2c1c8b7b76 GridAccount code moved 2010-07-14 14:36:21 +02:00
6ca15e23b0 wip 2010-07-14 11:15:48 +02:00
e4a81539a1 Add licencing informations 2010-07-10 16:34:30 +02:00
a6475759f1 better translation and fix bug on user deletion 2010-07-08 20:12:49 +02:00
dfe81f2b03 Add initial locale support 2010-07-04 19:39:39 +02:00
d29afc619e Move directories, fix a bug into month generation (tree), add tooltips 2010-07-04 17:42:14 +02:00