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?
Created attachment 172160 [details] [review] 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
(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.
Created attachment 172241 [details] [review] 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>
Created attachment 176754 [details] [review] 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>