[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
Tue Aug 25 16:23:23 CEST 2015


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

Martin Stenberg <martin at bugs.koha-community.org.xinxidi.net> changed:

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

--- Comment #2 from Martin Stenberg <martin at bugs.koha-community.org.xinxidi.net> ---
Created attachment 41921
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41921&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.

Obsoletes: 41801 - Bug 14224: Allow patron notes about item shown at check in

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


More information about the Koha-bugs mailing list