Skip to content

A web app to create ILL lending slips for users of Alma ULMS.

License

Notifications You must be signed in to change notification settings

MrJeremyHobbs/CleanSlips-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published