[Bug 36112] New: Port default CHECKOUT_NOTE notice to Template Toolkit syntax
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Bug ID: 36112 Summary: Port default CHECKOUT_NOTE notice to Template Toolkit syntax Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: roadmap_24_05 Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: emily.lamancusa@montgomerycountymd.gov QA Contact: testopia@bugs.koha-community.org Blocks: 15278 While we're updating this one... The current notice prints the title, author, and biblionumber of the item. Wouldn't the item barcode be more useful? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15278 [Bug 15278] [Omnibus] Port default slips and notices from bespoke syntax to Template Toolkit -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 --- Comment #1 from Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 172160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172160&action=edit Bug 36112: Port default CHECKOUT_NOTE notice to TT Port the default notice text to Template Toolkit. Also, add access to item information in order to give more useful information about the checked-out item that the note refers to (in this case, the item barcode instead of the biblionumber) To test: 1. Apply patch and reset all 2. Enable the system preference AllowCheckoutNotes 3. Go to Administration > Libraries and edit the current logged-in library to ensure that there is a value in the Email field 4. Check out an item to a patron 5. Ensure the patron has values in the first name and surname fields 6. Log into the OPAC as that patron 7. Click to display the patron's current checkouts 8. Click the + button to the right of a checkout 9. Click the "Add Note" button beneath the table 10. Add some text and submit the note 11. Return to the staff interface and go to the Notices tab for the patron --> Confirm that there is a notice called "Checkout note" with all the correct information -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org Assignee|koha-bugs@lists.koha-commun |emily.lamancusa@montgomeryc |ity.org |ountymd.gov -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Keywords|roadmap_24_05 | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- (In reply to Emily Lamancusa from comment #0)
While we're updating this one... The current notice prints the title, author, and biblionumber of the item. Wouldn't the item barcode be more useful?
Yes, I think so. biblionumber probably doesn't mean anything to most users. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172160|0 |1 is obsolete| | --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 172241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172241&action=edit Bug 36112: Port default CHECKOUT_NOTE notice to TT Port the default notice text to Template Toolkit. Also, add access to item information in order to give more useful information about the checked-out item that the note refers to (in this case, the item barcode instead of the biblionumber) To test: 1. Apply patch and reset all 2. Enable the system preference AllowCheckoutNotes 3. Go to Administration > Libraries and edit the current logged-in library to ensure that there is a value in the Email field 4. Check out an item to a patron 5. Ensure the patron has values in the first name and surname fields 6. Log into the OPAC as that patron 7. Click to display the patron's current checkouts 8. Click the + button to the right of a checkout 9. Click the "Add Note" button beneath the table 10. Add some text and submit the note 11. Return to the staff interface and go to the Notices tab for the patron --> Confirm that there is a notice called "Checkout note" with all the correct information Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Kyle M Hall (khall) <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com QA Contact|testopia@bugs.koha-communit |kyle@bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Kyle M Hall (khall) <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Kyle M Hall (khall) <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172241|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 176754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176754&action=edit Bug 36112: Port default CHECKOUT_NOTE notice to TT Port the default notice text to Template Toolkit. Also, add access to item information in order to give more useful information about the checked-out item that the note refers to (in this case, the item barcode instead of the biblionumber) To test: 1. Apply patch and reset all 2. Enable the system preference AllowCheckoutNotes 3. Go to Administration > Libraries and edit the current logged-in library to ensure that there is a value in the Email field 4. Check out an item to a patron 5. Ensure the patron has values in the first name and surname fields 6. Log into the OPAC as that patron 7. Click to display the patron's current checkouts 8. Click the + button to the right of a checkout 9. Click the "Add Note" button beneath the table 10. Add some text and submit the note 11. Return to the staff interface and go to the Notices tab for the patron --> Confirm that there is a notice called "Checkout note" with all the correct information Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to main |Needs documenting --- Comment #6 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Keywords|Academy | CC| |caroline.cyr-la-rose@inlibr | |o.com Status|Needs documenting |RESOLVED --- Comment #7 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Default text of notices not in manual. Nothing to change here. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org