Custom Reports Home V 2.1
A small page that creates a nice place to manage custom html reports without having to add them to and clutter up the run reports page.
V 1.0 (01/15/2008)
Initial Release
V 1.1 (01/18/2008)
Added Student Attendance List Report.
V 1.2 (01/22/2008)
Added Daily Attendance Summary Report.
Added Verification Detail Information Report.
V 1.3 (01/29/2008)
Added NYS BEDS report.
V 1.4 (02/06/2008)
Added User Login report.
V 1.5 (02/24/2008)
Added Grade Information By Course report.
Added Grade Information By Student report.
V 1.6 (02/28/2008)
Added Grade Information By Future Course Request report.
V 1.7 (05/29/2008)
Added Hover Over List Alerts report.
Added Grade Information by Department report.
V 1.8 (08/04/2008)
Added Honor Roll Students this Year
Added Internal Grade Summary by Course
V 1.9 (08/16/2008)
Added Daily Attendance By Date, Code, School
Added Security By Group
V 2.0 (09/23/2008)
Added Letter Grades Report (by Matt Freund)
Added Percent Grades Report (by Matt Freund)
Added Standards Grade's Look-Up (by Brian Andle)
Added Stored Grades Report (by Matt Freund)
Added Web Gradebook Asmt Status (by Brian Andle)
Added House Counts Report (by Matt Freund)
Added Team Counts Report (by Matt Freund)
Added Course Demographics (by Tim Scoff)
Added Student Free (by Jason Treadwell)
Added Teacher Free (by Jason Treadwell)
Added Verify All Information (by Lorenzo Lopez)
V 2.1 (10/06/2008)
Added Consecutive Days Absent Report (by Jason Treadwell)
Added Fees Report (by Matt Freund)
Added Fees Transaction Report (by Matt Freund)
Added Current Courses Report (by Matt Freund)
Comments
Showing custom reports in PS 6.x
Just an FYI that with the new tabbed Reports menu, it's possible to add a new tab to hold all of the PDS (and other) custom pages. So you can still use CustomReportHome, but put it on its own tab.
You need to add the following two lines to school.html:
<!-- end of title -->
~[SetPostValue:repType=school]
~[x:insertfile;reporttabs.html]
<!-- start of content and bounding box -->
Then modify /admin/reports/reporttabs.html to insert the School tab after Run Reports:
[EXISTING CODE]
<tr>
<td width="28"><img src="/images/spacer.gif" border="0" alt="" width="1" height="15" /></td>
<td class="tab_td_empty" width="5"><img src="/images/spacer.gif" border="0" alt="" width="1" height="15" /></td>
<td class="tab_td~[if.~[gpv:repType]=system]_sel[/if]">
<div class="tab_outter~[if.~[gpv:repType]=system]_sel[/if]">
<div class="tab_content~[if.~[gpv:repType]=system]_sel[/if]">
~[if.~[gpv:repType]=system]System[else]
<a href="/admin/reports/runreports.html">System</a>[/if]</div>
</div>
</td>
[ADD NEW CODE HERE]
<td class="tab_end~[if.~[gpv:repType]=system]_sel[/if]"><img src="/images/spacer.gif" width="4" height="15" /></td>
<td class="tab_td~[if.~[gpv:repType]=school]_sel[/if]">
<div class="tab_outter~[if.~[gpv:repType]=school]_sel[/if]">
<div class="tab_content~[if.~[gpv:repType]=school]_sel[/if]">
~[if.~[gpv:repType]=school]School[else]
<a href="/admin/reports/school.html">School</a>[/if]</div>
</div>
</td>
Coding for District Only
How do I code a report in the school.html to only show up at the district level?
Thanks
Sandy Ankenman
Letter Grades Report
I added this page to my Powerschool and then started to add the corresponding reports. I can't seem to locate the Letter Grades Report to pull D,F or I from the teachers gradebooks. Is it called something else. My teachers would think they have died and gone to heaven if they had this one. Thanks
New custom reports
When will you be releasing a new updated reporthome file to include the most recent custom pages?
re: New custom reports
I am working on getting the last of the reports (the grading section) updated to Oracle. Then I plan on doing some digging through some of the other reports other PDS contributors have posted and adding them in. Soon I hope.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
There it is. I got it. Custom Report Home V1.8zip
Jacqueline J. M. Brzezinski