|
|
|
|
The following process will print high school schedules with course fees from the described
query. You must enter your course fees in the Fee1 field in the Course file. You would use this query instead of printing schedules from inside the mass
scheduling module. The following query will
print each student’s schedule for Semester 1 in a 4x4 block scheduling
environment, sorted alphabetically by grade level. The schedule will include the value placed in the FEE1 field on the
course screen in the Course file.
The query also totals the fees
and prints that total at the bottom of the Course Fee column. The query can be modified to print second
semester schedules, also. Although not
tested, it probably can be modified to print both semesters on one page,
although the total feature may have to be turned off. Column widths must be
adjusted to fit the page and the schedules must be printed in landscape mode.
Set your page layout in File/Page Setup. Please note the following about the query:
PRINT ASTU ASSS ASMS ACRS \\ PERMNUM LN FN
GRADE SECTIONID CRSTITLE TERMCODE BEGPERIOD ENDPERIOD CREDIT TCHNUM
TCHNAME $ FEE1 SORT GRADE LN FN PERMNUM TERMCODE BEGPERIOD IF 3,COURSE = 4,COURSE AND (TERMCODE="S1" OR TERMCODE=
“Q1” OR TERMCODE= “Q2”) IMPORTANT: After the four
files are listed in the columns in the Query table, you must drag the ClassLink
field from ASSS to top of the column for ASMS, replacing the field name
that is already there. The original query was
developed and shared by Russ Bowling of |
|
|
|
|