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
44def81c819b4ef341727991bdf6caed79125401
pmgr
/
site
/
views
History
abijah
3b885e2686
Fixed the problem of client side lease selection breaking the automated rent invoicing tools.
...
git-svn-id: file:///svn-source/pmgr/branches/v0.2.0_work@872 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-10-09 23:17:46 +00:00
..
accounts
Changes to have the software function without the presence of jquery-ui (which may not be complete). Also, brought the jquery libraries to the server, instead of using them as hosted from google. Some browser configurations may have an issue with what they deem to be cross site scripting.
2009-08-29 20:27:12 +00:00
contacts
Updated help messages to reflect the requirements around first/last/company_name and display_name. Actually, the messages don't make any mention of company_name, but it can be used for display_name as well.
2009-08-24 19:37:19 +00:00
customers
Added a more automated mechanism for adding multiple rent charges to an invoice. Also included is a proration tool. This needs more work though, since it relies on server side data from the lease. Selecting a new lease on the client side will cause this change to fail, and so we'll need to add a column for charged-through. Finally, error messages for invoice and receipt were improved slightly to better explain the error.
2009-10-09 22:48:37 +00:00
double_entries
Replaced the hardcoded 'level' checks, and incorporated (as a first pass) the new permission mechanism
2009-08-28 07:11:14 +00:00
elements
Fixed the problem of client side lease selection breaking the automated rent invoicing tools.
2009-10-09 23:17:46 +00:00
helpers
Reduced the amount of data sent to the client.
2009-08-30 15:19:39 +00:00
layouts
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
leases
Fixed the problem of client side lease selection breaking the automated rent invoicing tools.
2009-10-09 23:17:46 +00:00
ledger_entries
Removing, or at least phasing out the ledger name field. Account name is always needed and nearby, so ledger name is just confusing.
2009-08-23 01:08:30 +00:00
ledgers
Changed the default grid size for ledger_entries
2009-08-25 01:06:57 +00:00
maps
Fixed the map titles on IE.
2009-09-14 17:03:56 +00:00
statement_entries
Changes to have the software function without the presence of jquery-ui (which may not be complete). Also, brought the jquery libraries to the server, instead of using them as hosted from google. Some browser configurations may have an issue with what they deem to be cross site scripting.
2009-08-29 20:27:12 +00:00
tenders
Changes to have the software function without the presence of jquery-ui (which may not be complete). Also, brought the jquery libraries to the server, instead of using them as hosted from google. Some browser configurations may have an issue with what they deem to be cross site scripting.
2009-08-29 20:27:12 +00:00
transactions
Changes to have the software function without the presence of jquery-ui (which may not be complete). Also, brought the jquery libraries to the server, instead of using them as hosted from google. Some browser configurations may have an issue with what they deem to be cross site scripting.
2009-08-29 20:27:12 +00:00
unit_sizes
Implemented the UnitSize controller and view. I would like to add controller navigation links for 1bd, 2bd, 3bd, and so on. Also, we need to make the number of available units part of the grid. It will require breaking a separate CountTables function, since we'll need to join with Units, but it shouldn't be a big deal. Whether or not we include occupancy percentage, or leave that to a report is undecided.
2009-08-25 15:56:42 +00:00
units
Implemented the UnitSize controller and view. I would like to add controller navigation links for 1bd, 2bd, 3bd, and so on. Also, we need to make the number of available units part of the grid. It will require breaking a separate CountTables function, since we'll need to join with Units, but it shouldn't be a big deal. Whether or not we include occupancy percentage, or leave that to a report is undecided.
2009-08-25 15:56:42 +00:00
empty.ctp
Added support for permissions. Next is to implement some.
2009-08-28 03:32:07 +00:00