FILTER BY:
Bookmarklet generator to print Alma loans receipts
Create and customize a bookmarklet (bookmark with JavaScript code) to drag and drop in browser bookmarks toolbar: click on it when the user loans in the Alma fulfillment Patron services page are displayed to view and print the loan receipt immediately.See this blog post for details.
Print Alma loans receipts
This extension for Alma adds a "Print Slip" button in the fulfillment Patron services Alma page when loans are made and/or displayed. Compatible with both the Firefox and Chrome browsers. The extensions source code is available on GitHub. For firefox is available a xpi file: drag and drop it on the browser window. For chrome…
Bulk loans transfer script
This script extension for Alma permits transferring loans among patrons, maintaining the same date and time of loans and due dates as much as possible. Using the script: python loantransfer.py user_from_id user_to_id Transfers loans from user_from_id to user_to_id python loantransfer.py user_id_from user_id_to -d 30 Transfers loans using 30 days prior to due date as return/reloan…
Alma set as for analysis script
This Python script retrieves all the data from an Alma set directly via API or reads it from a field of a CSV file (which could be obtained from an exported set or even from another source) and then constructs the filter with the data and insert it into an analysis. See this blog post…