Commit Graph

297 Commits

Author SHA1 Message Date
196a0cc5ab Fix bug: Check index in ctrl+t, ctrl+r and suppr callback to avoid doing something on non existant operation 2019-07-27 14:01:56 +02:00
Gregory Soutadé
2b9d7d8878 Update README, copyright and VisualStudio project 2019-03-23 09:50:09 +01:00
ea6a320416 Now fixed operations is not necessary bound to fix category 2019-01-29 19:31:35 +01:00
1fbb920cb3 Forgot to update statistics after a transfert dialog 2019-01-29 19:30:48 +01:00
fa9f7497f5 Remove delete column (replaced by Suppr shortcut) 2018-11-01 10:58:16 +01:00
0a80a781a7 Add ctrl+r shortcut to check/uncheck operations 2018-10-07 12:18:57 +02:00
ec3ac0a8b4 Add quick transfert dialog (ctrl+t shortcut) 2018-10-07 12:17:48 +02:00
74528b4a00 Fix a bug : KissCount crash or do something wrong when selecting multiple columns for group/ungroup operations 2018-10-03 17:52:40 +02:00
a3a3a8499f Fix a bug : resize date column for new operations (can be bold while other are not) 2018-10-03 17:51:49 +02:00
951793567a Auto fill operation amount if it was the same for the last 3 operations 2018-10-03 09:05:21 +02:00
10c534857d Fix a bug : NULLop was set with random values which can cause misunderstanding when entering a new operation 2018-09-15 18:06:26 +02:00
f1de45d08a Fix a bug: current account value is badly computed if operations are not in date order 2018-08-26 18:10:46 +02:00
eba1057656 Remove some warnings 2018-05-07 14:21:19 +02:00
9133973148 Bad account updated when it's changed on MainPanel 2018-03-25 17:33:01 +02:00
Gregory Soutadé
e9ec135b27 Replace GetDateFormat() method by GetDateLocalFormat() cause of Win32
Forgot to set start and end dates when adding an account
2018-03-11 15:58:05 +01:00
76808fe700 Fix some bugs in yearTo selection & fill in GenerateDialog 2018-01-06 19:43:35 +01:00
0a1b9819c7 Set default month to december for year != cur year (avoid new year bug) 2018-01-06 19:42:24 +01:00
0d929c8b92 Prevent integer overflow when computing percents in CostRepartitionBanner 2017-11-01 20:37:51 +01:00
7761fbac00 Resize rows to content at startup 2017-11-01 20:37:16 +01:00
Grégory Soutadé
258a3eb48d Do not reload current panel when a modification is done (but reload other ones) Add a method to KissPanel for reload other panels avoiding directly using _wxUI member 2017-10-29 18:21:54 +01:00
Grégory Soutadé
0b096d88bd Fix a bug in StatsPanel : min and max amount must be multiplied by 100 before search operation 2017-10-29 18:21:54 +01:00
Grégory Soutadé
5dd7abf6cf Remove duplicate lines 2017-10-29 18:21:54 +01:00
Grégory Soutadé
05b070a502 Fix default month selection (sometimes not current month) 2017-10-29 18:21:54 +01:00
Grégory Soutadé
6efa5183ab GridAccount still displayed not valid accounts for choice 2017-10-29 18:21:54 +01:00
Grégory Soutadé
fea2136e73 Rework StatsPanel 2017-10-29 18:21:54 +01:00
Grégory Soutadé
85338d4b70 Avoid graphic flickering when changing parameters in StatsPanel 2017-10-29 18:21:54 +01:00
Grégory Soutadé
ada23a4092 Fix a bug : cannot select/deselect accounts in StatsPanel 2017-10-29 18:21:53 +01:00
Grégory Soutadé
2e70586e97 Set checkboxes centered in PreferencesPanel 2017-10-29 18:21:53 +01:00
Grégory Soutadé
47fffc71b1 Add account limit color & value to PreferencesPanel 2017-10-29 18:21:53 +01:00
Grégory Soutadé
8b0f386121 Show calendar in (PreferencesPanel) at the widget upper for a clearer view + react on SelectionChanged signal 2017-10-29 18:21:53 +01:00
3684c324c0 Add "start_date" and "end_date" into accounts properties 2017-10-15 11:38:58 +02:00
74ca6a2285 Setup accessors for user's preferences 2017-10-15 11:36:27 +02:00
b86b934e75 Improve GUI by removing some blank spaces around grids and center widgets 2017-10-15 11:36:27 +02:00
2b664c3b4f Quick and dirty port to Qt5 2017-10-15 11:36:27 +02:00
02b204d408 GridAccount : set operation as virtual if its account is virtual 2017-09-12 20:58:10 +02:00
53cf28e397 Make code for virtual operation clearer in AccountPanel 2017-09-12 20:57:22 +02:00
fb6cb35e65 Fix a bug : Week lines were not re computed after deleting an operation 2017-02-05 10:02:49 +01:00
533442b874 Fix a bug : Sub operations were not removed from database when deleting meta operation 2017-02-05 10:02:08 +01:00
f3a66790d0 Fix a bug : Initial and final negative account values were not displayed in red 2017-02-04 15:12:40 +01:00
7003a4795d Don't includes virtual account in negative computation (for calendar warning display) 2017-02-04 15:10:55 +01:00
d046f4e399 Bug in FormulaDelegate : string copy was made in a wrong way 2017-01-01 17:34:56 +01:00
0b037cff7c Set background calendar color to red or yellow when one account is negative or less than 200€ 2017-01-01 17:20:08 +01:00
fe35930273 Use prepared query for value replacement allowing to use non escaped characters 2016-10-08 20:05:01 +02:00
992516d972 Fix a bug : Crash when use of a tag in a new operation. Tag must not be taken in account for op_complete. 2016-09-09 17:38:11 +02:00
fe5e9208a3 Use transactions for SQL updates 2015-10-11 09:42:32 +02:00
9dac732efe Rename ressources into resources 2015-06-20 18:22:51 +02:00
d310be1b6d Merge branch 'dev' 2015-06-08 21:13:24 +02:00
20be059f27 Fix a bug : Don't add operation if amount not set 2015-06-04 20:18:35 +02:00
f0e0aba4f3 Fix a bug : Forgot +1 when creating tags list in GridAccount 2015-01-27 18:50:55 +01:00
459e07ee11 Second version 2014-11-10 13:50:00 +01:00