Commit Graph

64 Commits

Author SHA1 Message Date
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
c4a88fb459 Install KissCount into /usr/local instead of /usr 2011-08-09 17:55:46 +02:00
753b499b48 Add XMLImportEngine
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +02:00
6fae41b4e8 Add "non fix" category to statistics (sum of all non fix categories) 2011-05-28 19:31:42 +02:00
33a2cd1f0c Change charts and real/virtual mode position 2011-05-28 10:24:02 +02:00
8f5a651c5b Add update next months feature 2011-04-30 12:37:16 +02:00
2713ab5247 Update translations 2011-04-26 21:04:14 +02:00
c69621c2fe Add unresolved categories in ImportPanel
Fix two bugs :
Don't take in account unknown categories (in stats)
Don't try to draw more than MAX_CATEGORIES (12) in charts
2011-04-25 19:55:31 +02:00
35f660b234 Functionnal version of ImportPanel 2011-03-23 20:35:29 +01:00
6a20953757 Add Debian packaging 2011-03-06 17:20:42 +01:00
16e90b8fc0 Database is now at ~/.kisscount/kc.bdd 2011-02-20 14:22:31 +01:00
8792ac2a8e Add Real mode 2011-02-19 13:41:59 +01:00
4cb57641d8 Take in accountt debit for virtual operations (and forgot them on check mode) 2011-02-17 19:48:27 +01:00
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
bf417a503d Add virtual accounts (potential bugs) 2011-02-14 20:56:59 +01:00
c03562851a Possibility to work on multiple operations (rename, change category, change account)
New database version (2) :
		fix_cost for categories
		virtual account
2011-02-13 19:30:12 +01:00
ab176b9fc3 Possibility to find operations with unknown category/account 2011-02-09 21:36:29 +01:00