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
f49a23b2fdb04868701da725812b8d0317d062c0
pmgr
/
site
History
abijah
48631cffee
Fixed a bug that was causing some lease charge_through_date fields to be NULL, which in turn caused additional charges to be added in error when assessing charges. The problem was that we were looking for statement entry charges that were not followed by other statement entries the next month. The intention was to locate rent charges that were not matched by a rent charge the following month, but we were looking for any type of statement entry. The presently visible problem was with a disbursement the next month on Lease
#21
, leaving NO last charge, not even just the wrong date. However, the issue could even be as simple as a Cleaning charge the next month, so we now filter not only for charges, but rent charges.
...
git-svn-id: file:///svn-source/pmgr/branches/v0.2_work@963 97e9348a-65ac-dc4b-aefc-98561f571b83
2010-03-12 03:48:03 +00:00
..
config
Fixed bug which was kicking us out of the dev/sandbox when editing a customer. Actually, seems like more of a workaround for a CakePHP bug, but it's not certain.
2010-03-02 18:05:37 +00:00
controllers
Fixed a bug that was causing some lease charge_through_date fields to be NULL, which in turn caused additional charges to be added in error when assessing charges. The problem was that we were looking for statement entry charges that were not followed by other statement entries the next month. The intention was to locate rent charges that were not matched by a rent charge the following month, but we were looking for any type of statement entry. The presently visible problem was with a disbursement the next month on Lease
#21
, leaving NO last charge, not even just the wrong date. However, the issue could even be as simple as a Cleaning charge the next month, so we now filter not only for charges, but rent charges.
2010-03-12 03:48:03 +00:00
models
Fixed a bug that was causing some lease charge_through_date fields to be NULL, which in turn caused additional charges to be added in error when assessing charges. The problem was that we were looking for statement entry charges that were not followed by other statement entries the next month. The intention was to locate rent charges that were not matched by a rent charge the following month, but we were looking for any type of statement entry. The presently visible problem was with a disbursement the next month on Lease
#21
, leaving NO last charge, not even just the wrong date. However, the issue could even be as simple as a Cleaning charge the next month, so we now filter not only for charges, but rent charges.
2010-03-12 03:48:03 +00:00
plugins
/debug_kit
Check in a version of the debug toolkit that I've added debug prints to. They're commented out at the moment, but may come in handy later.
2009-06-13 03:46:17 +00:00
views
Added the Deposit row to all tenders, not just those that have been deposited. This helps avoid confusion when looking at a non-deposited tender, since one may be trying to figure out whether or not it has been deposited and yet not remember if this is the appropriate screen.
2009-12-09 18:02:00 +00:00
webroot
Removed buttons from the print media
2010-01-15 01:27:44 +00:00
.htaccess
Made changes to the database and added models to support options. Next is permissions
2009-08-28 01:42:29 +00:00
app_controller.php
Move the Charge Assessment link to the operations area, and updated the Transaction Destroy link to the admin menu and gave it a reasonable redirect instead of the view not found message (since it's no longer a dev function
2009-09-15 02:32:56 +00:00
app_helper.php
Integrated sandbox functionality directly into the application so that there is no need for two independent applications for both the normal and sandbox version.
2009-09-06 04:28:29 +00:00
app_model.php
Added a utility controller, for calling actions that really aren't related to any other controller (we've been using accounts up to this point).
2009-08-28 20:46:10 +00:00
build_devbox.cmd
Integrated sandbox functionality directly into the application so that there is no need for two independent applications for both the normal and sandbox version.
2009-09-06 04:28:29 +00:00
build_sandbox.cmd
Added more sandbox functionality, including a script to generate the sandbox on the fly from the absolute latest data.
2009-08-28 21:06:20 +00:00
index.php
Load pmgr into branches/initial_20090526/site.
2009-05-27 04:18:23 +00:00