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
309512dde01a4bc540ba96a0b0633835b9e74b5a
pmgr
/
site
/
controllers
History
abijah
309512dde0
Added tooltips to the sitemap. At some point, we hope to incorporate a jquery plugin for nicer presentation, but this gets the basics.
...
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@616 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-08-18 06:41:49 +00:00
..
accounts_controller.php
Several minor changes including a couple minor bugfixes.
2009-08-17 02:15:02 +00:00
contacts_controller.php
Cleaned up several places regarding redirect and rendering during development for debug purposes. Also, added a link to the intended redirect target when we've rendered instead. These changes haven't been tested, hopefully they are benign.
2009-08-14 21:49:42 +00:00
customers_controller.php
Fixed bug when fetching data for editing a customer (the details function was deleted sometime back and might be worth putting back in). Also, added a tiny helper feature to update cached items while things are still somewhat unstable. Any time customer edit is clicked, the customer (and associated leases) will all be updated. This should allow an easy customer workaround in case there is a bug in the field.
2009-08-17 05:43:01 +00:00
double_entries_controller.php
Quick and dirty hack to get double entries to show again.
2009-08-16 00:45:11 +00:00
leases_controller.php
Cleaned up several places regarding redirect and rendering during development for debug purposes. Also, added a link to the intended redirect target when we've rendered instead. These changes haven't been tested, hopefully they are benign.
2009-08-14 21:49:42 +00:00
ledger_entries_controller.php
Eliminated (at least temporarily) the single ledger entry view, redirecting to the double entry view instead.
2009-08-17 06:30:01 +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
Added tooltips to the sitemap. At some point, we hope to incorporate a jquery plugin for nicer presentation, but this gets the basics.
2009-08-18 06:41:49 +00:00
statement_entries_controller.php
Added confirmation page, and more importantly date and comment settings, when reversing a charge.
2009-08-17 05:37:29 +00:00
tenders_controller.php
Several minor changes including a couple minor bugfixes.
2009-08-17 02:15:02 +00:00
transactions_controller.php
Added a column to Tender that identifies the exact ledger entry which was used to deposit the tender. It was necessary due to the kludgy way that I've set ACH items to auto-deposit, which uses a ledger entry that has nothing to do with the transaction account. This would probably allow us to eliminate the deposit_transaction_id, but I'd like to break as little as possible at the moment. I'll come back and clean this up in the future. Also, fixed a stupid bug that was causing major database thrash whenever a transaction was entered without a customer id. I could have fixed the Customer::update() function, but it was designed to accept null so that we could update all the customers, something definitely useful while developing.
2009-08-17 23:55:51 +00:00
units_controller.php
Several minor changes including a couple minor bugfixes.
2009-08-17 02:15:02 +00:00