ksdtech/ps-forms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ps-on-rails project Add-ons to PowerSchool Before running rake tasks, export all students to data/students.txt, using the rails-export-students PowerSchool template; and all staff to data/staff.txt using the rails-export-staff template. Then: 1. To print the family school directory, use these rake tasks: rake import:all rake directory:text or rake directory:merge directory:text builds a tab-delimited text file for printing, directory:merge builds a specially-delimited text file for use with Microsoft Word's mail merge. 2. To generate ldif files for use with Schoolwires, use: rake import:all rake ldif:dump_all Then use the update_users_and_groups shell script to update the OpenLDAP server database. 3. To generate pdf registration and emergency contact forms, use: rake import:all rake pdf:emerg_bacich or rake pdf:emerg_kent