Projekt

Allgemein

Profil

Aktivität von admin

von 12.02.2010 bis 13.03.2010

13.03.2010

02:33 AqFinance Revision 7211a5af (aqfinance): Listing open bills now works!
- added query functions "areset" and "isclear"
- added module AE_OpenBills
- removed unneeded code (ae_rollback)
admin

12.03.2010

13:18 AqFinance Revision 4f800264 (aqfinance): Use AEDB_Query now also from within database plugin.
admin
02:13 AqFinance Revision 3f5037c3 (aqfinance): Minor speedup.
admin
01:57 AqFinance Revision 6e595b75 (aqfinance): Prepared switch to single query object.
admin
01:39 AqFinance Revision 4edeae50 (aqfinance): More work on business code.
admin
01:39 AqFinance Revision f15794d8 (aqfinance): Icons resized.
admin
01:39 AqFinance Revision 21bd039e (aqfinance): Moved AE_Query code to database where we can use it also from within the database.
Currently we have two implementations of query code. This is the first step
in unification.
admin

11.03.2010

23:53 AqFinance Revision a910245d (aqfinance): Started working on a business module. Use new icons.
admin
23:32 AqFinance Revision 41b19c3b (aqfinance): Added preliminary business icon.
admin
18:27 AqFinance Revision 9bdeae49 (aqfinance): Added a few flags to AE_TASK.
admin
09:41 AqFinance Revision 8fa1cf4c (aqfinance): Work on build system.
Removed autogenerated files; sources are now created when necessary using
typemaker2. Removed unneeded files.
admin
08:45 AqFinance Revision 18354707 (aqfinance): Added .gitignore for autogenerated files.
admin
08:40 AqFinance Revision dcb48abb (aqfinance): Removed autogenerated files.
admin
08:36 AqFinance Revision 83add128 (aqfinance): Started working on AE_TASK.
admin

10.03.2010

