[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › [% branchname %] Calendar [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

[% branchname %] Calendar

Edit this holiday

  1. Library:
  2. Date: , [% IF ( dateformat_us ) %]//[% ELSIF ( dateformat_metric ) %]//[% ELSE %]//[% END %]
  3. [?]
    You can make an exception for this holiday rule. This means that you will be able to say that for a repeatable holiday there is one day which is going to be an exception.
  4. [?]
    This will delete this holiday rule. If it is a repeatable holiday, this option checks for posible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.
  5. [?]
    This will save changes to the holiday's title and description. If the information for a repeatable holiday is modified, it affects all of the dates on which the holiday is repeated.
Cancel

Add new holiday

  1. Library:
  2. From Date: , [% IF ( dateformat_us ) %]//[% ELSIF ( dateformat_metric ) %]//[% ELSE %]//[% END %]
  3. To Date : Show Calendar
  4. . [?]
    Make a single holiday. For example, selecting August 1st, 2012 will make it a holiday, but will not affect August 1st in other years.
  5. . [?]
    Make this weekday a holiday, every week. For example, if your library is closed on Saturdays, use this option to make every Saturday a holiday.
  6. . [?]
    This will take this day and month as a reference to make it a holiday. Through this option, you can repeat this rule for every year. For example, selecting August 1st will make August 1st a holiday every year.
  7. . [?]
    Make a single holiday on a range. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, but will not affect August 1st-10st in other years.
  8. . [?]
    Make a single holiday on a range repeated yearly. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, and will affect August 1st-10st in other years.
  9. . [?]
    If checked, this holiday will be copied to all libraries. If the holiday already exists for a library, no change is made.
Cancel

Calendar information

Hints

  • Search in the calendar the day you want to set as holiday.
  • Click the date to add or edit a holiday.
  • Enter a title and description for the holdiay.
  • Specify how the holiday should repeat.
  • Click Save to finish.

Key

Working day Unique holiday Holiday repeating weekly Holiday repeating yearly Holiday exception

[% IF ( EXCEPTION_HOLIDAYS_LOOP ) %]

Exceptions

[% FOREACH EXCEPTION_HOLIDAYS_LOO IN EXCEPTION_HOLIDAYS_LOOP %] [% END %]
Date Title Description
[% EXCEPTION_HOLIDAYS_LOO.DATE %] [% EXCEPTION_HOLIDAYS_LOO.TITLE %] [% EXCEPTION_HOLIDAYS_LOO.DESCRIPTION %]
[% END %] [% IF ( WEEK_DAYS_LOOP ) %]

Weekly - Repeatable Holidays

[% FOREACH WEEK_DAYS_LOO IN WEEK_DAYS_LOOP %] [% END %]
Day of Week Title Description
[% WEEK_DAYS_LOO.TITLE %] [% WEEK_DAYS_LOO.DESCRIPTION %]
[% END %] [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %]

Yearly - Repeatable Holidays

[% IF ( dateformat_metric ) %] [% ELSE %] [% END %] [% FOREACH DAY_MONTH_HOLIDAYS_LOO IN DAY_MONTH_HOLIDAYS_LOOP %] [% END %]
Day/MonthMonth/DayTitle Description
[% DAY_MONTH_HOLIDAYS_LOO.DATE %] [% DAY_MONTH_HOLIDAYS_LOO.TITLE %] [% DAY_MONTH_HOLIDAYS_LOO.DESCRIPTION %]
[% END %] [% IF ( HOLIDAYS_LOOP ) %]

Unique Holidays

[% FOREACH HOLIDAYS_LOO IN HOLIDAYS_LOOP %] [% END %]
Date Title Description
[% HOLIDAYS_LOO.DATE %] [% HOLIDAYS_LOO.TITLE %] [% HOLIDAYS_LOO.DESCRIPTION %]
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]