2e468c14b4
Account/Category modification are immediatly reported in other panels
2012-04-27 21:37:51 +02:00
8c4ee64111
Forgot some try/catch os user GetAccount*/GetCategory*
2012-04-27 20:24:22 +02:00
28bb4c49f0
Fix bugs:
...
* Database creation failed
* UsersDialog shown on new user
2012-04-26 20:45:01 +02:00
e273303dcd
Add Snapshot feature
...
Add ChangeDatabase() method
Add GetDatabaseHome() and GetDatabaseFile()
2012-03-20 20:57:45 +01:00
c1a612b7ec
Fix BDD path (Linux and Win32)
2012-03-11 18:02:54 +01:00
26829fcb6a
OFXImportEngine compilation fails (win32)
2012-02-29 21:00:55 +01:00
88e06dacce
Add auto-completion for description field in GridAccount
2012-02-26 21:16:45 +01:00
37626b09e1
Use ~/.local/share/kisscount instead of ~/.kisscount for default database location
2012-02-26 15:42:09 +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
37f03a1da0
See previous commit
2012-02-01 12:43:43 +01:00
329ea9ef5d
Add "hidden" attribute to account
...
Change database version in 3
Update all if there is a modification (checkboxs on PreferencesPanel)
Move Database_Update.cpp in DatabaseUpdate.cpp
2012-02-01 12:41:57 +01:00
1e4f696162
Update copyright
2012-02-01 11:02:54 +01:00
a71638ace6
Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation)
2012-01-07 09:21:22 +01:00
649bdb32c7
Add PreferencesPanel (incomplete)
2011-12-18 13:51:04 +01:00
9b0222323a
Change int in double for Search
...
Add SearchBanner & Search Pannel
Enable MassUpdate
2011-12-03 11:23:55 +01:00
c94bf51007
Factorize some code in GridAccount
...
Set default font for everybody
Fix a bug in DateDelegate (bad month)
Fix a bug in GridAccount : Tab added for sub operations when saving
Fix a bug in GridAccount : credit was considered as a debit
2011-11-05 18:28:05 +01:00
a9bcdcc733
Enable operation modification in GridAccount
...
Fix a bug : Fix category in choices of normal operation
Fix a bug : bad request in Database.cpp
Fix a bug : bad month in calendar
Add a 5th week for black line
2011-11-01 16:17:20 +01:00
6c0c04cad5
Implement Delete operation in AccountPanel contextual menu
...
Fix a bug in a SQL request
Use nbCategories in AccountPanel to prevent buffer overflow
2011-10-31 10:24:05 +01:00
34112f7762
Fix some typo bugs in Database query
...
Add Group/UnGroup/UpdateNextMonths buttons
Display correct title in AccountPannel
2011-10-22 11:37:35 +02:00
ae4a0eb7ac
Add stats
2011-09-13 21:39:22 +02:00
fc9b06c507
Work on AccountPanel : add treeview
2011-09-04 21:01:32 +02:00
db46080b50
Users Dialog OK
2011-09-03 10:38:36 +02: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
a4179804be
Use std algorithme in view/grid
2011-08-16 18:54:24 +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
5b9487b490
Use C++ std algorithms in controller
...
Use methods from User instead of directly modify attributes
2011-08-14 21:03:48 +02:00
8d7a019ca7
Use std C++ algorithmes in model
2011-08-14 19:26:54 +02:00
6596097f72
Creates operator() for Account and remove sortAccounts
2011-08-14 18:29:18 +02:00
bf25a10326
USe struct instead of class for data types
2011-08-14 18:21:26 +02:00
66a60bf7a6
Use '0' instead of NULL
2011-08-14 17:47:16 +02:00
753b499b48
Add XMLImportEngine
...
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +02:00
ebe9ef4a62
Some modification where not commited previously ???
2011-07-03 07:56:48 +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
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
d6ade299e3
Display virtual accounts at the end
...
Fix a bug in LonkOrUnlinkOperation (when year was not previously loaded)
Translate categories in PreferencesPanel
2011-04-03 19:11:34 +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
2c56271e1b
Temp commit
2011-03-13 19:15:21 +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