Commit Graph

8 Commits

Author SHA1 Message Date
Grégory Soutadé 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
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é 34a36199a2 Use oxygen icons 2012-05-05 19:22:38 +02:00
Grégory Soutadé 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
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é 63ca3a9c22 String localization implemented (missing some strings) 2010-07-07 21:04:38 +02:00
Grégory Soutadé d29afc619e Move directories, fix a bug into month generation (tree), add tooltips 2010-07-04 17:42:14 +02:00