Commit Graph

106 Commits

Author SHA1 Message Date
951793567a Auto fill operation amount if it was the same for the last 3 operations 2018-10-03 09:05:21 +02:00
cb67de5ba5 Fix a bug in multi month operation : description was updated but not saved with new value 2018-09-15 17:13:14 +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
1628b29a35 Update version for dev 2018-05-07 16:17:21 +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
ca925d37cb Revert back commit b1ce5fc2a2 2017-11-01 20:36:52 +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é
b1ce5fc2a2 Update account amounts on account modification/add/deletion. Before it was only on generate new months and update next months 2017-10-29 18:21:54 +01:00
Grégory Soutadé
47fffc71b1 Add account limit color & value to PreferencesPanel 2017-10-29 18:21:53 +01:00
74ca6a2285 Setup accessors for user's preferences 2017-10-15 11:36:27 +02:00
53ecc806a7 LinkOrUnlinkOperation must not be done on meta operations 2017-10-05 19:05:55 +02: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
fe5e9208a3 Use transactions for SQL updates 2015-10-11 09:42:32 +02:00
57d4b90182 Tag management : first version 2014-11-10 11:54:28 +01:00
2cea83f22b Warn user when some operation dates are modified due to month restriction 2014-02-08 15:14:04 +01:00
34bbd08de6 Fix a bug in generate month : if the next month has less days than the first, but there are operations on non existings days, use last day of new month. 2014-02-08 12:21:07 +01:00
e46c5292b9 New dev version : 0.5 2013-06-03 18:43:00 +02:00
e0efe42b14 Simplify UpdateNextMonths function
Add "create_if_not_exsits" to Database::GetAccountAmount
2013-02-17 18:58:32 +01:00
3e89eb7279 Sort categories with translated names 2012-12-16 09:49:51 +01:00
c685d4b3fb Fix a bug : argc must be passed as a reference 2012-08-03 21:08:20 +02:00
44636c5882 Change version from 0.3 to 0.4 2012-06-11 18:31:02 +02:00
8c61a32a6f Fix problems with quote and apostrophe 2012-05-12 10:28:16 +02:00
aafc26c768 Replace NULL by 0 2012-04-30 21:22:52 +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
28bb4c49f0 Fix bugs:
* Database creation failed
	* UsersDialog shown on new user
2012-04-26 20:45:01 +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
88e06dacce Add auto-completion for description field in GridAccount 2012-02-26 21:16:45 +01:00
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +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
1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01:00
9b0222323a Change int in double for Search
Add SearchBanner & Search Pannel
Enable MassUpdate
2011-12-03 11:23:55 +01:00
7b8f6edff5 Fix two bugs :
* ESCAPE_CHARS and UNESCAPE_CHARS were incomplete
    * Enable utf8 for widgets
2011-11-16 15:47:49 +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
5bea328b8d First work on grid 2011-10-20 11:11:59 +02:00
f6e0f92ad7 Work on wxUI and UsersDialog 2011-09-04 11:21:30 +02:00
658ec606ed First runnable version 2011-08-27 18:35:36 +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
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
5b9487b490 Use C++ std algorithms in controller
Use methods from User instead of directly modify attributes
2011-08-14 21:03:48 +02:00
6596097f72 Creates operator() for Account and remove sortAccounts 2011-08-14 18:29:18 +02:00
66a60bf7a6 Use '0' instead of NULL 2011-08-14 17:47:16 +02:00
dd0882c439 update version 2011-07-24 17:11:03 +02:00