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
d32b002a9817f97cc6b0f72c89893b305e54e43e
pmgr
/
site
/
views
History
abijah
d32b002a98
Changed the theme to make it clear when we're in the sandbox.
...
git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@748 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-08-23 18:53:21 +00:00
..
accounts
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
contacts
Modified the filtering behavior; A filter specified as 'Table.field' results in the obvious split (Table, field); 'Table' results in (Table, id); 'field' results in (ModelTable, field). Fixed a bug in the app controller which was allowing 'fields' to leak into the top level of 'link'
2009-07-30 19:45:19 +00:00
customers
Changed statement/ledger entries to defaultly sort by date in descending order. For small lists, ascending order is more logical, but for larger lists, this buries the most relevant items at the very back.
2009-08-23 01:02:28 +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
Modified the menu to use the accordion widget, which is slick and allows it to match the current theme.
2009-08-23 18:30:17 +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
Changed the theme to make it clear when we're in the sandbox.
2009-08-23 18:53:21 +00:00
leases
Changed statement/ledger entries to defaultly sort by date in descending order. For small lists, ascending order is more logical, but for larger lists, this buries the most relevant items at the very back.
2009-08-23 01:02:28 +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
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
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
units
Changed statement/ledger entries to defaultly sort by date in descending order. For small lists, ascending order is more logical, but for larger lists, this buries the most relevant items at the very back.
2009-08-23 01:02:28 +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