[Koha-bugs] [Bug 12224] Allow easy printing of patron check-in slip

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 20 19:35:09 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I really like this new feature and it works pretty well already. I have some
small things for a follow-up:

1) Entry in the print pull down in circ
After checking with a native speaker (I didn't want to suggest something wrong)
I think "Print check-in slip" or "Print today's check-in slip" would be better
than "Print checked-in today -slip".

2) The new notice template formats the title information quite differently to
the "check-out" slip, here for comparison:

ISSUESLIP:
<checkedout>
<p>
<<biblio.title>> <br />
Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>

New CHECKINSLIP:

<checkedin>
<li><<biblio.author>>: <<biblio.title>><br>
Barcode: <<items.barcode>><br>
</checkedin>

Not going to argue about <p> vs. <li>, although I personally prefer the first,
but I think the <<biblio.author>>: is problematic. Lots of records don't have a
first author in 100 and then the printed information is a bit ugly. If you want
t include the author. Maybe just having the title and no : is a bit safer here.
But this is not a blocker, just noticing as my example record didn't have an
author.

3) Please include the new sample template in the installers for the other
languages. Without the template the print will fail and people won't know the
code to use for the new notice. Better to have an English template that can be
easily modified.

4) Misses unit tests for the new routines...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list