23:26 AqFinance Revision 6f86d6f3 (aqfinance): Income accounts need reversed sign, too.
admin
23:26 AqFinance Revision 08ad37af (aqfinance): Use FF_ValueEdit in ItemTable, added 2 columns to FF_SplitTable.
admin
21:55 AqFinance Revision dfaf629f (aqfinance): Added a split editor, fixed a few bugs.
NOTE: Remember to always set the dbId in newly read objects! admin
17:10 AqFinance Revision fcd71b85 (aqfinance): Added handling for account balances, removed category handling.
Removed PlaceHolder account type, added flag for that purpose. admin
00:57 AqFinance Revision 2aa6c9f2 (aqfinance): More work on Simple GUI.
- added widget FF_CategoryEdit (stripped down version of FF_AccountEdit)
- added dialogs
- FF_SelectCategory (strip...
admin

09.03.2010

16:29 AqFinance Revision f26e2ee6 (aqfinance): Transactions and Splits are now created by typemaker2.
- added function AE_Book_ApplyTransaction() admin
16:26 AqFinance Revision e15fb5ca (aqfinance): Major speedup of database in edit mode.
This has been achieved by using GWEN_IDMAP objects to memorize positions
of modified/added objects in the session log...
admin
01:34 AqFinance Revision 22d3231b (aqfinance): Improved rule editor, slightly modified match colors in statement- and transaction tables.
admin

08.03.2010

22:53 AqFinance Revision 62030f59 (aqfinance): Changed code of AE_Book_ReadAccountTree.
admin
22:35 AqFinance Revision cbb5577e (aqfinance): Much more work.
- removed commodity handling (we now only handle currencies)
- removed FF_ManageCommodities
- improved account type h...
admin

06.03.2010

20:21 AqFinance Revision a7b687ac (aqfinance): Add AE_Utils and FF_ValueEdit.
Values can now have units which are correctly parsed by AE_Utils. This
will simplify amount editing (FF_AmountEdit wi...
admin
18:31 AqFinance Revision a73c7aad (aqfinance): Added handling of items and item templates.
Use these items in AE_EditJob. This makes writing invoices much faster.
- AE_ADDRESS now uses a common field for stre...
admin
18:26 AqFinance Revision c75941d7 (aqfinance): Fixed a typo.
admin
01:58 AqFinance Revision 86a8bce6 (aqfinance): Improved dbdir plugin.
The header now also contains the number of objects currently stored in
the database (including free'd ones). This was...
admin
01:56 AqFinance Revision ba67dd0d (aqfinance): More work on some dialogs.
- FF_EditGroup now reads/writes its geometry
- fixed a bug in FF_EditPartner (was not setting opts)
- added dialog FF...
admin

05.03.2010

18:42 AqFinance Revision d3ba5089 (aqfinance): Added Taxes (including dialogs and widgets).
An editor still needs to be written.
- added dueDate to AE_JOB
admin
01:11 AqFinance Revision fb24de93 (aqfinance): Removed some unneeded entries from .gitignore.
admin
01:10 AqFinance Revision 783be17d (aqfinance): Added some preliminary text to README.
admin
01:10 AqFinance Revision 919cfa33 (aqfinance): Transformed many classes to typemaker2 classes.
This transformation makes it easier to add fields to objects. It also makes
sure that all stuff which is written can ...
admin

04.03.2010

20:46 AqFinance Revision d053fa96 (aqfinance): Much more work on import framework.
- added widgets
- FF_PartnerEdit
- added dialogs
- FF_EditStatements
- FF_EditPartnerStmRules
- FF_EditJob now ...
admin
01:07 AqFinance Revision 48ca4bff (aqfinance): Fixed a bug in bank account view.
admin
00:49 AqFinance Revision 3690a73d (aqfinance): Many changes and improvements.
- added table for partner rules
- allow editing of rules from within the partner editor
- added function AE_Book_Read...
admin

03.03.2010

00:30 AqFinance Revision 7fc9797d (aqfinance): Added dialog FF_SelectPartner, more work on FF_EditJob.
admin

01.03.2010

23:47 AqFinance Revision 59cc8138 (aqfinance): Started working on dialog FF_EditJob.
- more work on ff_amountedit and ff_itemtable
- removed debugging message in ff_statementtable.cpp
- added some field...
admin

25.02.2010

13:57 AqFinance Revision 0c53572a (aqfinance): Use HTML parser and label from GWEN-GUI-FOX16, removed internal HTML code.
admin
13:56 AqFinance Revision a81f2eff (aqfinance): Added import functions to menu.
admin

24.02.2010

23:41 AqFinance Revision 6ddbef40 (aqfinance): Use new HTML parser from gwen-gui-fox16 in FW_Table.
admin
00:00 AqFinance Revision bc09f19b (aqfinance): Use FOX16 gui from gwenhywfar.
admin

17.02.2010

19:31 AqFinance Revision cc6f1b95 (aqfinance): Removed handling of GWEN MessageBox and InputBox (now handled by gwen).
LineEdit now emits signal "ValueChanged" upon change, and "Activated" when
ENTER is pressed.
admin
14:29 AqFinance Revision 47fecc04 (aqfinance): Removed internal progress handling (this is now done by gwen).
admin
14:22 AqFinance Revision 097c9d03 (aqfinance): Improved GWEN_Dialog framework.
Fixed FG_Gui::getRawText() and FG_Gui::getHtmlText(), implemented
asynchronous dialogs.
admin
14:20 AqFinance Revision a67321fd (aqfinance): Reduced GUI snappiness by introducing FG_Updater.
This class uses FOX "chores" to enforce gui refreshing.
The problem with normal update and FXApp::runWhileEvents() is...
admin

16.02.2010

02:35 AqFinance Revision 7d239956 (aqfinance): Adjusted to latest changes in Gwen.
admin

13.02.2010

23:47 AqFinance Revision 7d7e2d4d (aqfinance): Adapted to latest changes in gwen.
Added method FG_Dialog::execute() which makes sure dialogs receive the
fini-signal. Implemented new widget type "GWEN...
admin

12.02.2010

01:16 AqFinance Revision d3539a85 (aqfinance): More work on GWEN_DIALOG implementation.
- removed old test1 from main.cpp
- added my own FXFoldingList-derived class which handles sorting
(FG_SortingList)...
admin
 

Auch abrufbar als: Atom