Commit Graph

115 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
Grégory Soutadé fa9f7497f5 Remove delete column (replaced by Suppr shortcut) 2018-11-01 10:58:16 +01:00
Grégory Soutadé f1de45d08a Fix a bug: current account value is badly computed if operations are not in date order 2018-08-26 18:10:46 +02:00
Grégory Soutadé 9133973148 Bad account updated when it's changed on MainPanel 2018-03-25 17:33:01 +02:00
Grégory Soutadé 0a1b9819c7 Set default month to december for year != cur year (avoid new year bug) 2018-01-06 19:42:24 +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é 05b070a502 Fix default month selection (sometimes not current month) 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é b86b934e75 Improve GUI by removing some blank spaces around grids and center widgets 2017-10-15 11:36:27 +02:00
Grégory Soutadé 2b664c3b4f Quick and dirty port to Qt5 2017-10-15 11:36:27 +02:00
Grégory Soutadé 53cf28e397 Make code for virtual operation clearer in AccountPanel 2017-09-12 20:57:22 +02:00
Grégory Soutadé f3a66790d0 Fix a bug : Initial and final negative account values were not displayed in red 2017-02-04 15:12:40 +01:00
Grégory Soutadé 7003a4795d Don't includes virtual account in negative computation (for calendar warning display) 2017-02-04 15:10:55 +01:00
Grégory Soutadé 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
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é eaba622a3f Extract cost repartition from StatsPannel 2013-02-26 15:34:52 +01:00
Grégory Soutadé 2ec5e124da Extract cost repartition banner 2013-02-26 12:17:35 +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é 51e348ef7b Add primitive support of low resolutions 2012-06-29 20:33:33 +02:00
Grégory Soutadé 84ea8e618b Forgot a *100 in previous commit 2012-05-29 19:58:42 +02:00
Grégory Soutadé a987c09d5d Replace toDouble by "replace(".", "")" to avoid bad double conversion 2012-05-27 17:41:20 +02:00
Grégory Soutadé 434f1707c7 Fix problems with layout and SearchBanner 2012-05-12 11:02:37 +02:00
Grégory Soutadé 34a36199a2 Use oxygen icons 2012-05-05 19:22:38 +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é aff6e14072 Show january when loading year != curYear and not curMonth 2012-05-01 10:30:08 +02:00
Grégory Soutadé aafc26c768 Replace NULL by 0 2012-04-30 21:22:52 +02:00
Grégory Soutadé 7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
Grégory Soutadé 20245fec2e Fix bugs in UpdateNextMonths 2012-04-28 12:23:50 +02:00
Grégory Soutadé 9991415e2c Fix a bug : month & year changed when AccountPanel is re created (wxUI needs update) 2012-04-01 11:19:27 +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é 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
Grégory Soutadé c05fbb95f6 Work on StatsPanel 2012-02-05 15:54:09 +01:00
Grégory Soutadé 3fe6d0ad28 Fix a regression : only first month was shown at startupt (not current)
Display all categories in chart (AccountPanel)
Fix a bug : curDate was wrong if you come back from another month to current month
2012-02-04 13:43:01 +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é fe2e6c4bf4 Forgot to connect calendar change signal 2012-01-29 11:34:52 +01:00
Grégory Soutadé c78b88b387 Fix a bug : previous year loading does something worse 2012-01-29 11:18:55 +01:00
Grégory Soutadé 973032f51c Now use libkchart for charts, delete old pieview and replace it 2012-01-28 15:53:58 +01:00
Grégory Soutadé 649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01:00
Grégory Soutadé c94bf51007 Factorize some code in GridAccount
Set default font for everybody
Fix a bug in DateDelegate (bad month)
Fix a bug in GridAccount : Tab added for sub operations when saving
Fix a bug in GridAccount : credit was considered as a debit
2011-11-05 18:28:05 +01:00
Grégory Soutadé 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
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é 29c1f6b9ba Disable interface when generating month
Fix a bug in generate month
2011-10-31 10:39:46 +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é 739ac0cbc2 Implement GenerateMonth function 2011-10-31 09:15:37 +01:00
Grégory Soutadé 4441ea1810 Enable account initial value modification
Fix a bug : accounts table header reset in InitAccounts
2011-10-30 09:27:03 +01:00
Grégory Soutadé 42b1b3b85d Handle month change in treeview 2011-10-24 21:05:12 +02: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