[Bug 15283] New: Switch default ISSUEQSLIP notice to Template Toolkit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Bug ID: 15283 Summary: Switch default ISSUEQSLIP notice to Template Toolkit Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |kyle@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45332 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45332&action=edit Bug 15283 - Switch default ISSUEQSLIP notice to Template Toolkit -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15282 Blocks| |15278 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15278 [Bug 15278] Port default slips and notices from bespoke syntax to Template Toolkit http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15282 [Bug 15282] Switch default CHECKIN notice to Template Toolkit -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45332|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45335 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45335&action=edit Bug 15283 - Switch default ISSUEQSLIP notice to Template Toolkit -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15284 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15284 [Bug 15284] Switch default ISSUESLIP notice to Template Toolkit -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45335|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 45336 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45336&action=edit Bug 15283 - Switch default ISSUEQSLIP notice to Template Toolkit Test Plan: 1) Apply this patch 2) Replace your ISSUESLIP with the following: [% USE KohaDates %] <h3>[% branch.branchname %]</h3> Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br /> ([% borrower.cardnumber %]) <br /> [% today | $KohaDates %]<br /> <h4>Checked Out Today</h4> [% FOREACH checkout IN borrower.checkouts %] [% IF checkout.is_from_today %] <p> [% checkout.item.biblio.title %] <br /> Barcode: [% checkout.item.barcode %]<br /> Date due: [% checkout.date_due | $KohaDates %]<br /> </p> [% END %] [% END %] 3) Print a quick slip for a patron, note the data is complete -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 45336 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45336 Bug 15283 - Switch default ISSUEQSLIP notice to Template Toolkit Review of attachment 45336: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15283&attachment=45336) ----------------------------------------------------------------- The sample_notices.sql files for non-English files could have been kept closer to the original in terms of language, rather than changing them to English. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- New files could have used the license text found on the wiki. http://wiki.koha-community.org/wiki/Coding_Guidelines#Licence -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 --- Comment #6 from M. Tompsett <mtompset@hotmail.com> --- You added a Koha level library without any test coverage. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org