Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart d76dbace5e Bug 7291: Adds new field aqbooksellers.deliverytime
New field deliverytime in aqbooksellers table. It is an estimated
delivery time for orders (in days).
You can set this delay on the supplier modification page.
It is used in the late orders search.

The order estimated date is the aqbasket.closedate +
aqbooksellers.deliverytime

If you set a delay, the query check if closedate <= today - delay

If you set a "delivery time from" and a "delivery time to", the query check if
$delivery_time_from <= aqbooksellers.deliverytime is not NULL and if
closedate + deliverytime >= $delivery_time_to
if there is not a time_to then $delivery_time_to = the current date.
2012-04-03 18:19:46 +02:00
..
acqui Bug 7291: Adds new field aqbooksellers.deliverytime 2012-04-03 18:19:46 +02:00
admin Bug 1662: Is there a difference between Full and Simplified for Serials History 2012-04-03 18:07:07 +02:00
authorities Bug 7760: Add unique ids and a module class to all authorities pages 2012-03-22 18:12:17 +01:00
basket Bug 7760: Add ids and classes to every staff page to help with customizaton (cart) 2012-03-22 18:12:22 +01:00
batch Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error) 2012-03-22 18:12:24 +01:00
catalogue Bug 7868: cleans logs when doing a Search on the intranet 2012-04-03 18:09:44 +02:00
cataloguing Bug 6140 - Set a timeout to z3950 servers that could have network problems occasionally 2012-03-22 18:22:02 +01:00
circ Bug 7641: Suspend Reserves 2012-03-29 14:37:49 +02:00
errors Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error) 2012-03-22 18:12:24 +01:00
help Bug 7263 - Determine maximum length of some fields or subfields when cataloguing a biblio or an item. 2012-03-26 10:51:22 +02:00
installer Bug 7375 - Update minimum version of Perl to 5.10 2012-01-13 11:42:33 +01:00
labels Bug 7760 - Add ids and classes to every staff page to help with customization (patroncard, labels) 2012-03-22 18:12:33 +01:00
members Bug 7641: Suspend Reserves 2012-03-29 14:37:49 +02:00
offline_circ Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
patroncards Bug 7760 - Add ids and classes to every staff page to help with customization (patroncard, labels) 2012-03-22 18:12:33 +01:00
reports Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
reserve Bug 7641: Suspend Reserves 2012-03-29 14:37:49 +02:00
reviews Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
rotating_collections Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
serials Bug 5354: Partial duplication of a subscription 2012-03-28 15:51:23 +02:00
services Bug 7178: Acquisition item creation improvement 2012-03-26 11:07:23 +02:00
sms Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
suggestion Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50) 2012-03-22 18:12:29 +01:00
tags Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) 2012-03-22 18:12:35 +01:00
test
tools Bug 7835 - submit and cancel buttons on diff lines on notices 2012-03-29 15:19:24 +02:00
virtualshelves Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50) 2012-03-22 18:12:29 +01:00
z3950 Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50) 2012-03-22 18:12:29 +01:00
about.tt Bug 7760: More ids and classes for the staff interface 2012-03-26 16:21:06 +02:00
auth.tt Bug 7760: More ids and classes for the staff interface 2012-03-26 16:21:06 +02:00
intranet-main.tt Bug 7760: More ids and classes for the staff interface 2012-03-26 16:21:06 +02:00