Poll
What feature would your school need the most if Parking Management system was added to PowerSchool?
The basics only. Track parking stickers and vehicle information for students and staff.
63%
Assign and track allowable parking locations for each sticker.
18%
Historical tracking of parking stickers.
5%
Ability to record and track parking violations.
10%
Other.(Please comment)
3%
Total votes: 60
- Login or register to post comments
- Older polls
Popular content
Recent comments
- It sounds like the problem
19 hours 28 min ago - re: Student Selection/More2 page overlap
19 hours 42 min ago - Re: Demographic Information
1 day 15 hours ago - Student Selection/More2 page overlap
1 day 17 hours ago - Demographic Information
2 days 9 hours ago - re: Custom Fields in Reports
2 days 12 hours ago - Yes I did mean section, sorry
2 days 13 hours ago - re: Custom Date
2 days 13 hours ago - Hurrah!
2 days 13 hours ago - re: Custom Fields in Reports
2 days 13 hours ago
Recent Customizations
-
07/31/2010 - 12:51pm
-
07/26/2010 - 11:31am
-
07/20/2010 - 5:40pm
-
07/19/2010 - 10:19am
-
07/14/2010 - 11:13am
-
07/14/2010 - 10:59am
-
07/08/2010 - 9:38am
-
06/25/2010 - 11:11am
-
06/15/2010 - 1:05pm
-
05/28/2010 - 11:55am
This page displays all comments that were made on any customization. Forum items are not included here.
Are you using sharepoints for your customization or are you trying to copy the same customization onto each server separately? Sharepoints make it a bit easier as you only do the customization 1x for all servers, but if that server loses track of the sharepoint for some reason your customizations may look messed up as it reverts to the custom/web_root on that box.
Jason
You can do this by changing the fields names on the parent side to the real PS fields. That said we are strongly against this. With the approval process the office can validate the validity of the data being submitted. By allowing parents to directly modify your day to day parents could quickly decide to delete all the info you allow them to enter. You would no longer be able to get to the data without doing a restore, and who know just how long that it will take before you even notice. This could also quickly become a liability if your unable to get a hold of a parent in a emergency because the parents chose to delete their info because you gave them a way too. In the end it's a very bad idea to not use a approval process.
I'm having a problem with page overlap. When I select a student from the student selection page the start page overlaps with the more2.html page. We have "4" PS servers. This is only happening on "1" server. When you select a student while logged into one of the other servers the overlap does not happen. The page opens fine. I did add a few links to the more2 page but that's all. I replaced the more2 page with the original PS page that has no customization and still got the overlap. Now if I disable Customization on this one server I don't get the overlap when I select a student. The page opens fine.
I'm puzzled as to why it's happening on just one server and not all servers. Any assistance would be greatly appreciated.
How would you disable the approval process for demographic change? I have added other fields to the page which update automatically but the fields on the original demographic change page need to go through the approval process. How do you turn this off as well?
thanks
gail
My registrars, again, think I'm great because of your work! Thanks so much!
Kathy
I'd love to see what this looks like. I'm trying to figure out if this will work for our Athletics department. I am considering using the Special Programs area to track participation in athletics, with the ability to track participation over time. Would this report be able to report on awards given over time or just for the current year?
Dave
I was just going to respond, but yup that's it exactly. Nicely done, I'm not sure you need the where because the f.array builds the pivot and will never ask for P1->P4 grades.
Figured this out myself:
1) Added conditional statements to the f.table_info:
condfield3=storecode;condfieldtype3=TEXT;comparator3=.ne.;condval3=P1;
condfield4=storecode;condfieldtype4=TEXT;comparator4=.ne.;condval4=P2;
condfield5=storecode;condfieldtype5=TEXT;comparator5=.ne.;condval5=P3;
condfield6=storecode;condfieldtype6=TEXT;comparator6=.ne.;condval6=P4;]
2) Added to WHERE statement in the tlist_sql:
AND storedgrades.storecode NOT IN ('P1', 'P2', 'P3', 'P4')
We modified termgrades.html to include comments, and it works great.
Going forward we're going to start storing progress report comments using stored codes P1, P2, P3, P4, but we don't want this to clutter up our custom termgrades.html page.
I see that termgrades.html uses f.variable and f.array functions and lots of dynamic variable (v.colgroup, v.header, vheader2)
Any insight on which lines of code need to be tweaked to filter out P1, P2, P3, P4 would be much appreciated.
Thank you so much. I shall wait until school starts to see how this is.
Bridget Sharp