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
7aa026f4e09c64c3dcc60ad86365ff8ea6394aa5
pmgr
/
site
/
views
History
abijah
7aa026f4e0
Renamed jqGridData functions to be just gridData. Restructured the virtual function calls with an anticipated need for gridDataCount to be overridden as a whole, instead of just overriding the individual pieces.
...
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@361 97e9348a-65ac-dc4b-aefc-98561f571b83
2009-07-22 17:06:44 +00:00
..
accounts
Another snapshot
2009-07-20 23:35:11 +00:00
contacts
Fixed a bug created with each form table when that element was modified to ignore fields set to null. The original intention was that null simply meant 'no special configuration'. However, we needed a way to programatically enable/disable fields, so null was an obvious choice to use. Now that I'm about to check in, I think I should have just made a minor change to use false to skip a field, which would have been backwards compatible (except for the one place using null to exclude the field). However, it's done now, so what the heck.
2009-07-09 16:07:19 +00:00
customers
Making progress. Much still to do, but there are hints of functionality finally returning so I'm snapshotting.
2009-07-21 10:23:52 +00:00
double_entries
This rework is nowhere near complete, but there are certain things that are falling in place, and worth capturing. I started a branch for just this purpose of being able to check in intermediate work.
2009-07-19 23:35:25 +00:00
elements
Renamed jqGridData functions to be just gridData. Restructured the virtual function calls with an anticipated need for gridDataCount to be overridden as a whole, instead of just overriding the individual pieces.
2009-07-22 17:06:44 +00:00
entries
Another snapshot
2009-07-20 23:35:11 +00:00
helpers
This rework is nowhere near complete, but there are certain things that are falling in place, and worth capturing. I started a branch for just this purpose of being able to check in intermediate work.
2009-07-19 23:35:25 +00:00
layouts
Moved all of the jqGrid search javascript into its own file to prevent duplication when including more than one grid on a page. I also put search boxes directly into the jqGrid element, with the requested fields passed in as a parameter. I've got the autosearch mechanism tied across all grids, but search and reload is grid specific. This was mostly to get the code into an extensible spot, but the layout is not yet desirable. I'll yank the search boxes on the next checkin not that its proven out.
2009-06-14 23:16:35 +00:00
leases
Making progress. Much still to do, but there are hints of functionality finally returning so I'm snapshotting.
2009-07-21 10:23:52 +00:00
ledgers
Another snapshot
2009-07-20 23:35:11 +00:00
maps
Moved map listings to jqGrid, and fixed cut/paste error in the comments of the transactions controller.
2009-06-15 21:34:35 +00:00
monetary_sources
Added a ledger entry listing on the monetary source view page.
2009-07-13 09:54:49 +00:00
statement_entries
Making progress. Much still to do, but there are hints of functionality finally returning so I'm snapshotting.
2009-07-21 10:23:52 +00:00
transactions
Fixed a bug causing leder_entry lists to only list one item from each transaction (although the numbers were right, the other ledger_entry fields were not). This was due to the changes I made to ledger_entries.ctp when moving everything to the Grid Helper. Prior to that, the default was to group by transactions, unless notxgroup was defined. Since it was experimental, it was hardcoded to false in the ledger_entries element, so there was no problem. After Grid Helper, it was inadvertantly deleted, hence the bug. I changed the default to be NOT to group by transaction, and also invalidate the ledger_entry fields when we do group that way. So, this bug should be put mostly to rest, although I don't like converting the ledger_entry list into a simple transaction list (we do have another element for that after all). Oh well, works for now.
2009-07-11 01:52:32 +00:00
units
Moved all grid elements onto the grid helper. Basic testing done, but more testing needs to be done.
2009-07-08 20:40:44 +00:00
empty.ctp
Added empty view for debugging.
2009-07-06 15:40:32 +00:00