Commit Graph

98 Commits

Author SHA1 Message Date
Grégory Soutadé ea6a320416 Now fixed operations is not necessary bound to fix category 2019-01-29 19:31:35 +01: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
Grégory Soutadé 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é 3684c324c0 Add "start_date" and "end_date" into accounts properties 2017-10-15 11:38:58 +02:00
Grégory Soutadé 53ecc806a7 LinkOrUnlinkOperation must not be done on meta operations 2017-10-05 19:05:55 +02:00
Grégory Soutadé 61e2a7505c Fix a bug in Database.cpp : operation forced to non virtual in LinkOrUnlinkOperation 2017-09-12 20:58:57 +02:00
Grégory Soutadé fe35930273 Use prepared query for value replacement allowing to use non escaped characters 2016-10-08 20:05:01 +02:00
Grégory Soutadé fe5e9208a3 Use transactions for SQL updates 2015-10-11 09:42:32 +02:00
Grégory Soutadé 459e07ee11 Second version 2014-11-10 13:50:00 +01:00
Grégory Soutadé 57d4b90182 Tag management : first version 2014-11-10 11:54:28 +01:00
Grégory Soutadé e0efe42b14 Simplify UpdateNextMonths function
Add "create_if_not_exsits" to Database::GetAccountAmount
2013-02-17 18:58:32 +01:00
Grégory Soutadé 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
Grégory Soutadé e911dffdbd Use Qt cryptographic library instead of C implementation (regression on win32) 2012-06-07 21:20:27 +02:00
Grégory Soutadé 8c61a32a6f Fix problems with quote and apostrophe 2012-05-12 10:28:16 +02:00
Grégory Soutadé 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
Grégory Soutadé f1661e315c Change message for new users
Fix a bug : updating operations doesn't work
2012-05-06 11:40:13 +02:00
Grégory Soutadé 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
Grégory Soutadé 7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
Grégory Soutadé 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
Grégory Soutadé 28bb4c49f0 Fix bugs:
* Database creation failed
	* UsersDialog shown on new user
2012-04-26 20:45:01 +02:00
Grégory Soutadé e273303dcd Add Snapshot feature
Add ChangeDatabase() method
Add GetDatabaseHome() and GetDatabaseFile()
2012-03-20 20:57:45 +01:00
Grégory Soutadé c1a612b7ec Fix BDD path (Linux and Win32) 2012-03-11 18:02:54 +01:00
Grégory Soutadé 88e06dacce Add auto-completion for description field in GridAccount 2012-02-26 21:16:45 +01:00
Grégory Soutadé 37626b09e1 Use ~/.local/share/kisscount instead of ~/.kisscount for default database location 2012-02-26 15:42:09 +01:00
Grégory Soutadé 37f03a1da0 See previous commit 2012-02-01 12:43:43 +01:00
Grégory Soutadé 1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
Grégory Soutadé a71638ace6 Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation) 2012-01-07 09:21:22 +01:00
Grégory Soutadé 649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01:00
Grégory Soutadé 9b0222323a Change int in double for Search
Add SearchBanner & Search Pannel
Enable MassUpdate
2011-12-03 11:23:55 +01:00
Grégory Soutadé a9bcdcc733 Enable operation modification in GridAccount
Fix a bug : Fix category in choices of normal operation
Fix a bug : bad request in Database.cpp
Fix a bug : bad month in calendar
Add a 5th week for black line
2011-11-01 16:17:20 +01:00
Grégory Soutadé 6c0c04cad5 Implement Delete operation in AccountPanel contextual menu
Fix a bug in a SQL request
Use nbCategories in AccountPanel to prevent buffer overflow
2011-10-31 10:24:05 +01:00
Grégory Soutadé 34112f7762 Fix some typo bugs in Database query
Add Group/UnGroup/UpdateNextMonths buttons
Display correct title in AccountPannel
2011-10-22 11:37:35 +02:00
Grégory Soutadé ae4a0eb7ac Add stats 2011-09-13 21:39:22 +02:00
Grégory Soutadé fc9b06c507 Work on AccountPanel : add treeview 2011-09-04 21:01:32 +02:00
Grégory Soutadé db46080b50 Users Dialog OK 2011-09-03 10:38:36 +02:00
Grégory Soutadé 658ec606ed First runnable version 2011-08-27 18:35:36 +02:00
Grégory Soutadé 991486a042 First pass 2011-08-25 17:45:41 +02:00
Grégory Soutadé ed6a7a5fef Rename header files in .hpp 2011-08-20 14:02:47 +02:00
Grégory Soutadé ad29793f8c Clean header includes 2011-08-20 11:43:12 +02:00
Grégory Soutadé 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
Grégory Soutadé 66a60bf7a6 Use '0' instead of NULL 2011-08-14 17:47:16 +02:00
Grégory Soutadé 753b499b48 Add XMLImportEngine
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +02:00
Grégory Soutadé ebe9ef4a62 Some modification where not commited previously ??? 2011-07-03 07:56:48 +02:00
Grégory Soutadé d6ade299e3 Display virtual accounts at the end
Fix a bug in LonkOrUnlinkOperation (when year was not previously loaded)
Translate categories in PreferencesPanel
2011-04-03 19:11:34 +02:00
Grégory Soutadé 35f660b234 Functionnal version of ImportPanel 2011-03-23 20:35:29 +01:00
Grégory Soutadé 5451d3c4ce Fix a bug with categories (again)
Disable interface during mass update (cursor not changed :()
Resize search icon
2011-02-24 20:59:30 +01:00
Grégory Soutadé 16e90b8fc0 Database is now at ~/.kisscount/kc.bdd 2011-02-20 14:22:31 +01:00
Grégory Soutadé 92252f33c3 Searchs aren't case sensitive enough. Default categories in native language (even if switching language at runtime) 2011-02-15 19:17:18 +01:00