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
285c682b1e154120fad465973aef12ccf59f5b45
pmgr
/
site
/
controllers
History
abijah
285c682b1e
Added ability to see the customer when listing transactions
...
git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@974 97e9348a-65ac-dc4b-aefc-98561f571b83
2010-03-30 15:57:54 +00:00
..
accounts_controller.php
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
contacts_controller.php
Modified contact grids to use display_name, and the contact model to take company name into account if no other fields will work for display name.
2009-08-24 19:17:55 +00:00
customers_controller.php
Merge in v0.2.2 fixes
2010-03-12 04:05:00 +00:00
double_entries_controller.php
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
leases_controller.php
Added a lease up report
2010-03-12 01:51:32 +00:00
ledger_entries_controller.php
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
ledgers_controller.php
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
maps_controller.php
Fixed a problem where the operations menu was showing up at inappropriate times (a problem we already solved, but accidentally left commented out on an earlier checkin). Also, since the sitemap is a top level operation that is not based on gridView, enabled the site operations menu explicitly from within the maps controller.
2009-08-25 01:18:53 +00:00
statement_entries_controller.php
Fixed the monthly charges report to only reflect income accounts (not things like security deposits). Also, by restricting to charges, the report was neglecting things like reversals, leaving the totals skewed. Thefore, the 'CHARGES' restriction was removed and replaced with the much more appropriate chargeDisbursementFields() function, which dumps fields that tabulate correctly.
2010-03-12 02:21:57 +00:00
tenders_controller.php
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
transactions_controller.php
Added ability to see the customer when listing transactions
2010-03-30 15:57:54 +00:00
unit_sizes_controller.php
Added a percentage formatting type to jqGrid.
2009-08-26 19:51:06 +00:00
units_controller.php
Added Monthly Charges report. Also, added a new area to the menu specifically for reports.
2010-03-12 00:38:34 +00:00
util_controller.php
Added util function to allow us to capture client side logging, and utilize it in the invoice view to find out why the app is not working on site. Also, since everything depends so heavily on jQuery, added an internal error if jQuery fails to load.
2009-09-06 15:32:41 +00:00