[% USE raw %] [% USE KohaSpan %] [% USE Koha %] [% USE Asset %] [% SET footerjs = 1 %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] Curbside pickup › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cities-admin-search.inc' %] [% USE format_minutes = format('%02d') %] [% MACRO minutes_format BLOCK %][% IF m != "" %][% format_minutes(m) | html %][% END %][% END %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE %] [% m.code | html %] [% END %]
[% END %] [% IF op == 'list' %]

Curbside pickup configuration

[% UNLESS Koha.Preference('CurbsidePickup') %] [% SET pref_CurbsidePickup_link = 'CurbsidePickup' %]
The [% pref_CurbsidePickup_link | $raw | $KohaSpan %] preference is not enabled, do not forget to enable it to turn the feature on.
[% END %]
[% FOREACH l IN libraries %] [% SET branchcode = l.branchcode %] [% IF loop.first %]
[% ELSE %]
[% END %]
  1. [% IF policies.$branchcode.enabled %] [% ELSE %] [% END %] Enable curbside pickup.
  2. Number of minutes each curbside pickup interaction will take.
  3. Maximum number of simultaneus pickups per interval.
  4. [% IF policies.$branchcode.patron_scheduled_pickup %] [% ELSE %] [% END %] Enable patrons to schedule their own curbside pickups.
  5. [% IF policies.$branchcode.enable_waiting_holds_only %] [% ELSE %] [% END %] Enable only if the patron has waiting holds.
Curbside pickup hours Times should be in 24-hour format (00:00 to 23:59).
    1. [% days = { "0" = t("Sunday"), "1" = t("Monday"), "2" = t("Tuesday"), "3" = t("Wednesday"), "4" = t("Thursday"), "5" = t("Friday"), "6" = t("Saturday") } %] [% SET CalendarFirstDayOfWeek = Koha.Preference("CalendarFirstDayOfWeek") %]
      From to
    [% END %]
    [% END %]
    [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]