Commit Graph

73 Commits

Author SHA1 Message Date
c94bf51007 Factorize some code in GridAccount
Set default font for everybody
Fix a bug in DateDelegate (bad month)
Fix a bug in GridAccount : Tab added for sub operations when saving
Fix a bug in GridAccount : credit was considered as a debit
2011-11-05 18:28:05 +01:00
63b235d8db Move check modification processing in OnCheckClicked() 2011-11-01 18:12:11 +01:00
6c4ee9dec3 Add Delete operation in GridAccount
Fix a bug : Forgot to update stats when there is a modification
2011-11-01 18:01:17 +01:00
a9bcdcc733 Enable operation modification in GridAccount
Fix a bug : Fix category in choices of normal operation
Fix a bug : bad request in Database.cpp
Fix a bug : bad month in calendar
Add a 5th week for black line
2011-11-01 16:17:20 +01:00
6c0c04cad5 Implement Delete operation in AccountPanel contextual menu
Fix a bug in a SQL request
Use nbCategories in AccountPanel to prevent buffer overflow
2011-10-31 10:24:05 +01:00
42b1b3b85d Handle month change in treeview 2011-10-24 21:05:12 +02:00
f035692ea3 GridAccount rendering is now like wxWidgets GridAccount 2011-10-22 13:13:57 +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
c5cec6c9d6 Add meta support in GridAccount
Add TabDelegate
2011-10-22 10:55:34 +02:00
2243f0a1cf Modify operations in FormulaDelegate
Add "+" button in GridAccount
2011-10-22 09:57:20 +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
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
a4179804be Use std algorithme in view/grid 2011-08-16 18:54:24 +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
6d0fe8ec7b Move wxGridCellStartEditor into view/grid 2011-08-15 09:48:48 +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
8c5fab48f2 Fix a bug (d\'ont check date for auto completion) 2011-06-18 11:43:02 +02:00
d0b537d6c9 Fix a bug : Search for previous operation failed 2011-03-25 19:36:21 +01:00
6da33cbe35 First pass for imports (with OFX imports) 2011-03-20 19:08:24 +01:00
d2f23fd6a0 Temp commit 2011-03-13 19:22:17 +01:00
2c56271e1b Temp commit 2011-03-13 19:15:21 +01:00
9e53f9b73d Try another cursor 2011-02-24 21:00:52 +01:00
5451d3c4ce Fix a bug with categories (again)
Disable interface during mass update (cursor not changed :()
Resize search icon
2011-02-24 20:59:30 +01:00
46df6c01d3 Bug with categories translation 2011-02-19 20:30:52 +01:00
8792ac2a8e Add Real mode 2011-02-19 13:41:59 +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
8a22ed135a Update Copyright 2011-01-29 13:04:15 +01:00
e477e3a70c Grouped operations have bad month/year in SearchPanel 2011-01-29 12:02:49 +01:00
9c423efd83 Fix a bug in search engine and enhance grouped operations displays 2011-01-29 11:41:14 +01:00
3785a72613 Fix a bug in SearchPanel (bad category displayed) 2010-12-15 19:30:31 +01:00
80ef4f640a Bug in previous patch ... 2010-12-04 10:43:40 +01:00
37b4dabbe1 Fix bug : negative amount on debit/credit (GridAccount)
Fix bug : bad computation of next year due to previous commit
2010-12-03 19:03:48 +01:00
5a50a53b7a Fix Bug : find meta operations when search previous operations (same description)
Fix Bug : Don't update meta amount when removing one operation
Update locales
2010-12-02 19:12:27 +01:00
c88c3b4836 Fix a lot of bugs (again) 2010-11-23 21:06:01 +01:00
16891b0ae6 Add a warning when a debit is made on a blocked account 2010-11-20 17:17:03 +01:00
cedb13c3ec Fix a looooooooot of bugs 2010-11-17 21:09:41 +01:00
3618a66f03 Version 0.1 !
Correct a minor bug
2010-11-14 14:22:18 +01:00
e97da06dd4 Remove some bugs :( 2010-11-03 20:32:46 +01: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
28c92d3b28 Add shared account management 2010-10-24 16:04:56 +02:00
5b5637f53a * Update meta operation when a child is modified
* Add (or discover) a bug
2010-10-16 21:16:03 +02:00