Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 981 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 981 Bytes

alt text

CleanSlips-Django

A web app for generating interlibrary loan slips in Alma for the CSU system.

Background

Each campus has individual templates, found in the cleanslips/static/slip_templates folder.

All business logic is in the views.py file located in the cleanslips folder.

The templates are created in Microsoft Word saved as docx files. They make use of document columns, instead of table columns.

The output will be in the OpenOffice docx format.

How Does it Work?

Slips are generated by performing a mailmerge against the LendingRequest.xls input file.

CleanSlips uses the MailMerge python module.

A good tutorial on this module can be found here.

Other Versions

A legacy desktop app is available here.