[Bug 13819] New: Add biblioitems to available tables in ISSUESLIP and ISSUEQSLIP
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Bug ID: 13819 Summary: Add biblioitems to available tables in ISSUESLIP and ISSUEQSLIP 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: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Patron has requested publisher date and location information on call slips; these are only available in biblioitems, which is not currently in the tables available . -- 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=13819 --- Comment #1 from Barton Chittenden <barton@bywatersolutions.com> --- Created attachment 36824 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36824&action=edit Add biblioitems to ISSUESLIP and ISSUEQSLIP in C4::Members::IssueSlip() Document all expansions within C4::Members::IssueSlip() -- 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=13819 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |barton@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=13819 Barton Chittenden <barton@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=13819 --- Comment #2 from Barton Chittenden <barton@bywatersolutions.com> --- Created attachment 36927 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36927&action=edit marc record containing test data. Attached bib (Programming Perl, 4th edition) has an ISBN of 9780596004927 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 --- Comment #3 from Barton Chittenden <barton@bywatersolutions.com> --- Test procedure: [Setup] 1. Import the attached MARC file, and create an item. Make note of the barcode. 2. Set up ISSUESLIP [ .../cgi-bin/koha/tools/letter.pl?op=add_form&module=circulation&code=ISSUESLIP ] using the following parameters: module: circulation code: ISSUESLIP branchcode: name: Issue Slip is_html: 1 title: Issue Slip content: <h3><<branches.branchname>></h3> Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> (<<borrowers.cardnumber>>) <br /> <<today>><br /> <h4>Checked Out</h4> <checkedout> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </checkedout> <h4>Overdues</h4> <overdue> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </overdue> <hr> <h4 style="text-align: center; font-style:italic;">News</h4> <news> <div class="newsitem"> <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> <hr /> </div> </news> message_transport_type: email [Test] 1. Check out the item to a test patron. 2. On the circulation check-out screen, choose print->print slip -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 --- Comment #4 from Barton Chittenden <barton@bywatersolutions.com> --- Test procedure {submitted the previous message accidentally -- this is the full procedure}. [Setup] 1. Import the attached MARC file, and create an item. Make note of the barcode. 2. Set up ISSUESLIP [ .../cgi-bin/koha/tools/letter. pl?op=add_form&module=circulation&code=ISSUESLIP ] using the following parameters: module: circulation code: ISSUESLIP branchcode: name: Issue Slip is_html: 1 title: Issue Slip content: <h3><<branches.branchname>></h3> Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> (<<borrowers.cardnumber>>) <br /> <<today>><br /> <h4>Checked Out</h4> <checkedout> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </checkedout> <h4>Overdues</h4> <overdue> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </overdue> <hr> <h4 style="text-align: center; font-style:italic;">News</h4> <news> <div class="newsitem"> <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> <hr /> </div> </news> message_transport_type: email Set up ISSUEQSLIP the same way -- Quick slips only have a <checkedout> section, so <overdue> and <news> can be omitted. [Test] 1. Check out the item to a test patron. 2. On the circulation check-out screen, choose print->print slip 3. The resulting print slip should contain the line ISBN: 9780596004927 In the 'Checkout' section. 4. On the circulation check-out screen, choose print->print quick slip. The ISBN should print here as well. 5. Check the item back in. Check it out, but change the due date to yesterday's date. 6. Print the 'print slip' again. Now the line ISBN: 9780596004927 Will show in the 'Overdues' section. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36824|0 |1 is obsolete| | --- Comment #5 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 37677 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37677&action=edit Add biblioitems to ISSUESLIP and ISSUEQSLIP in C4::Members::IssueSlip() Document all expansions within C4::Members::IssueSlip() http://bugs.koha-community.org/show_bug.cgi?id=13819 Signed-off-by: Frederic Demians <f.demians@tamil.fr> - Works as described. ISBN appears on ISSUESLIP & ISSUEQSLIP. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37677|0 |1 is obsolete| | --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 38035 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38035&action=edit [PASSED QA] Add biblioitems to ISSUESLIP and ISSUEQSLIP in C4::Members::IssueSlip() Document all expansions within C4::Members::IssueSlip() http://bugs.koha-community.org/show_bug.cgi?id=13819 Signed-off-by: Frederic Demians <f.demians@tamil.fr> - Works as described. ISBN appears on ISSUESLIP & ISSUEQSLIP. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> - Not all fields for biblioitems are available, but neither are they all available for other tables. Noted in POD. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 --- Comment #7 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 38036 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38036&action=edit Bug 13819 [QA Followup] -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com Status|Passed QA |Pushed to Master --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patches pushed to master. Thanks Barton! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14515 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org