/
Bursar Integration Maintenance

Bursar Integration Maintenance

The Bursar’s office will submit a request like this:

“The term defaults for Summer 23 Semester ( 5236 ) is from 05/09/2023 to 08/22/2023.

Please update this on Monday May 8, 2023 so it will be in effect on May 9, 2023.”

The script to update for this is on turing /alma/bin/build_bursar_list.py.

Go to the block of code that contains dates and term codes and add the conditional needed.

For example add this at the end of the code block:

elif my_date >= 20230509 and my_date <= 20230822:
return "5236"

Since this is a conditional statement it can be added as soon as dates and term code are submitted.