http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #5 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
