5b3ad4896e0f3b1df1552b7ab625d411bcc4901b
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / holidays.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Holidays calendar</h1>
4
5 <p>Libraries can define library closings and holidays to be used when calculating due dates. You can make use of the Calendar by turning on the proper system preferences:</p>
6
7 <ul>
8     <li><em>Get there: </em>More &gt; Administration &gt; Global System Preferences &gt; Circulation &gt; useDaysMode
9 <ul>
10         <li>Choose the method for calculating due date - either include days the library is closed in the calculation or don't include them.</li>
11 </ul>
12 </li>
13     <li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Circulation &gt; finescalendar
14 <ul>
15         <li>This will check the holiday calendar before charging fines</li>
16 </ul>
17 </li>
18 </ul>
19
20 <h3>Adding Events</h3>
21
22 <p>Before adding events, choose the library you would like to apply the closings to. When adding events you will be asked if you would like to apply the event to one library or all libraries. To add events, simply</p>
23
24 <ul>
25         <li>Click on the date on the calendar that you would like to apply the closing to</li>
26     <li>In the form that appears above the calendar, enter the closing information (for more info on each option click the question mark [?] to the right of the option)
27 <ul>
28         <li>Library will be filled in automatically based on the library you chose from the pull down at the top of the page</li>
29         <li>The day information will also be filled in automatically based on the date you clicked on the calendar</li>
30         <li>In the description enter the reason the library is closed</li>
31     <li>Next you can choose if this event is a one time event or if it is repeatable.
32 <ul>
33     <li>If this is a one day holiday choose 'Holiday only on this day'</li>
34     <li>If this is a weekly closing (like a weekend day) then you can choose 'Holiday repeated every same day of the week'</li>
35     <li>If this is an annual holiday closing choose 'Holiday repeated yearly on the same date'</li>
36     <li>If the library is going to be closed for the week or a range of time choose 'Holiday on a range' and enter a 'To Date' at the top</li>
37     <li>If the library is going to be closed for a range of time each year (such as summer holidays for schools) choose 'Holiday repeated yearly on a range' and enter a 'To Date' at the top</li>
38 </ul>
39 </li>
40     <li>Finally decide if this event should be applied to all libraries or just the one you have originally selected
41 <ul>
42     <li>If you'd rather enter all the holidays and then copy them all to another library all at once you can use the copy menu below the calendar</li>
43 </ul>
44 </li>
45 </ul>
46 </li>
47         <li>After saving you will see the event listed in the summary to the right the calendar</li>
48 </ul>
49
50 <h3>Editing Events</h3>
51
52 <p>To edit events</p>
53
54 <ul>
55         <li>Click on the event on the calendar that you want to change (do this by clicking on the date on the calendar, not the event listed in the summary)</li>
56         <li>From this form you can make edits to the holiday or delete the holiday completely. Both actions require that you click 'Save' before the change will be made.</li>
57         <li>Clicking on repeatable events will offer slightly different options
58 <ul>
59         <li>In the form above you will note that there is now an option to 'Generate an exception for this repeated holiday,' choosing this option will allow you to make it so that this date is not closed even though the library is usually closed on this date.</li>
60 </ul>
61 </li>
62 </ul>
63
64 <h3>Additional Help</h3>
65
66 <p>When adding or editing events you can get additional help by clicking on the question mark next to various different options on the form</p>
67
68 <p><strong>See the full documentation for the Calendar in the <a href="http://manual.koha-community.org/3.12/en/calholidays.html">manual</a> (online).</strong></p>
69
70 [% INCLUDE 'help-bottom.inc' %]
71