https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #146750|0                           |1
        is obsolete|                            |

--- Comment #3 from Nick Clemens <[email protected]> ---
Created attachment 148267
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148267&action=edit
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 - Confirm you can print slip, summary, quickslip, and checkin slip
  when viewing a patron's account
3 - Enable  DisplayClearScreenButton syspref, and test that it works
  with both values
4 - Go to Tools->Notices and slips
5 - Define a new notice in the 'Patron toolbar (slip)' module
6 - 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 %]
7 - Go to patron scree
8 - Note new option under 'Print'
9 - Print the new slip and confirm it works (try with and without
  placing holds for patron

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to