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
eba1057656
Remove some warnings
2018-05-07 14:21:19 +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
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é
6efa5183ab
GridAccount still displayed not valid accounts for choice
2017-10-29 18:21:54 +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
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
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
d046f4e399
Bug in FormulaDelegate : string copy was made in a wrong way
2017-01-01 17:34:56 +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
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
57d4b90182
Tag management : first version
2014-11-10 11:54:28 +01:00
fb2541358c
Fix a regression : meta description always updated to first child description
2013-02-26 15:05:34 +01:00
0d80d91a47
Fix a bug : Group a non checked operation with a checked meta did not uncheck meta
2013-02-17 19:11:38 +01:00
ba24fd4a91
Rework GridAccount to be simpler, more modulable and more resitant to bugs
2012-12-27 17:56:20 +01:00
5d37b41042
Center date for new operations
...
Rename CONTRIBUTORS in AUTHORS
About message wasn't translated
2012-06-10 17:07:51 +02:00
cca1149265
Fix a bug : alignment not reset after a new operation was inserted
2012-05-31 20:02:34 +02:00
a65ee9c24f
Previous patch failed with GUI conversion
2012-05-29 19:37:00 +02:00
a987c09d5d
Replace toDouble by "replace(".", "")" to avoid bad double conversion
2012-05-27 17:41:20 +02:00
102daf9a96
Disable interface for operations that takes a long time
2012-05-12 18:06:15 +02:00
f1661e315c
Change message for new users
...
Fix a bug : updating operations doesn't work
2012-05-06 11:40:13 +02:00
3f428ab7c2
Forbid database upgrade from version 2 to version 3
...
Always display date in insertion and fix a bug in day display
2012-05-01 10:25:19 +02:00
7c932e4f75
All Values are now in fix point
2012-04-30 21:15:51 +02:00
bfd16a6540
Better auto completion for transfert operation (not two times the same operation completed)
2012-04-11 19:28:35 +02:00
a3dc4deff1
Display date in locale format
...
Add GetLocale(), GetDateFormat() and FormatDate()
2012-03-27 21:12:55 +02:00
391dc12304
Fix a bug : Categories were not translated in GridAccount
2012-03-20 14:50:37 +01:00
b114fff9e0
Solve bug of completer in GridAccount
2012-03-11 20:40:07 +01:00
d0d0304ce4
Set completion inline due to a bug in Qt for popup mode
2012-03-11 09:04:29 +01:00
4addfc99d5
Fix a bug : try to find parent on a NULL operation in TabDelegate
2012-02-28 11:02:34 +01:00
88e06dacce
Add auto-completion for description field in GridAccount
2012-02-26 21:16:45 +01:00
7440c632dd
Add ImportPanel
...
Throw exception when category/account are not found in User
Fix a bug in GrisbiImportEngine with QDate::fromString
Try to search an account also with its name
Remove categories number limit (only used for pie color)
2012-02-20 21:27:51 +01:00
8128fe0008
Use QXml for export engine
...
Change import/export engine filter to Qt format
Qt doesn't add extension in its file dialog
Fix a bug : op was not correctly set by default in OnOperationModified (GridAccount)
2012-02-12 10:20:02 +01:00
37f03a1da0
See previous commit
2012-02-01 12:43:43 +01:00
1e4f696162
Update copyright
2012-02-01 11:02:54 +01:00