Commit Graph

80 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
1d8db4b6a1 Update translations 2019-03-17 10:47:24 +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
951793567a Auto fill operation amount if it was the same for the last 3 operations 2018-10-03 09:05:21 +02:00
e39de711c6 Update ChangeLog 2018-08-26 18:11:20 +02:00
38770639be Add multi month operation support : Normal operation with description "... (XX/YY)" will be automatically forwarded to next month 2018-07-06 20:23:31 +02:00
9133973148 Bad account updated when it's changed on MainPanel 2018-03-25 17:33:01 +02:00
caee84b38c Update translations 2018-03-16 18:07:49 +01:00
Gregory Soutadé
3e666103b8 Update ChangeLog 2018-03-11 18:00:43 +01:00
9382a49821 Don't count virtual operations in check mode 2018-02-18 10:30:00 +01:00
4a8e0326aa Update ChangeLog 2018-01-06 19:44:03 +01:00
3c36249781 Update ChangeLog 2017-11-01 20:39:04 +01:00
Grégory Soutadé
70ce91324b Update ChangeLog 2017-10-29 18:21:54 +01:00
Grégory Soutadé
5afa2480b4 Update ChangeLog 2017-10-29 18:21:54 +01:00
6865b75da8 Update ChangeLog 2017-02-05 10:02:56 +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
d046f4e399 Bug in FormulaDelegate : string copy was made in a wrong way 2017-01-01 17:34:56 +01:00
320d8689f6 Bug in expression parser, negative mark before parenthesis considered as positive. 2017-01-01 17:20:25 +01:00
23829bdf70 package.sh was broken due to parsing errors in debian/changelog 2016-10-08 20:28:52 +02: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
41261cf95f Set autofocus attribute to user in index.php 2015-11-05 18:06:21 +01:00
fe5e9208a3 Use transactions for SQL updates 2015-10-11 09:42:32 +02:00
7e5f13c445 Fix a bug : Bad memcpy length in localtime_r() and gmtime_r() 2015-06-19 18:51:27 +02:00
628c4a4588 Update Changelog 2014-11-11 10:25:45 +01:00
2cea83f22b Warn user when some operation dates are modified due to month restriction 2014-02-08 15:14:04 +01:00
e46c5292b9 New dev version : 0.5 2013-06-03 18:43:00 +02:00
68f2294b96 Update ChangeLog 2013-02-26 16:06:57 +01:00
2ec5e124da Extract cost repartition banner 2013-02-26 12:17:35 +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
e0efe42b14 Simplify UpdateNextMonths function
Add "create_if_not_exsits" to Database::GetAccountAmount
2013-02-17 18:58:32 +01:00
fcc7d09071 Update Changelog 2013-01-17 20:25:27 +01:00
e9c677f5b2 When user changes month or year in SearchBanner, A new date wasn't selected by default resulting in bad SQL query 2013-01-13 20:36:42 +01:00
d74ad570ad Update Changelog 2012-12-27 17:58:35 +01:00
6a90c340d3 Update Changelog 2012-12-27 09:42:53 +01:00
51e348ef7b Add primitive support of low resolutions 2012-06-29 20:33:33 +02:00
59a020e241 Clean Makefile 2012-05-31 21:33:43 +02:00
669532d385 Fix bugs :
* QString::number use scientific format, si it's invalid for numbers > 1 000 000. We need to use v.sprintf("%d");
	* Accounts and categories where badly mapped during import
	* Fix cost not taken in account during import
	* Forbid empty account name and empty category name
2012-05-12 09:56:33 +02:00
f1661e315c Change message for new users
Fix a bug : updating operations doesn't work
2012-05-06 11:40:13 +02:00
34a36199a2 Use oxygen icons 2012-05-05 19:22:38 +02:00
7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
12cc163459 Update database schema
Update translations
Don't multiple account_amount at startup
Use INERT or REPLACE in queries
2012-04-28 12:25:17 +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
e273303dcd Add Snapshot feature
Add ChangeDatabase() method
Add GetDatabaseHome() and GetDatabaseFile()
2012-03-20 20:57:45 +01:00
b7f8729519 Update doc files (ChangeLog, README ...)
Update packaging
Change install prefix, come back to /usr
2012-02-28 09:34:33 +01:00
fc3093d176 Last account/category wasn't taken in account during search 2011-08-16 20:28:22 +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