https://github.com/bediniupi/alma-print-slip
Alma-Print Slip browser extensions
https://github.com/bediniupi/alma-print-slip
alma chrome-extension library-automation mozilla-firefox-addon university-of-pisa
Last synced: 3 months ago
JSON representation
Alma-Print Slip browser extensions
- Host: GitHub
- URL: https://github.com/bediniupi/alma-print-slip
- Owner: bediniupi
- License: mit
- Created: 2019-03-08T12:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T08:21:14.000Z (over 5 years ago)
- Last Synced: 2025-04-08T04:35:01.560Z (about 1 year ago)
- Topics: alma, chrome-extension, library-automation, mozilla-firefox-addon, university-of-pisa
- Language: JavaScript
- Size: 150 KB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## New version as bookmarklet is available ##
check at [Alma-Print-slip-bookmarklet](https://github.com/bediniupi/Alma-Print-slip-bookmarklet)
(no more need to install extensions)
# Alma-print-slip
Alma-Print Slip browser extensions
The source code of this extension is available for Firefox and Chrome.
## What it does
Add a "Print Slip" button in the fulfillment Patron services Alma page when loans are made and/or displayed, when it pressed displays and print a loan slip/receipt immediately bypassing the Alma email based circulation desks printers.
## Installation
Firefox: go to about:addons and install the extension from the alma_print_slip-1.2-fx.xpi file.
Chrome: go to chrome://extensions, activate developer mode, and then load non packaged extension from the chrome Alma Print Slip extension directory saved locally.
## Configuration
Click on the Alma Print slip icon on the toolbar.
Here you can personalize the button and the slip appearance (css and text) and behaviour (display or display and print the receipt immediately).
## Tips and tricks
If you do not want to display some data (for example, the signature part) simply add a display:none; to the relative css textbox of the element to delete.
To reorder the elements swap the "order n" part of css.
Remember that the data displayed in loans table are the same and in the same order of the datas displayed in the table you visualize in the fulfillment Patron services Alma page: if you want to avoid displaying the author/s simply check "Only title" in configuration page.
If you use a receipt printer you can check "Two column table" to get a tighter table to print.
You can add a image adding its url: for example, you can add the Alma email logo from Configuration Branding management adding the url https://[...].alma.exlibrisgroup.com/infra/branding/logo/logo-email.png?[...].
If you use Alma in another languange than english please fill the "Sortable translation" field with the word translated in your language (for example, in italian is "ordinabile") to avoid printing it in the loan table; separate each term with pipe "|" (ex., "ordinabile|ordine ascendente").
In general use your css knowlewdge to personalize the aspect of the receipts: in case you messed it up, reset the values to the default values simply delete the content of the textbox.
## Troubleshooting
After installation you have to save the configuration even if you don't change it, or the button will be "undefined".