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
fbc2de94271ec968f55bf5851f0f36815a19d1e5
pmgr
/
site
/
views
History
abijah
0e8b541e34
Merge in from the pre_0.1 branch
...
git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@794 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-08-27 17:23:22 +00:00
..
accounts
Changed the default grid size for ledger_entries
2009-08-25 01:06:57 +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
Removed the lease/customer link from invoice/receipt
2009-08-24 20:25:09 +00:00
double_entries
More cleanup to hide ID from the user except where ID is intended to be the externally visible identification method (like transactions and ledger/statement entries).
2009-08-23 00:38:18 +00:00
elements
Removed the Balance column from vacant and unavailable grids, since they should always be zero.
2009-08-26 20:16:11 +00:00
helpers
Fixed bug in the age() function that was preventing the ' ago' text. Of course, there are places it may not be desired, so I added a param to control the suffix.
2009-08-18 01:33:38 +00:00
layouts
Merge in from the pre_0.1 branch
2009-08-27 17:23:22 +00:00
leases
Modified move_out to present a grid of leases, so the user can make a selection just as with move-in, invoices, receipts, etc.
2009-08-25 01:09:47 +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
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
Tidied up where we show transaction ids vs. statement/ledger entry ids
2009-08-23 00:54:22 +00:00
tenders
More cleanup to hide ID from the user except where ID is intended to be the externally visible identification method (like transactions and ledger/statement entries).
2009-08-23 00:38:18 +00:00
transactions
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
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
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