Commit Graph

26 Commits

Author SHA1 Message Date
Grégory Soutadé
397096680c Add account start and end date to import/export 2017-10-29 18:21:53 +01:00
2b664c3b4f Quick and dirty port to Qt5 2017-10-15 11:36:27 +02:00
57d4b90182 Tag management : first version 2014-11-10 11:54:28 +01:00
e60cabc0ff Disable OFX import for win32 2012-05-31 19:54:26 +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
7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
8c4ee64111 Forgot some try/catch os user GetAccount*/GetCategory* 2012-04-27 20:24:22 +02:00
26829fcb6a OFXImportEngine compilation fails (win32) 2012-02-29 21:00:55 +01:00
1b378924a3 Fix a bug : Childs where not linked during import 2012-02-26 08:59:59 +01:00
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
a590409f8f Work on import engines : remove libxml dependency in favor of QtXml 2012-02-19 17:14:36 +01:00
8128fe0008 Use QXml for export engine
Change import/export engine filter to Qt format
Qt doesn't add extension in its file dialog
Fix a bug : op was not correctly set by default in OnOperationModified (GridAccount)
2012-02-12 10:20:02 +01:00
67e00fcaa1 Add ExportPanel and update Import/Export engines 2012-02-11 14:02:30 +01:00
1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
658ec606ed First runnable version 2011-08-27 18:35:36 +02:00
991486a042 First pass 2011-08-25 17:45:41 +02:00
ed6a7a5fef Rename header files in .hpp 2011-08-20 14:02:47 +02:00
ad29793f8c Clean header includes 2011-08-20 11:43:12 +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
8d7a019ca7 Use std C++ algorithmes in model 2011-08-14 19:26:54 +02:00
753b499b48 Add XMLImportEngine
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +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
ec3fa8d7d5 Use Account structure in ImportEngine instead of simply id for unresolved accounts (more information can be given)
Remove "Operating expenses" default category and add "Car" in replacement
2011-04-25 17:36:58 +02:00
1fd9c73587 Add Grisbi import (need to work on categories) 2011-04-23 20:16:31 +02:00
35f660b234 Functionnal version of ImportPanel 2011-03-23 20:35:29 +01:00
6da33cbe35 First pass for imports (with OFX imports) 2011-03-20 19:08:24 +01:00