Koha/C4
plg 68924c5e6b New feature from SAN Ouest Provence: ability to reserve a specific item in
the intranet. The development was made on branch 2.2 by Arnaud Laurin from
Ouest Provence and integrated on HEAD by Pierrick Le Gall from INEO media
system.

New page reserve/request.pl taking a biblionumber as entry point.

New functions:

- C4::Biblio::get_iteminfos_of retrieves item informations for a list of
  itemnumbers

- C4::Biblio::get_biblioiteminfos_of retrieves biblioitem informations for a
  list of biblioitemnumbers

- C4::Biblio::get_itemnumbers_of retrieve the list of itemnumbers related to
  each biblionumber given in argument.

- C4::Circulation::Circ2::get_return_date_of retrieves return date for a
  list of itemnumbers.

- C4::Koha::get_itemtypeinfos_of retrieves the informations related to a
  list of itemtypes.

- C4::Koha::get_branchinfos_of retrieves the informations related to a list
  of branchcodes.

- C4::Koha::get_notforloan_label_of retrives the list of status/label for
  the authorised_values related to notforloan.

- C4::Koha::get_infos_of is the generic function used by all get_*infos_of.

- C4::Reserves2::GetNumberReservesFromBorrower

- C4::Reserves2::GetFirstReserveDateFromItem

Modified functions:

- C4::Reserves2::FindReserves was simplified to be more readable.

The reservation page is reserve/request.pl and is linked from nowhere as
long as zebra is not stable yet on HEAD.
2006-05-17 16:06:23 +00:00
..
Barcodes adding barcode generator to Koha 2004-09-20 15:03:27 +00:00
Circulation New feature from SAN Ouest Provence: ability to reserve a specific item in 2006-05-17 16:06:23 +00:00
Interface/CGI bug fixed: utf-8 data where not displayed correctly in screens. Supposing 2006-03-15 11:21:56 +00:00
Accounts2.pm removing useless sub 2006-01-17 16:06:43 +00:00
Acquisition.pm synch'ing head and rel_2_2 (from 2.2.5, including npl templates) 2006-01-06 16:39:37 +00:00
Amazon.pm big commit, still breaking things... 2005-10-26 09:11:02 +00:00
Auth.pm adding the branchname and the librarian name in every page : 2006-05-09 13:28:08 +00:00
Auth_with_ldap.pm synch'ing head and rel_2_2 (from 2.2.5, including npl templates) 2006-01-06 16:39:37 +00:00
AuthoritiesMarc.pm Hmm there seem to be quite a few subroutines twice in this module.... 2006-02-09 01:56:20 +00:00
Biblio.pm New feature from SAN Ouest Provence: ability to reserve a specific item in 2006-05-17 16:06:23 +00:00
BookShelves.pm adding bookshelf features : 2004-12-16 11:30:57 +00:00
Boolean.pm Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
Breeding.pm Previously there was no check to make sure that an issn number 2005-09-30 18:58:25 +00:00
Bull.pm synch'ing head and rel_2_2 (from 2.2.5, including npl templates) 2006-01-06 16:39:37 +00:00
Calendar.pm commit for holidays and news management. 2006-03-06 12:43:36 +00:00
Context.pm Adding support for getting details of different zebra servers 2006-05-14 00:22:31 +00:00
Database.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Date.pm improvements from SAN Ouest Provence : 2006-04-14 09:31:24 +00:00
Format.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Input.pm synch'ing 2.2 and head 2005-08-04 13:27:37 +00:00
Koha.pm New feature from SAN Ouest Provence: ability to reserve a specific item in 2006-05-17 16:06:23 +00:00
Letters.pm adding some fields available for Letters 2005-08-05 15:50:46 +00:00
Log.pm defaulting usernumber to '' (root login) 2006-04-14 09:33:56 +00:00
Maintainance.pm Adding Log Facility. 2005-07-15 16:10:31 +00:00
Members.pm improvements from SAN Ouest Provence : 2006-04-14 09:31:24 +00:00
NewsChannels.pm commit for holidays and news management. 2006-03-06 12:43:36 +00:00
Output.pm new: authorities in prog/en template, only partial import from default/en 2006-04-04 10:05:48 +00:00
Print.pm Fix for bug 865 2004-11-28 08:32:36 +00:00
Reserves2.pm New feature from SAN Ouest Provence: ability to reserve a specific item in 2006-05-17 16:06:23 +00:00
Review.pm A work in progress still. 2005-09-03 00:05:40 +00:00
Search.pm Delete working now 2006-03-28 23:05:08 +00:00
SearchBiblio.pm two new files 2005-06-03 17:01:53 +00:00
SearchMarc.pm All searches being ranked by relevance by default 2006-03-28 21:29:56 +00:00
Shelf.pm DBI call fix for bug 662 2003-12-15 13:41:43 +00:00
Stats.pm fixing unfilledreserves 2005-08-25 23:15:34 +00:00
Stock.pm DBI call fix for bug 662 2003-12-15 10:53:47 +00:00
Suggestions.pm Cleaning up some unessecary my statements 2006-02-09 01:52:14 +00:00
Z3950.pm fix fog bug #622 : processz3950queue fails 2003-10-01 15:08:14 +00:00