Commit Graph

137 Commits

Author SHA1 Message Date
ea6a320416 Now fixed operations is not necessary bound to fix category 2019-01-29 19:31:35 +01: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
Gregory Soutadé
b51c4d2d2d Modifications relative to Win32 2018-03-11 15:56:01 +01:00
9382a49821 Don't count virtual operations in check mode 2018-02-18 10:30:00 +01:00
Grégory Soutadé
5dd7abf6cf Remove duplicate lines 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
Grégory Soutadé
397096680c Add account start and end date to import/export 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
2b664c3b4f Quick and dirty port to Qt5 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
61e2a7505c Fix a bug in Database.cpp : operation forced to non virtual in LinkOrUnlinkOperation 2017-09-12 20:58:57 +02:00
fe35930273 Use prepared query for value replacement allowing to use non escaped characters 2016-10-08 20:05:01 +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
efc2ce20b3 Forgot Tag header 2014-12-02 17:50:07 +01:00
e9e0e35c12 Fix problems in export engine 2014-11-12 20:48:45 +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
e0efe42b14 Simplify UpdateNextMonths function
Add "create_if_not_exsits" to Database::GetAccountAmount
2013-02-17 18:58:32 +01:00
62a3712ff7 Add CSV Export
Set DateFrom to first of month for SearchBanner
Fix a bug : for dates in Search
Fix a bug : file was not truncated during export
2013-01-17 20:22:42 +01:00
3e89eb7279 Sort categories with translated names 2012-12-16 09:49:51 +01:00
e911dffdbd Use Qt cryptographic library instead of C implementation (regression on win32) 2012-06-07 21:20:27 +02:00
e60cabc0ff Disable OFX import for win32 2012-05-31 19:54:26 +02:00
8c61a32a6f Fix problems with quote and apostrophe 2012-05-12 10:28:16 +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
c565c7740d Show hidden accounts at the end in the list
Simplify statistics computation in AccountPanel
Don't take in account simple credit on blocked accounts
2012-05-05 16:49:24 +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
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
2e468c14b4 Account/Category modification are immediatly reported in other panels 2012-04-27 21:37:51 +02:00
8c4ee64111 Forgot some try/catch os user GetAccount*/GetCategory* 2012-04-27 20:24:22 +02:00
28bb4c49f0 Fix bugs:
* Database creation failed
	* UsersDialog shown on new user
2012-04-26 20:45:01 +02:00
e273303dcd Add Snapshot feature
Add ChangeDatabase() method
Add GetDatabaseHome() and GetDatabaseFile()
2012-03-20 20:57:45 +01:00
c1a612b7ec Fix BDD path (Linux and Win32) 2012-03-11 18:02:54 +01:00
26829fcb6a OFXImportEngine compilation fails (win32) 2012-02-29 21:00:55 +01:00
88e06dacce Add auto-completion for description field in GridAccount 2012-02-26 21:16:45 +01:00
37626b09e1 Use ~/.local/share/kisscount instead of ~/.kisscount for default database location 2012-02-26 15:42:09 +01:00
1b378924a3 Fix a bug : Childs where not linked during import 2012-02-26 08:59:59 +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
a590409f8f Work on import engines : remove libxml dependency in favor of QtXml 2012-02-19 17:14:36 +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
67e00fcaa1 Add ExportPanel and update Import/Export engines 2012-02-11 14:02:30 +01:00
37f03a1da0 See previous commit 2012-02-01 12:43:43 +01:00
329ea9ef5d Add "hidden" attribute to account
Change database version in 3
Update all if there is a modification (checkboxs on PreferencesPanel)
Move Database_Update.cpp in DatabaseUpdate.cpp
2012-02-01 12:41:57 +01:00
1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
a71638ace6 Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation) 2012-01-07 09:21:22 +01:00