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
41321481c7b7050a09fbcc3c58765fce2d3a64ce
pmgr
/
site
/
controllers
History
abijah
d92acf12de
Dropped the security level for viewing statement and ledger entries
...
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@555 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-08-14 21:01:25 +00:00
..
accounts_controller.php
Implemented very crude attempt at security privleges. This is not really intended to be security, just a quick and dirty mechanism to avoid prying eyes. More robust security is left to future implementation.
2009-08-11 18:22:21 +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
Modified the statement entries grid, as well as the underlying controller, to support a couple new fields, 'applied' and 'balance'.
2009-08-11 07:27:56 +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
Moved paid-through from the detail box, which is semi-static information, to the info box, which holds data that changes with time (i.e. the so called pertinent information).
2009-08-13 22:09:27 +00:00
ledger_entries_controller.php
Dropped the security level for viewing statement and ledger entries
2009-08-14 21:01:25 +00:00
ledgers_controller.php
Implemented very crude attempt at security privleges. This is not really intended to be security, just a quick and dirty mechanism to avoid prying eyes. More robust security is left to future implementation.
2009-08-11 18:22:21 +00:00
maps_controller.php
Got rid of LATE as a unit status, as it did not represent an physical condition. The logic was moved to Lease, where it is a much better fit. The sitemap still presents LATE units, as it is a useful view, but the underlying logic is driven from Lease, not Unit. This checkin also includes a small feature change to how late charges are assessed, as well as a menu item to kick off the charge assessments (both accidentally wedged in to this changeset).
2009-08-13 20:55:19 +00:00
statement_entries_controller.php
Dropped the security level for viewing statement and ledger entries
2009-08-14 21:01:25 +00:00
tenders_controller.php
Added the ability to edit a tender. I've locked this down to just editing the data1-4 fields at the moment, since there are accounting ramifications if we were to change the tender type.
2009-08-10 22:23:47 +00:00
transactions_controller.php
Added support for deleting (destroying) a transaction. This is strictly development/super-admin type functionality.
2009-08-14 20:58:50 +00:00
units_controller.php
Got rid of LATE as a unit status, as it did not represent an physical condition. The logic was moved to Lease, where it is a much better fit. The sitemap still presents LATE units, as it is a useful view, but the underlying logic is driven from Lease, not Unit. This checkin also includes a small feature change to how late charges are assessed, as well as a menu item to kick off the charge assessments (both accidentally wedged in to this changeset).
2009-08-13 20:55:19 +00:00