Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Nick Clemens c3b40a5499
Bug 32986: Add patron_slip module to letters and allow printing on members account
This patch adds a new module to letters 'patron_slip' / Patrons toolbar
(slip)

This also combines some of the slip printing JS to make things more
direct

To test:
1 - Apply patch
2 - restart_all
3 - yarn build
4 - Confirm you can print slip, summary, quickslip, and checkin slip
  when viewing a patron's account
5 - Enable  DisplayClearScreenButton syspref, and test that it works
  with both values
6 - Go to Tools->Notices and slips
7 - Define a new notice in the 'Patron toolbar (slip)' module
8 - Enter content like below in the 'Print' transport:
Patron has [% borrower.holds.count %] holds

List of holds:
[% FOREACH hold IN borrower.holds %]
===============================
    Reserve id: [% hold.reserve_id %]
    Title [% hold.biblio.title %]
[% END %]
9 - Go to patron scree
10 - Note new option under 'Print'
11 - Print the new slip and confirm it works (try with and without
  placing holds for patron

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-11-08 17:59:33 -03:00
..
acqui Bug 35254: Add import_record_id to order inputs 2023-11-08 17:52:45 -03:00
admin Bug 35206: Adjust style of add button on curbside pickups administration 2023-11-08 17:52:44 -03:00
authorities Bug 35245: Set default width for select2 in authorities 2023-11-06 08:42:51 -03:00
basket Bug 34873: Fix inconsistencies between "Sending your cart/list" headings 2023-10-09 11:41:23 -03:00
batch Bug 33927: Improve translation of title tags: Tools 2023-09-22 10:52:49 -03:00
bookings Bug 29002: Tidy 2023-11-03 12:04:30 -03:00
catalogue Bug 26468: Add damaged as a searchable status in item search 2023-11-08 17:52:46 -03:00
cataloguing Bug 34275: Add toggle switch for basic/advanced cataloging editors 2023-11-06 14:57:20 -03:00
circ Bug 32986: Add patron_slip module to letters and allow printing on members account 2023-11-08 17:59:33 -03:00
clubs Bug 33919: Improve translation of title tags: Patron clubs 2023-09-22 10:52:49 -03:00
course_reserves Bug 34038: Fix incorrect use of __() in .tt and .inc files 2023-09-08 11:54:49 -03:00
erm Bug 34587: Usage statistics table column data 2023-10-31 16:45:55 -03:00
errors Bug 33928: Improve translation of title tags: Various 2023-11-06 08:42:46 -03:00
ill Bug 35096: Fix batch accessor in ILL request page 2023-10-19 16:00:49 -03:00
installer Bug 33915: Improve translation of title tags: Installer and onboarding 2023-09-01 11:23:30 -03:00
labels Bug 10762: Change the size of barcodes in label creator 2023-10-25 10:35:29 -03:00
mana
members Bug 34519: Add a template plugin for fetch searchable patron attributes 2023-11-08 17:52:37 -03:00
offline_circ Bug 34529: (QA follow-up) Update column heading to "Card number or username" 2023-11-06 11:34:45 -03:00
onboarding Bug 33915: Improve translation of title tags: Installer and onboarding 2023-09-01 11:23:30 -03:00
patron_lists Bug 34977: The "Patron Lists" only allows deleting one list at a time 2023-11-08 11:41:32 -03:00
patroncards Bug 33918: Improve translation of title tags: Patron card creator 2023-09-22 10:52:48 -03:00
plugins Bug 25672: Restore redirect on restricted upload 2023-10-31 11:02:44 -03:00
pos Bug 31041: (follow-up) Clean up and generalise 2023-11-08 09:59:00 -03:00
preservation Bug 33547: Add print slip 2023-10-23 11:33:51 -03:00
recalls Bug 34794: Fix typo in recalls_to_pull.tt 2023-09-15 15:50:44 -03:00
reports Bug 34136: Add ability to render a report using a notice template 2023-10-27 16:46:22 -03:00
reserve Bug 34519: Add a template plugin for fetch searchable patron attributes 2023-11-08 17:52:37 -03:00
reviews Bug 34802: Improve translation of title tags: Tags and comments 2023-11-03 12:04:39 -03:00
rotating_collections Bug 33924: Improve translation of title tags: Rotating collections 2023-09-18 15:31:52 -03:00
serials Bug 31846: Add syspref for serials search results limit 2023-10-25 10:35:27 -03:00
services
suggestion Bug 33426: Add DataTables saveState to suggestion.tt 2023-10-10 10:53:55 -03:00
tags Bug 34802: Improve translation of title tags: Tags and comments 2023-11-03 12:04:39 -03:00
test
tools Bug 32986: Add patron_slip module to letters and allow printing on members account 2023-11-08 17:59:33 -03:00
virtualshelves Bug 6419: Add StaffListsHome block to additional contents 2023-10-18 15:41:30 -03:00
about.tt Bug 33928: Improve translation of title tags: Various 2023-11-06 08:42:46 -03:00
auth.tt Bug 34188: (QA follow-up) Add standard validation to login form 2023-11-08 17:41:41 -03:00
intranet-main.tt Bug 33928: Improve translation of title tags: Various 2023-11-06 08:42:46 -03:00