[Koha-bugs] [Bug 19454] Script borrowers-force-messaging-defaults.pl should be able to filter on patron category

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454

--- Comment #10 from Marcel de Rooy  ---
(In reply to Charles Farmer from comment #9)
> Signed-off-by: Charles Farmer 

Thx Charles

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19532] Recalls for Koha

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532

--- Comment #20 from Aleisha Amohia  ---
Created attachment 69223
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69223=edit
Bug 19532: UseRecalls syspref

This patch adds a syspref to control the usability of the recalls
feature

Test the following:

Staff side
/includes/circ-menu.inc
/includes/circ-nav.inc
/includes/members-menu.inc
/admin/preferences/circulation.pref
/circ/circulation-home.tt
/circ/circulation.tt
/circ/recalls_overdue.tt
/circ/recalls_queue.tt
/circ/recalls_waiting.tt
/members/moremember.tt
/members/recallshistory.tt

OPAC
/includes/usermenu.inc
/opac-recall.tt
/opac-recalls.tt
/opac-user.tt
/members/recallshistory.pl
/opac/opac-detail.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19532] Recalls for Koha

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532

--- Comment #19 from Aleisha Amohia  ---
Created attachment 69222
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69222=edit
Bug 19532: Only recall items checked out by other users

... shouldn't be able to recall items that are currently checked out by
yourself.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19544] Add manual contributors to the release notes

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19544

--- Comment #2 from Katrin Fischer  ---
Thx Jonathan!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19532] Recalls for Koha

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532

--- Comment #18 from Aleisha Amohia  ---
Created attachment 69221
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69221=edit
Bug 19532: Recalls awaiting pickup report

this patch adds reports for all recalls awaiting pickup, and recalls
that have been waiting more than X days. a syspref,
RecallsMaxPickUpDelay, is added to give a general max shelf time for
recalls

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317

Jonathan Druart  changed:

   What|Removed |Added

  Text to go in the||Adds the ability to place
  release notes||interlibrary loan requests
   ||in Koha.
   ||
   ||Interlibrary
   ||loan requests are common
   ||especially in academic or
   ||special libraries where the
   ||enduser or librarian may be
   ||entitled to request a book
   ||or article from an external
   ||library such as the British
   ||Library (BLDSS) using their
   ||interlibrary loan service.
   ||
   ||This patch set comes with
   ||3 configured backends -
   ||BLDSS, Freeform and a Dummy
   ||account which is the
   ||default for testing.  The
   ||BLDSS backend allows users
   ||to search stock held by the
   ||British Library using their
   ||api, and allows requests to
   ||be placed against it. The
   ||Freeform backend allows the
   ||creation of Interlibrary
   ||loan requests using a
   ||manual form.
   ||
   ||Interlibrary loan requests
   ||can be made from the OPAC
   ||or from the staff client.
   ||The enduser can query the
   ||backend database and place
   ||requests. Alternatively
   ||they can create requests
   ||using the manual form.
   ||From
   ||the OPAC interface endusers
   ||can view and comment on
   ||their requests if enabled.
   ||In the staff client
   ||librarians can manage
   ||requests placed on the
   ||OPAC, processing them
   ||against a backend (e.g.
   ||British Library).
   ||Alternatively the system
   ||allows requests to be
   ||placed with peer libraries.
   ||Peer libraries can be
   ||identified by an
   ||Organizational patron
   ||category type and requests
   ||can be sent to the peer
   ||library by email.
   ||Core
   ||request information such as
   ||links to borrowers, branch,
   ||request status, staff and
   ||customer notes, unique
   ||identifiers are stored in
   ||the database and can be
   ||displayed and reported on.
   Keywords|release-notes-needed|

-- 
You are 

[Koha-bugs] [Bug 19649] SPAM

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19649

Katrin Fischer  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19649] SPAM

2017-11-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19649

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
Summary|jaga|SPAM

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/