Koha/circ
Colin Campbell 6fb8ef0d79 New Messaging System.
This system is indended to replace the old opacnotes
  and borrowernotes fields in the borrowers table.
  This system allows an unlimited number of Libraran and OPAC notes to be
  attached to a borrower. Each note has a message, a message type,
  the data it was created, and which library created it.
  Each message can only be deleted by the library that created it unless the syspref
  AllowAllMessageDeletion has been set.

  This system may be used simultaneously with the old notes system and does not affect it in any way.

  A new database table (messages) was added for this feature.

  The System also allows for pre-defined notes for Borrower records

  To use these, just create authorised values with the category BOR_NOTES
  where the Authorized Value is the short description shown in the pulldown,
  and the description is the text that should be in the note.

  Original Author: PTFS Contractor <dbavousett@ptfs.com>

  This work co-sponsered by Middletown Township Public Library, Middletown, NJ, USA
     and East Brunswick Public Library, East Brunswick, NJ, USA

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
2009-09-15 22:11:38 -04:00
..
add_message.pl New Messaging System. 2009-09-15 22:11:38 -04:00
billing.pl Cleanup circ/billing.pl 2009-05-22 07:24:43 -05:00
bookcount.pl Cleanup and enhance bookcount.pl and .tmpl 2009-05-21 08:18:01 -05:00
branchoverdues.pl Branchoverdues circ report reworking. 2009-03-06 15:01:41 -06:00
branchtransfers.pl minor fix - don't declare variables in a conditional 2009-05-27 06:53:55 -05:00
circulation-home.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
circulation.pl New Messaging System. 2009-09-15 22:11:38 -04:00
del_message.pl New Messaging System. 2009-09-15 22:11:38 -04:00
hold-transfer-slip.pl bug 2874 [3/3] flagsrequired => { circulate => "circulate_remaining_permissions" } 2008-12-23 17:02:04 -06:00
overdue.pl bug 2866: Overdues Reports - Upgrading to filter by patron extended attributes 2009-05-28 19:20:36 -05:00
pendingreserves.pl Bug # 2368 Change holds to pull default date range 2009-06-24 08:55:11 -05:00
reserveratios.pl Bug 2505: Enables warnings in reserveratios.pl 2009-08-20 21:01:08 -04:00
returns.pl cosmetic fix - use $itemnumber as argument to GetItems when available 2009-08-23 13:07:32 -04:00
selectbranchprinter.pl followup: remove unconditional warn 2009-06-05 17:39:13 -05:00
stats.pl Cleanup circ/stats.pl 2009-05-22 06:50:25 -05:00
transferstoreceive.pl Cleanup transferstoreceive.pl and .tmpl 2009-05-27 06:43:17 -05:00
view_holdsqueue.pl Cleanup view_holdsqueue.pl and .tmpl (minor) 2009-05-27 06:55:49 -05:00
waitingreserves.pl Cleanup waitingreserves.pl and .tmpl 2009-05-27 07:25:14 -05:00
ypattrodue-attr-search-authvalue.pl bug 2866: Overdues Reports - Upgrading to filter by patron extended attributes 2009-05-28 19:20:36 -05:00
ysearch.pl bug 3464: Takes columns country and B_country of table borrowers into account in related operations. 2009-08-23 18:19:20 -04:00