This website requires JavaScript.
Explore
Help
Register
Sign In
abijah
/
pmgr
Watch
1
Star
0
Fork
0
You've already forked pmgr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a1f30804a704bfdf6187c4e581d681e6e7eaa53f
pmgr
/
site
/
controllers
History
abijah
63de30d392
Modified the filtering behavior; A filter specified as 'Table.field' results in the obvious split (Table, field); 'Table' results in (Table, id); 'field' results in (ModelTable, field). Fixed a bug in the app controller which was allowing 'fields' to leak into the top level of 'link'
...
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@430 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-07-30 19:45:19 +00:00
..
accounts_controller.php
Got the ledger closings to work again. This seems to work ok, although I notice closing the ledger after deposit results in a balance forward entry of $0.00 . I'll work on it next
2009-07-30 01:59:10 +00:00
contacts_controller.php
Renamed jqGridData functions to be just gridData. Restructured the virtual function calls with an anticipated need for gridDataCount to be overridden as a whole, instead of just overriding the individual pieces.
2009-07-22 17:06:44 +00:00
customers_controller.php
Cleanup of old lingering functions and some comment blocks
2009-07-30 02:39:09 +00:00
double_entries_controller.php
Making progress. Much still to do, but there are hints of functionality finally returning so I'm snapshotting.
2009-07-21 10:23:52 +00:00
leases_controller.php
Bug fixes to get lease security deposit and balance information working.
2009-07-28 01:18:02 +00:00
ledger_entries_controller.php
Modified the filtering behavior; A filter specified as 'Table.field' results in the obvious split (Table, field); 'Table' results in (Table, id); 'field' results in (ModelTable, field). Fixed a bug in the app controller which was allowing 'fields' to leak into the top level of 'link'
2009-07-30 19:45:19 +00:00
ledgers_controller.php
Got the ledger closings to work again. This seems to work ok, although I notice closing the ledger after deposit results in a balance forward entry of $0.00 . I'll work on it next
2009-07-30 01:59:10 +00:00
maps_controller.php
Renamed jqGridData functions to be just gridData. Restructured the virtual function calls with an anticipated need for gridDataCount to be overridden as a whole, instead of just overriding the individual pieces.
2009-07-22 17:06:44 +00:00
statement_entries_controller.php
Got the collected reports working again. NSF hasn't been tested yet, because NSF entry is not yet working.
2009-07-28 16:08:15 +00:00
tenders_controller.php
Preliminary work on NSF. It's far from working, but we're headed in the right direction.
2009-07-30 06:29:41 +00:00
transactions_controller.php
Fixed the problem with zero dollar balance forward entries when closing a ledger.
2009-07-30 02:17:49 +00:00
units_controller.php
Many, many changes, and yet still much to do. Many things are working, but certainly nothing beyond simply data retrieval (no editing or adding of any data). Also, some work is still required to ensure the grids have the right columns; we can strip out certain columns for some views (such as removing customer from the leases grid of the customer view... completely redundant). And of course, there are still many bugs and lots to clean up.
2009-07-23 01:49:46 +00:00