Commit Graph

42 Commits

Author SHA1 Message Date
Grégory Soutadé 59a020e241 Clean Makefile 2012-05-31 21:33:43 +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é 34a36199a2 Use oxygen icons 2012-05-05 19:22:38 +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é bfd16a6540 Better auto completion for transfert operation (not two times the same operation completed) 2012-04-11 19:28:35 +02:00
Grégory Soutadé a3dc4deff1 Display date in locale format
Add GetLocale(), GetDateFormat() and FormatDate()
2012-03-27 21:12:55 +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é b7f8729519 Update doc files (ChangeLog, README ...)
Update packaging
Change install prefix, come back to /usr
2012-02-28 09:34:33 +01:00
Grégory Soutadé fc3093d176 Last account/category wasn't taken in account during search 2011-08-16 20:28:22 +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é c4a88fb459 Install KissCount into /usr/local instead of /usr 2011-08-09 17:55:46 +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é 6fae41b4e8 Add "non fix" category to statistics (sum of all non fix categories) 2011-05-28 19:31:42 +02:00
Grégory Soutadé 33a2cd1f0c Change charts and real/virtual mode position 2011-05-28 10:24:02 +02:00
Grégory Soutadé 8f5a651c5b Add update next months feature 2011-04-30 12:37:16 +02:00
Grégory Soutadé 2713ab5247 Update translations 2011-04-26 21:04:14 +02:00
Grégory Soutadé 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
Grégory Soutadé 35f660b234 Functionnal version of ImportPanel 2011-03-23 20:35:29 +01:00
Grégory Soutadé 6a20953757 Add Debian packaging 2011-03-06 17:20:42 +01:00
Grégory Soutadé 16e90b8fc0 Database is now at ~/.kisscount/kc.bdd 2011-02-20 14:22:31 +01:00
Grégory Soutadé 8792ac2a8e Add Real mode 2011-02-19 13:41:59 +01:00
Grégory Soutadé 4cb57641d8 Take in accountt debit for virtual operations (and forgot them on check mode) 2011-02-17 19:48:27 +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
Grégory Soutadé bf417a503d Add virtual accounts (potential bugs) 2011-02-14 20:56:59 +01:00
Grégory Soutadé 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
Grégory Soutadé ab176b9fc3 Possibility to find operations with unknown category/account 2011-02-09 21:36:29 +01:00
Grégory Soutadé 2b07cb0b30 Possibility to choose a replacement when delete accounts and categories 2011-02-08 21:17:35 +01:00
Grégory Soutadé 1151daf861 Show stats for current month even if next month has not been generated
Bug : Update all panels after generating/deleting month
2011-01-29 20:53:44 +01:00
Grégory Soutadé 8a22ed135a Update Copyright 2011-01-29 13:04:15 +01:00
Grégory Soutadé 9985412790 Categories fonts not updated for new category
New category had read only fields in PreferencesPanel
Scrollbar for PreferencesPanel
2011-01-29 12:24:07 +01:00
Grégory Soutadé e477e3a70c Grouped operations have bad month/year in SearchPanel 2011-01-29 12:02:49 +01:00
Grégory Soutadé f870f81265 Merged 2011-01-29 11:46:23 +01:00
Grégory Soutadé 9c423efd83 Fix a bug in search engine and enhance grouped operations displays 2011-01-29 11:41:14 +01:00
Grégory Soutadé c0591e9815 Add cross compilation support 2011-01-25 20:26:29 +01:00
Grégory Soutadé 81884250bc Solve bug of scrollbar and window when there is a lot of operations in AccountPanel 2011-01-23 09:51:08 +01:00
Grégory Soutadé 87b68db319 Update Changelog 2011-01-16 20:51:15 +01:00
Grégory Soutadé 0975d12c86 Update ChangeLog 2011-01-08 12:20:22 +01:00
Grégory Soutadé d71f055dfc Fix several bugs in StatsPanel :
Bad selection of year with multiple years
    Bad year range check
    Unordered accounts (makes account selection points to bad indexes on account graph)
2011-01-08 12:17:54 +01:00
Grégory Soutadé 6317511fd8 Forgot to remove debugging disply 2010-12-20 20:17:46 +01:00
Grégory Soutadé a43dd6bd95 Add ChangeLog 2010-12-12 20:30:52 +01:00