Commit Graph

58 Commits

Author SHA1 Message Date
cd8289da27 Update translations 2012-05-22 21:29:56 +02:00
a5531465f6 Update web view
Database.php :
	* Change account order
	* Forgot $db variable in LoadCategory
User.php :
	* Add default category for index 0
index.php :
	* Initialize $categories and $accounts arrays
	* Typo error for hidden accounts
	* Forgive credit on blocked account
	* Forgot to divide amounts by 100
	* Forgot to initialize tr_class variable in some case
2012-05-22 20:29:08 +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
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
28bb4c49f0 Fix bugs:
* Database creation failed
	* UsersDialog shown on new user
2012-04-26 20:45:01 +02:00
57792fba92 Update translations 2012-03-20 21:01:27 +01:00
223106fbfc Set x axis label to "days" in StatsPanel for in-month stats 2012-03-20 09:34:30 +01:00
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +01:00
d89c7d90f1 Forgot to update database version in init.sql 2012-02-26 14:23:25 +01:00
37f03a1da0 See previous commit 2012-02-01 12:43:43 +01:00
90a6659a84 Enhance size of description field
Change "remains" in "balance"
Fix a bug in language settings
2011-08-06 17:30:16 +02:00
a0208a73d3 Update translations 2011-07-04 20:25:29 +02:00
40ca2a0f25 Add (XML) Export engine
Add Export Panel
Factorise SearchBanner
Bug fix :
 - (Import/Export engines initialization)
 - virtual field not set in Search method
 - when deleting on search results
 - Auto completion now does not require date
2011-07-02 16:39:32 +02:00
9c096b0846 Update translations 2011-04-30 12:38:31 +02:00
2713ab5247 Update translations 2011-04-26 21:04:14 +02:00
0e93b41bc7 Update Kisscount.pot 2011-04-09 19:07:00 +02:00
478728f69e Update french.po
Add libofx-dev dependency for debian packages
2011-03-24 19:23:25 +01: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
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
16e90b8fc0 Database is now at ~/.kisscount/kc.bdd 2011-02-20 14:22:31 +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
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
2b07cb0b30 Possibility to choose a replacement when delete accounts and categories 2011-02-08 21:17:35 +01:00
Grégory Soutadé
0c344a0273 Add Windows specific code 2011-02-05 21:02:03 +01:00
www-data
d0d614beee Update version to avoid spaces for package.sh 2011-01-26 11:58:32 +01:00
5a50a53b7a Fix Bug : find meta operations when search previous operations (same description)
Fix Bug : Don't update meta amount when removing one operation
Update locales
2010-12-02 19:12:27 +01:00
765483ff15 Fix bugs in account/category modification/deletion
Fix some strings
2010-11-29 20:11:11 +01:00
16891b0ae6 Add a warning when a debit is made on a blocked account 2010-11-20 17:17:03 +01:00
cedb13c3ec Fix a looooooooot of bugs 2010-11-17 21:09:41 +01:00
9a5af57072 Add a string translation 2010-11-15 20:09:40 +01:00
3cc7687c22 Add licencing information into About 2010-11-05 20:51:35 +01:00
115bf8f305 Fix a bug with blocked account computation 2010-11-05 19:25:11 +01:00
0832e020c4 Add blocked account (mainly for statistics)
Really fix the previous bug
2010-11-01 11:34:39 +01:00
521596abd5 Update TODO
Add Documentation
Add KissCount URL into about
Add Fix, non fix, both criteria into search
Fix a bug (modifying language and go to another panel than main)
2010-10-30 20:52:53 +02:00
28c92d3b28 Add shared account management 2010-10-24 16:04:56 +02:00
f33f6ab85a * Add formula support
*  Fix a bug (cannot add new operations due to bug in FormulaEditor)
2010-10-14 20:49:49 +02:00
2c7a1ca252 * Add category font/color (web is missing)
*  Fix a bug in category modification (PreferencesPanel), inModification = false ; missing
2010-09-09 20:54:00 +02:00
Grégory Soutadé
7edd4854f4 Fix a bug with 2010-09-08 11:02:03 +02:00
fc0159fbc5 * Fix a bug with not escaped characters
* Use GetLastRowId instead of doing another SQL request
* Handle request failling
* Fix a bug, wxGridCellFastBoolEditor crashes when deleted
2010-09-05 12:08:48 +02:00
41617afc10 Fix a bug with passwords
Fix a bug in search (wildcards)
Fix a bug in wxUI (tooltips not translated)
Update translation
Update TODO
2010-08-29 09:29:34 +02:00
fb1007bfcb Possibility pass bdd file to load at startup 2010-08-22 16:35:12 +02:00
9f7d858bc3 Add check mode
Fix bug with KissCount title on start
2010-08-21 11:49:03 +02:00
5da154cd48 Add statistics
Update README
Update TODO
2010-08-18 21:28:40 +02:00
023b1def9d * Add percents to month stats
* Remove version from translation
* Update TODO
2010-08-14 22:04:03 +02:00
88c6b1198c Update locales 2010-08-06 21:26:33 +02:00
d9359b2f98 Fix two bugs (Upper case in database avoiding accents, and cat/account with the same name during modification into PreferencesPanel)
Updating translations
2010-07-16 18:38:13 +02:00
a6475759f1 better translation and fix bug on user deletion 2010-07-08 20:12:49 +02:00