bediniupi / Alma-print-slip

Alma-Print Slip browser extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New version as bookmarklet is available

check at 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".

About

Alma-Print Slip browser extensions

License:MIT License


Languages

Language:JavaScript 79.7%Language:HTML 20.3%