[Koha-bugs] [Bug 14224] patron notes about item shown at check in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 20 03:05:42 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14224

Aleisha Amohia <aleishaamohia at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41921|0                           |1
        is obsolete|                            |

--- Comment #7 from Aleisha Amohia <aleishaamohia at hotmail.com> ---
Created attachment 56682
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56682&action=edit
Bug 14224: Allow patron notes about item shown at check in

This patch adds a "Note" input field to checked out items in the "your summery"
section. The field allows patrons to write notes about the item checked out,
such as "this DVD is scratched", "the binding was torn", etc. The note will be
emailed to the library and displayed on item check in.

Patch adds two fields to the "issues" table - "note" and "notedate".
Patch adds syspref "AllowIssueNotes" - default off.

Test Plan:
1) Apply this patch
2) Run updatedatabase
3) Make sure the branch has an email address specified
4) Check out an item to a patron
5) Log in with the patron you checked out the item for
6) In "your summery", write a message in the new "Note" field for the item
   checked out. Hit ENTER to save/send.
7) Success message should be seen and an email sent to the email address
   specified for the branch which the item was checked out from.
8) Log in with staff account and check in the item
9) The note should be shown

The note can be changed by the patron at any time while the item is checked
out.
Each change will send a new email to the branch. Only the latest note version
will be shown on check in.

===============================================================================

NOTE:

- This patch is not yet ready for testing. This patch fixes merge
conflicts and fixes the atomic update so this the database updates
correctly.
- Still to do:
  - GetIssue/GetIssues
  - subroutine for ajax code
  - moving ajax part to svc/

Sponsored-by: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list