Merge branch 'Notices' into 'master'
[kohadocs.git] / source / tools.rst
1 .. include:: images.rst
2
3 Tools
4 =====
5
6 Tools in Koha all perform some sort of action. Often many of the items
7 listed under Tools in Koha are referred to as 'Reports' in other library
8 management systems.
9
10 -  *Get there:* More > Tools
11
12 .. _patrons-and-circulation-label:
13
14 Patrons and Circulation
15 ------------------------------------------
16
17 .. _patron-lists-label:
18
19 Patron lists
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
22 -  *Get there:* More > Tools > Patrons and Circulation > Patron lists
23
24 Patron lists are a way to store a group of patrons for easy modification
25 via the :ref:`batch patron modification tool <batch-patron-modification-label>` or
26 reporting.
27
28 |image245|
29
30 To create a new list of patrons click the 'New patron list' button
31
32 |image246|
33
34 Enter a list name and save the list.
35
36 |image247|
37
38 Each list has an 'Actions' menu with more list options.
39
40 |image1218|
41
42 To add patrons to the list click the 'Add patrons' link in the 'Actions'
43 menu.
44
45 |image248|
46
47 Enter the patron's name or cardnumber in the search box and click on the
48 right result to add the patron.
49
50 |image249|
51
52 Once you have all of the patrons you would like to add you can click the
53 'Add patrons' button to save them to the list.
54
55 |image250|
56
57 .. _Patron-clubs-label:
58
59 Patron clubs
60 ~~~~~~~~~~~~~~~~~~~~~~~~
61
62 -  *Get there:* More > Tools > Patrons and Circulation > Patron clubs
63
64 Patron clubs create clubs which patrons may be enrolled in. It is
65 useful for tracking summer reading programs, book clubs and other such clubs.
66
67     **Important**
68     Staff will need permission to edit clubs, templates and enroll patrons. Go
69     to your staff members account tab and click on the More drop down menu.
70     Select Set Permissions and make sure patron clubs have checkmarks next to
71     each of the functions you want your staff to have. Remember if your staff
72     is a superlibrarian, they will have the permission.
73
74 Creating a new club template
75 Here you can add fields that can be filled out at the time a new club is
76 created based on the template, or a new enrollment is created for a given club
77 based on the template. Click on the New Club template button
78
79 Name is required. This could be something like Adult Book Club, Children’s
80 Book Club or Summer Reading Program. Remember these templates will be starting
81 point for each club you create.
82
83 Description can be any additional information
84
85 Allow Public Enrollment: if this box is checked it will allow patrons to enroll
86 in a club based on this template from the OPAC
87
88 Require valid email address: if this box is checked only patrons with a patrons
89 with a valid email address can enroll. So they will need a email address
90 to enroll.
91
92 The library drop down gives you the flexibility to enroll patrons from specific
93 branches. If you let it set to blank, all branches will be able to enroll.
94
95 Club Fields: these fields will be used when creating a club based on this
96 template you can connect authorized values here
97 Enrollment Fields: you can add any additional fields you want to have filled
98 out by your patrons like you can connect authorized values here.
99
100 Creating a new club based on a template
101 Here you can add information about a new club using a template you created.
102 Click on the New Club dropdown menu and select the template you want to use.
103
104 Name is required, this will be the name of the specific club using the
105 template you created. For example, if I used my Kids Club template, I can
106 create Kids Club 2017
107
108 Description – any additional information
109
110 Start  and End date will depict when this club runs, the entire duration
111 of the club. Once the club expires, it will be removed from the OPAC for users
112 to enroll if that option is selected.
113
114 The library drop down gives you the flexibility to enroll patrons from specific
115 branches. If you let it set to blank, all branches will be able to enroll.
116
117 Enrolling a patron in a club
118     pull up a patron account
119     click on the checkout tab on the left hand side
120     click on the tab for club
121     add the patron to the selected club by selecting the enroll button
122     you can also cancel enrollment by clicking on the cancel enrollment
123
124 .. _comments-label:
125
126 Comments
127 ~~~~~~~~~~~~~~~~~~~~~~~~
128
129 -  *Get there:* More > Tools > Patrons and Circulation > Comments
130
131 All comments added by patrons via the OPAC to bibliographic records
132 require moderation by the librarians. If there are comments awaiting
133 moderation they will be listed on the main page of the staff client
134 below the module list:
135
136 |image251|
137
138 and next to the Comments tool on the Tools Module
139
140 |image1219|
141
142 To moderate comments click on the notification on the main dashboard or
143 go directly to the Comments Tool and click 'Approve' or 'Delete' to the
144 right of the comments awaiting moderation.
145
146 |image252|
147
148 If there are no comments to moderate you will see a message saying just
149 that
150
151 |image253|
152
153 You can also review and unapprove comments you have approved in the past
154 by choosing the 'Approved comments' tab
155
156 |image254|
157
158 .. _patron-import-label:
159
160 Patron Import
161 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162
163 -  *Get there:* More > Tools > Patrons and Circulation > Import Patrons
164
165 The patron import tool can be used at any time to add patrons in bulk.
166 It is commonly used in universities and schools when a new batch of
167 students registers.
168
169 .. _creating-patron-file-label:
170
171 Creating Patron File
172 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
173
174 Your Koha installation comes with a blank CSV file that you can use as a
175 template for your patron records. If you would like to create the file
176 yourself, make sure that your file has the following fields in this
177 order as the header row:
178
179 cardnumber, surname, firstname, title, othernames, initials,
180 streetnumber, streettype, address, address2, city, state, zipcode,
181 country, email, phone, mobile, fax, emailpro, phonepro, B\_streetnumber,
182 B\_streettype, B\_address, B\_address2, B\_city, B\_state, B\_zipcode,
183 B\_country, B\_email, B\_phone, dateofbirth, branchcode, categorycode,
184 dateenrolled, dateexpiry, gonenoaddress, lost, debarred,
185 debarredcomment, contactname, contactfirstname, contacttitle,
186 guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex,
187 password, flags, userid, opacnote, contactnote, sort1, sort2,
188 altcontactfirstname, altcontactsurname, altcontactaddress1,
189 altcontactaddress2, altcontactaddress3, altcontactstate,
190 altcontactzipcode, altcontactcountry, altcontactphone, smsalertnumber,
191 privacy, patron\_attributes
192
193     **Important**
194
195     The 'password' should be stored in plaintext, and will be converted
196     to a Bcrypt hash.
197
198     If your passwords are already encrypted, talk to your systems
199     administrator about options
200
201     **Important**
202
203     Date formats should match your :ref:`system preference <dateformat-label>`,
204     and must be zero-padded, e.g. '01/02/2008'.
205
206     **Important**
207
208     The fields 'branchcode', 'categorycode' and all fields you have
209     defined in the :ref:`BorrowerMandatoryField`
210     preference are required and must match valid entries in your
211     database.
212
213     **Note**
214
215     If loading :ref:`patron attributes <patron-attribute-types-label>`, the
216     'patron\_attributes' field should contain a comma-separated list of
217     attribute types and values.
218
219     -  The attribute type code and a colon should precede each value.
220
221        -  For example: "INSTID:12345,BASEBALL:Cubs"
222
223        -  This field must be wrapped in quotes if multiple values are
224           defined.
225
226        -  Since values can contain spaces, additional doubled-quotes may
227           be required:
228
229           -  "INSTID:12345,BASEBALL:Cubs,""BASEBALL:White Sox"""
230
231        -  When replacing a patron record, any attributes specified in
232           the input file replace all of the attribute values of any type
233           that were previously assigned to the patron record.
234
235 .. _importing-patrons-label:
236
237 Importing Patrons
238 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239
240 Once you have created your file, you can use the Patron Import Tool to
241 bring the data into Koha.
242
243 -  Choose your CSV file
244
245    |image255|
246
247 -  Choose to match on 'Cardnumber' or 'Username' to prevent adding of
248    duplicate card numbers to the system
249
250    |image256|
251
252 -  Next you can choose default values to apply to all patrons you are
253    importing
254
255    -  ex. If you're importing patrons specific to one branch you can use
256       the field on the Import form to apply the branch code to all those
257       you are importing.
258
259 -  Finally you need to decide on what data you want to replace if there
260    are duplicates.
261
262    |image257|
263
264    -  A matching record is found using the field you chose for matching
265       criteria to prevent duplication
266
267    -  If you included patron attributes in your file you can decide
268       whether to add your values to existing values or erase existing
269       values and enter only your new values.
270
271 .. _notices-&-slips-label:
272
273 Notices & Slips
274 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
275
276 -  *Get there:* More > Tools > Patrons and Circulation > Notices & Slips
277
278 All notices and circulation receipts (or slips) generated by Koha can be
279 customized using the Notices & Slips Tool. The system comes with several
280 predefined templates that will appear when you first visit this tool.
281
282 |image258|
283
284 Each notice can be edited, but only a few can be deleted, this is to
285 prevent system errors should a message try to send without a template.
286 Each notice and slip can be edited on a per library basis, by default
287 you will see the notices for all libraries.
288
289 If you have a style you'd like applied to all slips you can point the
290 :ref:`SlipCSS` preference to a stylesheet. The same is true for
291 notices, using the :ref:`NoticeCSS` preference to define a
292 stylesheet.
293
294 You will also want to review the `Customising Notices and Slips
295 <https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips>`_ 
296 wiki page for more information on formatting these notices.
297
298 .. _adding-notices-&-slips-label:
299
300 Adding Notices & Slips
301 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
302
303 To add a new notice or slip
304
305 -  Click 'New Notice'
306
307    |image259|
308
309 -  Choose which library this notice or slip is for
310
311    -  **Important**
312
313           Not all notices can be branch specific for more information
314           review the `Customising Notices and Slips <https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips>`_ 
315           wiki page.
316
317 -  Choose the module this notice is related to
318
319 -  The Code is limited to 20 characters
320
321    -  **Important**
322
323           When working with the overdue notices you want each notice at
324           each branch to have a unique code. Think about using the
325           branch code in front of the notice code for each branch.
326
327 -  Use the name field to expand on your Code
328
329    -  **Note**
330
331           With overdue notices, be sure to put your branch name in the
332           description as well so that it will be visible when setting up
333           your :ref:`triggers <overdue-notice/status-triggers-label>`.
334
335 -  Next you can customize the notice for every possible delivery method
336
337    -  Every notice should have an Email template set for it
338
339       |image1220|
340
341    -  If you're using the
342       :ref:`TalkingTechItivaPhoneNotification`
343       service you can set up a Phone notification
344
345       |image1221|
346
347    -  If you plan on printing this notice you can set the Print template
348       next
349
350       |image1222|
351
352    -  If you have enabled SMS notices with the
353       :ref:`SMSSendDriver <smssenddriver,-smssendusername,-and-smssendpassword-label>` preference you can set the text
354       for your SMS notices next
355
356       |image1223|
357
358 -  Each notice offers you the same options
359
360    -  If you plan on writing the notice or slip in HTML check the 'HTML
361       Message' box, otherwise the content will be generated as plain
362       text
363
364    -  Message Subject is what will appear in the subject line of the
365       email
366
367    -  In the message body feel free to type whatever message you feel is
368       best, use the fields on the left hand side to enter individualized
369       data from the from database.
370
371       -  **Note**
372
373              Review the `Customising Notices and Slips <https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips>`_ 
374              wiki page for more information.
375
376       -  **Important**
377
378              Overdue notices can use <<items.content>> tags by
379              themselves, or use <item></item> to span all of the tags.
380              Learn more about the :ref:`Overdue Notice
381              Markup <overdue-notice-markup-label>`
382
383              -  On overdue notices make sure to use <<items.content>>
384                 tags to print out the data related to all items that are
385                 overdue.
386
387              -  The other option, only for overdue notices, is to use
388                 the <item></item> tags to span the line so that it will
389                 print out multiple lines One example for the
390                 <item></item> tag option is:
391
392                 <item>"<<biblio.title>>" by <<biblio.author>>,
393                 <<items.itemcallnumber>>, Barcode: <<items.barcode>> ,
394                 Checkout date: <<issues.issuedate>>, Due date:
395                 <<issues.date\_due>> Fine: <<items.fine>> Due date:
396                 <<issues.date\_due>> </item>
397
398       -  **Important**
399
400              Only the overdue notices take advantage of the
401              <item></item> tags, all other notices referencing items
402              need to use <<items.content>>
403
404       -  **Note**
405
406              To add today's date you can use the <<today>> syntax
407
408       -  **Note**
409
410              If you don't want to print the patron's full name on your
411              slips or notice you can enter data in the Other name or
412              Initials field for each patron and use that value instead.
413
414 .. _overdue-notice-markup-label:
415
416 Overdue Notice Markup
417 '''''''''''''''''''''''''''''''''''''''''
418
419 When creating your overdue notices there are two tags in addition to the
420 various database fields that you can use in your notices. You will also
421 want to review the `Customising Notices and Slips
422 <https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips>`_ 
423 wiki page for information on formatting item information in these notices.
424
425     **Important**
426
427     These new tags only work on the overdue notices, not other
428     circulation related notices at this time.
429
430 These tags are <item> and </item> which should enclose all fields from
431 the biblio, biblioitems, and items tables.
432
433 An example of using these tags in a notice template might be like:
434
435 ::
436
437        The following item(s) is/are currently overdue:
438
439        <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
440
441 Which, assuming two items were overdue, would result in a notice like:
442
443 ::
444
445        The following item(s) is/are currently overdue:
446
447        "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
448        "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50
449
450 .. _existing-notices-&-slips-label:
451
452 Existing Notices & Slips
453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
454
455 Among the default notices are notices for several common actions within
456 Koha. All of these notices can be customized by altering their text via
457 the Notices & Slips tool and their style using the
458 :ref:`NoticeCSS` preference to define a stylesheet. You will
459 also want to review the `Customising Notices and Slips
460 <https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips>`_ 
461 wiki page for information on formatting item
462 information in these notices. Here are some of what those notices do:
463
464 -  ACCTDETAILS
465
466    -  Sent to patrons when their account is set up if the
467       :ref:`AutoEmailOPACUser <autoemailopacuser-label>` preference is set to
468       'Send'
469
470    -  *Important:* The notice will only be sent correctly if a username,
471       password and email address is added to the patron record before
472       saving it for the first time.
473       The notice can't be resend or triggered again after the patron account
474       has been created.
475
476 -  ACQCLAIM (Acquisition claim)
477
478    -  Used for claiming orders in the aquisitions module
479
480    -  ACQCLAIM is the code of the sample notice, but it's possible to define
481       several notices choosing any code. Only the module 'Claim
482       aquisition' will be taken into account. All notices with this module
483       will appear in the pull down on the late orders page.
484
485    -  *Get there:* More > Acquisitions > Late orders
486
487    -  This notice is sent if several criteria are met:
488
489       #. The staff patron triggering the email has a valid email address.
490
491       #. The vendor contact marked as 'Contact about late orders?' has 
492          a valid email address.
493
494 -  ACQORDER (Acquisition order)
495
496    -  Used in the acquisitions module to send order information to the vendor
497
498    -  The notice is triggered manually from the basket summary page using
499       the 'Email order' button in the toolbar.
500
501    -  This notice is sent if several criteria are met:
502
503       #. The staff patron triggering the email has a valid email address.
504
505       #. The vendor contact marked as 'Primary acquisitions contact' and
506          'Contact when ordering' has a valid email address.
507
508 -  CHECKIN
509
510    -  This notice is sent as the 'Check in' notice for all items that
511       are checked in
512
513    -  This notice is used if two criteria are met:
514
515       1. The
516          :ref:`EnhancedMessagingPreferences`
517          is set to 'Allow'
518
519       2. The patron has requested to receive this notice
520
521          -  *Get there:*\ OPAC > Login > my messaging
522
523          -  *Get there:*\ Staff Client > Patron Record >
524             :ref:`Notices`
525
526 -  CHECKOUT
527
528    -  This notice is sent as the 'Check out' notice for all items that
529       are checked out
530
531    -  This notice is used if two criteria are met:
532
533       1. The
534          :ref:`EnhancedMessagingPreferences`
535          is set to 'Allow'
536
537       2. The patron has requested to receive this notice
538
539          -  *Get there:*\ OPAC > Login > my messaging
540
541          -  *Get there:*\ Staff Client > Patron Record >
542             :ref:`Notices`
543
544 -  DUE
545
546    -  This notice is sent as the 'Item due' for an item is due
547
548    -  This notice is used if two criteria are met:
549
550       1. The
551          :ref:`EnhancedMessagingPreferences`
552          is set to 'Allow'
553
554       2. The patron has requested to receive this notice
555
556          -  *Get there:*\ OPAC > Login > my messaging
557
558          -  *Get there:*\ Staff Client > Patron Record >
559             :ref:`Notices`
560
561 -  DUEDGST
562
563    -  This notice is sent as the 'Item due' for all items that are due
564
565    -  This notice is used if two criteria are met:
566
567       1. The
568          :ref:`EnhancedMessagingPreferences`
569          is set to 'Allow'
570
571       2. The patron has requested to receive this notice as a digest
572
573          -  *Get there:*\ OPAC > Login > my messaging
574
575          -  *Get there:*\ Staff Client > Patron Record >
576             :ref:`Notices`
577
578 -  HOLD (Hold Available for Pickup)
579
580    -  This notice is used if two criteria are met:
581
582       1. The
583          :ref:`EnhancedMessagingPreferences`
584          is set to 'Allow'
585
586       2. The patron has requested to receive this notice
587
588          -  *Get there:*\ OPAC > Login > my messaging
589
590          -  *Get there:*\ Staff Client > Patron Record >
591             :ref:`Notices`
592
593    -  When this notice references the branches table it is referring to
594       the pickup branch information.
595
596 -  HOLDPLACED (a notice to the library staff that a hold has been
597    placed)
598
599    -  This notice requires the
600       :ref:`emailLibrarianWhenHoldIsPlaced`
601       system preference to be set to 'Enable'
602
603    -  When this notice references the branches table it is referring to
604       the pickup branch information.
605
606 -  MEMBERSHIP\_EXPIRY
607
608    -  This notice can be sent to patrons to warn them that their cards
609       are expiring soon.
610
611    -  Requires that you have the
612       :ref:`MembershipExpiryDaysNotice` set
613       and the :ref:`related cron job <notify-patrons-of-expiration-label>` set.
614
615 -  ODUE (Overdue Notice)
616
617    -  This notice is used to send Overdue Notices to Patrons
618
619    -  See a `Sample Overdue Notice <#samplenotice>`__
620
621    -  Requires that you set :ref:`Overdue Notice/Status
622       Triggers <overdue-notice/status-triggers-label>`
623
624 -  PREDUE
625
626    -  This notice is sent as the 'Advanced notice' for an item is due
627
628    -  This notice is used if two criteria are met:
629
630       1. The
631          :ref:`EnhancedMessagingPreferences`
632          is set to 'Allow'
633
634       2. The patron has requested to receive this notice
635
636          -  *Get there:*\ OPAC > Login > my messaging
637
638          -  *Get there:*\ Staff Client > Patron Record >
639             :ref:`Notices`
640
641 -  PREDUEDGST
642
643    -  This notice is sent as the 'Advanced notice' for all items that
644       are due
645
646    -  This notice is used if two criteria are met:
647
648       1. The
649          :ref:`EnhancedMessagingPreferences`
650          is set to 'Allow'
651
652       2. The patron has requested to receive this notice as a digest
653
654          -  *Get there:*\ OPAC > Login > my messaging
655
656          -  *Get there:*\ Staff Client > Patron Record >
657             :ref:`Notices`
658
659 -  RENEWAL
660
661    -  This notice is sent as the 'Check out' notice for all items that
662       are renewed
663
664    -  This notice is used if three criteria are met:
665
666       1. The
667          :ref:`EnhancedMessagingPreferences`
668          is set to 'Allow'
669
670       2. The :ref:`RenewalSendNotice` preference is
671          set to 'Send'
672
673       3. The patron has requested to receive the checkout notice
674
675          -  *Get there:*\ OPAC > Login > my messaging
676
677          -  *Get there:*\ Staff Client > Patron Record >
678             :ref:`Notices`
679
680 -  SERIAL_ALERT (New serial issue)
681
682    -  Notice used in the serials module to notify patrons/staff
683       of new issues of a serial. SERIAL_ALERT (RLIST in older verisons)
684       is provided as a sample notice, but the notice code can be chosen
685       freely as only the module is taken into account. Multiple notices
686       can also be managed.
687
688       -  *Get there:* More > Serials > :ref:`New
689          Subscription <add-a-subscription-label>`
690
691    -  You have the option to select the notice used to inform the patron
692       about a received serial issue for a subscription. Choose from the
693       'Patron notification' drop down.
694
695    -  If a notice has been selected for a subscription, patrons can
696       subscribe to the email notification from the subscription tab
697       in the detail view in the OPAC.
698
699    -  **Note**
700
701           Notice also that if you'd like to notify patrons of new serial
702           issues, you can click on 'define a notice' which will take you
703           to the 'Notices' tool
704
705 -  SHARE\_ACCEPT
706
707    -  Used to notify a patron when another patron has accepted their
708       shared list.
709
710    -  Requires that you set
711       :ref:`OpacAllowSharingPrivateLists`
712       to 'Allow'
713
714 -  SHARE\_INVITE
715
716    -  Used to notify a patron that another patron would like to share a
717       list with them.
718
719    -  Requires that you set
720       :ref:`OpacAllowSharingPrivateLists`
721       to 'Allow'
722
723 -  TO\_PROCESS
724
725    -  Used to notify a staff member if a purchase suggestion has been
726       moved to the fund they manage
727
728    -  Requires the
729       :ref:`notice\_unprocessed\_suggestions <email-suggestions-to-process-label>` cron job
730
731 There are also a set of predefined slips (or receipts) listed on this
732 page. All of these slips can be customized by altering their text via
733 the Notices & Slips tool and their style using the
734 :ref:`SlipCSS` preference to define a stylesheet. Here is what
735 those slips are used for:
736
737 -  AR\_SLIP
738
739    -  Used to print a slip for an article request
740
741    -  The slip or receipt can be printed manually when managing article
742       requests from the staff interface.
743
744    -  *Get there:* Circulation > Article requests > Actions > Print slip
745
746 -  ISSUEQSLIP
747
748    -  Used to print the quick slip in circulation
749
750    -  The quick slip only includes items that were checked out today
751
752 -  ISSUESLIP
753
754    -  Used to print a full slip in circulation
755
756    -  The slip or receipt will show items checked out today as well as
757       items that are still checked out
758
759 -  HOLD\_SLIP
760
761    -  Used to print a holds slip
762
763    -  The holds slip is generated when a hold is confirmed and set to 
764       waiting.
765
766 -  OVERDUE\_SLIP
767
768    -  Used to print an overdues slip
769
770    -  The overdues slip can be generated manually using the 'print' menu
771       in the patron account in staff. It will show all items overdue.
772
773 -  TRANSFERSLIP
774
775    -  Used to print a transfer slip
776
777    -  The transfer slip is printed when you confirm a transfer from one
778       branch to another in your system
779
780 .. _overdue-notice/status-triggers-label:
781
782 Overdue Notice/Status Triggers
783 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
784
785 -  *Get there:* More > Tools > Patrons and Circulation > Overdue
786    Notice/Status Triggers
787
788 In order to send the overdue notices that you defined using the
789 :ref:`Notices <notices-&-slips-label>` tool, you need to first set the triggers to have
790 these messages.
791
792     **Important**
793
794     In order to have overdue notices sent to your patrons, you need to
795     :ref:`set that patron category <adding-a-patron-category-label>` to require overdue
796     notices.
797
798     **Important**
799
800     Depending on the value of your
801     :ref:`OverdueNoticeCalendar` preference the
802     delay may or may not include days the library is closed based on the
803     :ref:`holiday calendar <calendar-label>`.
804
805 The Overdue Notice/Status Triggers tool gives the librarian the power to
806 send up to three notices to each patron type notifying them of overdue
807 items
808
809 |image260|
810
811 -  Delay is the number of days after an issue is due before an action is
812    triggered.
813
814    -  **Important**
815
816           If you want Koha to trigger an action (send a letter or
817           restrict member), a delay value is required.
818
819 -  To send additional notices, click on the tabs for 'Second' and
820    'Third' notice
821
822 -  If you would like to prevent a patron from checking items out because
823    of their overdue items, check the 'Restrict' box, this will put a
824    notice on the patron's record at checkout informing the librarian
825    that the patron cannot check out due to overdue items.
826
827    -  If you choose to restrict a patron in this way you can also have
828       Koha automatically remove that restriction with the
829       :ref:`AutoRemoveOverduesRestrictions`
830       preference.
831
832 -  Next you can choose the delivery method for the overdue notice. You
833    can choose from Email, Phone (if you are using the :ref:`iTiva Talking
834    Tech service <talkingtechitivaphonenotification-label>`), Print and SMS
835    (if you have set your :ref:`SMSSendDriver <smssenddriver,-smssendusername,-and-smssendpassword-label>`).
836
837    -  **Note**
838
839           The Feed option is not yet a feature in Koha, it is there for
840           future development.
841
842 -  See a `Sample Overdue Notice <#samplenotice>`__
843
844 .. _patron-card-creator-label:
845
846 Patron Card Creator
847 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
848
849 -  *Get there:* More > Tools > Patron Card Creator
850
851 The Patron Card Creator allow you to use layouts and templates which you
852 design to print your custom patron cards on your printer. Here are some
853 of the features of the Patron Card Creator module:
854
855 -  Customize patron card layouts with text retrieved from the Koha
856    patron data
857
858 -  Design custom card templates for printed patron cards (to match the
859    label sheets)
860
861 -  Build and manage batches of patron cards to print
862
863 -  Export (as PDF) single or multiple batches to print
864
865 -  Export (as PDF) single or multiple patron cards from within a batch
866
867 .. _patron-card-layouts-label:
868
869 Layouts
870 ^^^^^^^^^^^^^^^^^^^^^^^^^^
871
872 -  *Get there:* More > Tools > Patron Card Creator > Manage > Layouts
873
874 A layout defines the text and images that will be printed on to the card
875 and where it will appear.
876
877     **Note**
878
879     Up to three lines of text, the patron's number in barcode
880     representation and up to two images can be printed on to the card.
881
882 .. _patron-add-a-layout-label:
883
884 Add a Layout
885 '''''''''''''''''''''''''''''''''
886
887 If you have no layouts defined, you will add a new layout by clicking
888 the 'New' button and choosing 'Layout'.
889
890 |image1224|
891
892 You may also choose to press 'Manage layout' on the left side. Here you
893 are offered a list of available layouts you can select for editing. But
894 at the top of the page there is still the 'New layout' button.
895
896 |image261|
897
898 -  The name you assign to the layout is for your benefit, name it
899    something that will be easy to identify at a later date
900
901 -  The Units pull down is used to define what measurement scale you're
902    going to be using for your layout.
903
904    |image262|
905
906    -  **Note**
907
908           A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
909           is 25.4 SI Millimeters
910
911 -  Next note if this layout is for the front or the back of the patron
912    card
913
914    -  **Note**
915
916           You will need a layout for both the front and back of your
917           card if you have 2-sided library cards, this option doesn't
918           allow you to print two sided cards, just lets you track which
919           side of the card you're designing.
920
921 -  You have the option of adding up to 3 lines of text to your card.
922    Your text can be static text of your choosing and/or fields from the
923    patron record. If you want to print fields from the patron record you
924    want to put the field names in brackets like so - <firstname>
925
926    -  **Note**
927
928           A full list of field names can be found in the database schema
929           at http://schema.koha-community.org
930
931 -  For each line of text, you can choose your font, font size and the
932    location of the text on the card using the lower X and Y coordinates
933
934 -  In order to show the barcode and the patron card number you will need
935    to check the 'Print Card Number as Barcode' option. This will turn
936    the patron card number into a barcode. If you want the number to
937    print in human readable format you will need to check the 'Print Card
938    Number as Text Under Barcode' option.
939
940 -  Finally you can choose up to two images to print on the card.
941
942    -  One can be the :ref:`patron image <upload-patron-images-label>` which you
943       can resize to meet your needs.
944
945    -  The other image can be something like a library logo or symbol
946       that you uploaded using the ':ref:`Manage
947       Images <manage-images-label>`' module of the Patron Card Creator
948       Tool.
949
950     **Important**
951
952     It is the designers responsibility to define textlines, barcode and
953     images such that overlap is avoided.
954
955 After saving, your layouts will appear on the 'Manage layouts' page.
956
957 |image263|
958
959 .. _patron-templates-label:
960
961 Templates
962 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
963
964 -  *Get there:* More > Tools > Patron Card Creator > Manage > Card
965    templates
966
967 A template describes the arrangement of labels on the label sheet/card
968 stock you are using. This might be Avery 5160 for address labels,
969 Gaylord 47-284 for spine labels or Avery 28371 for your patron cards,
970 just to give a couple of examples. All of the information you will need
971 for setting up a template may be on the packaging, and if not it can
972 usually be found on the vendor's website or can be measured from a
973 sample sheet.
974
975 .. _patron-add-a-template-label:
976
977 Add a Template
978 '''''''''''''''''''''''''''''''''''''
979
980 To add a new template click on the 'New template' button at the top of
981 your page which brings you to the Edit template form immediately. You
982 may also choose to press 'Manage templates' on the left side. Here you
983 are offered a list of available templates you can select for editing.
984 But in the top of the page there is still the 'New template' button.
985
986 |image264|
987
988 Using the form that appears after pressing either 'Edit' or 'New
989 template'you can define the template for your sheet of labels or cards.
990
991 |image265|
992
993 -  Template ID is simply a system generated unique id
994
995 -  Template Code should be the name of this template to identify it on a
996    list of templates
997
998 -  You can use the Template Description to add additional information
999    about the template
1000
1001 -  The Units pull down is used to define what measurement scale you're
1002    going to be using for the template.
1003
1004    |image266|
1005
1006    -  **Note**
1007
1008           A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
1009           is 25.4 SI Millimeters
1010
1011 -  The measurements (page height, page width, card width, card height)
1012    may be on the packaging, and if not it can usually be found on the
1013    vendor's website or can be measured from a sample sheet.
1014
1015 -  A profile is a set of "adjustments" applied to a given template just
1016    prior to printing which compensates for anomalies unique and peculiar
1017    to a given printer (to which the profile is assigned).
1018
1019    -  Before defining a profile try printing some sample cards so that
1020       you can take measurements to define a profile to perform the right
1021       adjustments for your printer/template combination.
1022
1023    -  After finding and documenting any anomalies in the printed
1024       document, then you can :ref:`create a profile <patron-add-a-profile-label>` and
1025       assign it to the template.
1026
1027    -  **Important**
1028
1029           Do not specify a profile unless needed, i.e. do not click to
1030           define a printer profile. It is not possible to remove a
1031           profile from a template but you can switch to another profile.
1032
1033    -  **Note**
1034
1035           If you are using different printers you may be required to
1036           define several templates that are identical only different
1037           profiles are specified.
1038
1039 After saving, your templates will appear on the 'Manage templates' page.
1040
1041 |image267|
1042
1043 .. _patron-profiles-label:
1044
1045 Profiles
1046 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1047
1048 -  *Get there:* More > Tools > Patron Card Creator > Manage > Profiles
1049
1050 A profile is a set of "adjustments" applied to a given
1051 :ref:`template <patron-templates-label>` just prior to printing which compensates
1052 for anomalies unique and peculiar to a given printer. This means if you
1053 set a template up and then print a sample set of data and find that the
1054 items are not all aligned the same on each card, you need to set up a
1055 profile for each printer (or even different tray selections on the same
1056 printer) to make up for the differences in printing styles, such as the
1057 shifting of text to the left, right, top or bottom.
1058
1059 If your cards are printing just the way you want, you will not need a
1060 profile.
1061
1062 .. _patron-add-a-profile-label:
1063
1064 Add a Profile
1065 '''''''''''''''''''''''''''''''''''
1066
1067 To add a new profile, you want to click on the 'Profiles' button at the
1068 top of your page and choose 'New Profile'
1069
1070 |image268|
1071
1072 To add a new profile, you want to click on the 'New profile' button at
1073 the top of your page. Using the form that appears you can define the
1074 values to correct the card misalignments on your label sheet. You may
1075 also choose 'Manage profiles' on the left side and select one of the
1076 currently available profiles for editing.
1077
1078 |image269|
1079
1080 -  The Printer Name and Paper Bin do not have to match your printer
1081    exactly, they are for your reference so you can remember what printer
1082    you have set the profile for.
1083
1084    -  **Note**
1085
1086           For example: if you want to use the Printer model number in
1087           printer name you can, or you can call it 'the printer on my
1088           desk'
1089
1090 -  Template will be filled in once you have chosen which template to
1091    apply the profile to on the :ref:`template edit form <patron-add-a-template-label>`
1092
1093 -  The Units pull down is used to define what measurement scale you're
1094    going to be using for your profile.
1095
1096    |image270|
1097
1098    -  **Note**
1099
1100           A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
1101           is 25.4 SI Millimeters
1102
1103 -  Offset should be used when the entire image is off center either
1104    vertically or horizontally. Creep describes a condition where the
1105    distance between the labels changes across the page or up and down
1106    the page
1107
1108    -  For offset and creep values, negative numbers move the printed
1109       information up and to the left on the printed sheet and positive
1110       numbers move down and to the right
1111
1112    -  Example: the text is printed 0 .25" from the left edge of the
1113       first label, 0 .28" from the left edge of the second label and 0
1114       .31" from the left edge of the third label. This means the
1115       horizontal creep should be set to (minus) -0.03 " to make up for
1116       this difference.
1117
1118 After saving, your profiles will appear on the 'Manage Printer Profiles'
1119 page.
1120
1121 |image271|
1122
1123 Once you have saved your new profile, you can return to the list of
1124 templates and choose to edit the template that this profile is for.
1125
1126 .. _patron-batches-label:
1127
1128 Batches
1129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1130
1131 -  *Get there:* More > Tools > Patron Card Creator > Manage > Card
1132    batches
1133
1134 A batch is a collection of patrons for whom you want to generate cards.
1135
1136 .. _patron-add-a-batch-label:
1137
1138 Add a Batch
1139 '''''''''''''''''''''''''''''''
1140
1141 To add a new batch, you want to click on the 'New batches' button at the
1142 top of your page. Choosing the menu item 'Manage batches' on the left a
1143 list of already defined batches is displayed. In this display you can
1144 either select a batch for editing or add a new batch.
1145
1146 |image272|
1147
1148 For a new batch a message pops up and directs you to select patrons to
1149 be processed in this batch.
1150
1151 |image1225|
1152
1153 After choosing the 'Add item(s)' button the Patron Search window pops
1154 up.
1155
1156 |image1226|
1157
1158 From here you can search for patrons to add to your batch by any part of
1159 their name, their category and/or library. Entering \* in the search box
1160 will display all the patrons.
1161
1162 |image1227|
1163
1164 From the results you can add patrons to the batch by clicking the 'Add'
1165 button. After adding patrons from the results you can start over and
1166 perform another search or click 'Close' at the bottom of the screen to
1167 indicate that you are done. You will then be presented with your
1168 batch.
1169
1170 |image1228|
1171 If you are satisfied with your batch you can proceed to export. If you
1172 want to correct or even delete that batch the buttons to do so can be
1173 found at the top of your screen. You can always come back here through
1174 the 'Manage > Card batches' button.
1175
1176 If you would like to export all patron cards you can click 'Export card
1177 batch' otherwise you can choose specific patrons to print cards for by
1178 checking the box to the right of their names and then choose 'Export
1179 selected card(s)' at the top.
1180
1181 The export menu will ask you to choose a template, a layout and starting
1182 position (where on the sheet should printing begin).
1183
1184     **Note**
1185
1186     For the starting position if the first 6 labels have already been
1187     used on your sheet you can start printing on label in position 7 on
1188     the sheet. The labels are numbered left to right from top to bottom.
1189
1190 |image1229|
1191
1192 Once you click 'Export' you will be presented with a PDF of your labels
1193 for printing
1194
1195 |image1230|
1196
1197 When you open the PDF you will see the cards for printing
1198
1199 |image273|
1200
1201 The above image shows a layout that is made up of two textlines. The
1202 first one is just plain text, the second one is composed of the
1203 <firstname> <surname> fields. A patron image is printed (if available)
1204 and the barcode of patrons number is displayed in code 39. All this is
1205 printed on a template with three columns and 8 rows using position 1-3
1206 here. When printing this PDF please take care that your printer doesn't
1207 rescale the PDF (e.g do not fit to paper size) otherwise the printer
1208 will not be able to print to the right place per your templates.
1209
1210 .. _manage-images-label:
1211
1212 Manage Images
1213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1214
1215 -  *Get there:* More > Tools > Patron Card Creator > Manage > Images
1216
1217 Images uploaded using this tool will appear on the menu when creating
1218 :ref:`patron card layouts <patron-card-layouts-label>`. You are limited in how many
1219 images you can upload (not counting patron images) by the
1220 :ref:`ImageLimit` system preference.
1221
1222     **Important**
1223
1224     Images must be under 500k in size.
1225
1226     **Note**
1227
1228     Pictures uploaded with this tool should be at least 300dpi which is
1229     the minimum quality for a printable image.
1230
1231 In the center of the screen is a simple upload form, simply browse for
1232 the file on your computer and give it a name you'll recognize later.
1233
1234 |image274|
1235
1236 Once the file is uploaded you will be presented with a confirmation
1237 message.
1238
1239 |image275|
1240
1241 And the image will be listed with all of your others on the right hand
1242 side of the page.
1243
1244 |image276|
1245
1246 To delete one or multiple of these images, click the checkbox to the
1247 right of each image you want to delete and click the 'Delete' button.
1248
1249 .. _patrons-(anonymize,-bulk-delete)-label:
1250
1251 Patrons (anonymize, bulk-delete)
1252 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1253
1254 -  *Get there:* More > Tools > Patrons and Circulation > Patrons
1255    (anonymize, bulk-delete)
1256
1257 This tool allows you to bulk anonymize circulation histories (this means
1258 that you keep records of how many times items were checked out - but not
1259 the patrons who checked the items out) or bulk delete patrons (remove
1260 them from the system completely).
1261
1262     **Important**
1263
1264     Patrons with outstanding fines or items checked out are not saved.
1265     They are not completely removed from the system (they are only moved
1266     to the delete\_borrowers table), but this tool does not provide as
1267     many checks as one may desire.
1268
1269     **Important**
1270
1271     Before using this tool it is recommended that you backup your
1272     database. Changes made here are permanent.
1273
1274     **Important**
1275
1276     The anonymization will fail quietly if
1277     :ref:`AnonymousPatron` preference does not contain a
1278     valid value.
1279
1280 |image277|
1281
1282 To either delete or anonymize patrons
1283
1284 -  Check the 'Verify' box on the task you would like to complete (Delete
1285    or Anonymize)
1286
1287 -  Enter a date before which you want to alter the data
1288
1289 -  If deleting patrons you can also choose to find patrons who
1290
1291    -  have not borrowed since a specific date
1292
1293    -  have accounts that will expire before a specific date
1294
1295    -  are in a specific :ref:`patron category <patron-categories-label>`
1296
1297    -  are in a :ref:`patron list <patron-lists-label>`
1298
1299 -  Click 'Next'
1300
1301 -  A confirmation will appear asking if you're sure this is what you
1302    want to happen
1303
1304    |image278|
1305
1306 -  Clicking 'Finish' will delete or anonymize your data
1307
1308    |image279|
1309
1310 .. _batch-patron-modification-label:
1311
1312 Batch patron modification
1313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1314
1315 -  *Get there:* More > Tools > Patrons and Circulation > Batch patron
1316    modification
1317
1318 With this tool you can make edits to a batch of patron records. Simply
1319 load in a file of cardnumbers (one per line), choose from a :ref:`list of
1320 patrons <patron-lists-label>` or scan patron card numbers in to the box
1321 provided.
1322
1323 |image280|
1324
1325 Once you have the file loaded or the barcodes scanned click 'Continue.'
1326 You will be presented with a list of the patrons and the changes you can
1327 make.
1328
1329 |image281|
1330
1331 To the left of each text box there is a checkbox. Clicking that checkbox
1332 will clear our the field values.
1333
1334     **Important**
1335
1336     If the field is mandatory you will not be able to clear the value in
1337     it.
1338
1339 If you have multiple patron attributes you can change them all by using
1340 the plus (+) sign to the right of the text box. This will allow you to
1341 add another attribute value.
1342
1343 |image282|
1344
1345 Once you have made the changes you want, you can click 'Save' and Koha
1346 will present you with the changed patron records.
1347
1348 .. _tag-moderation-label:
1349
1350 Tag Moderation
1351 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1352
1353 -  *Get there:* More > Tools > Patrons and Circulation > Tags
1354
1355 Depending on your :ref:`tagging system preferences <tagging-label>`,
1356 librarians may need to approve tags before they are published on the
1357 OPAC. This is done via the Tag Moderation Tool. If there are tags
1358 awaiting moderation they will be listed on the main staff dashboard
1359 under the module labels:
1360
1361 |image283|
1362
1363 To moderate the tags visit the Tags tool. When first visiting the tool,
1364 you will be presented with a list of tags that are pending approval or
1365 rejection by a librarian
1366
1367 |image284|
1368
1369 -  To see all of the titles this tag was added to simply click on the
1370    term
1371
1372    |image1230|
1373
1374    -  From this list of titles you can remove a tag without outright
1375       rejecting it from being used in the future by clicking the 'Remove
1376       tag' button to the right of the title.
1377
1378 -  To approve a tag, you can either click the 'Approve' button in line
1379    with the term, or check all terms you want to approve and click
1380    'Approve' below the table.
1381
1382 -  To reject a tag, you can either click the 'Reject' button in line
1383    with the term, or check all terms you want to approve and click
1384    'Reject' below the table.
1385
1386 Once a tag has been approved or rejected it will be moved to the
1387 appropriate list of tags. A summary of all tags will appear on the right
1388 of the screen.
1389
1390 |image285|
1391
1392 Even though a tag is approved or rejected, it can still be moved to
1393 another list. When viewing approved tags each tag has the option to
1394 reject:
1395
1396 |image286|
1397
1398 To check terms against the approved and rejected lists (and possibly
1399 against :ref:`the dictionary <tagsexternaldictionary-label>` you have assigned
1400 for tag moderation) simply enter the term into the search box on the
1401 bottom right of the screen to see the status of the term
1402
1403 |image287|
1404
1405 Finally you can find tags by using the filters on the left.
1406
1407 |image288|
1408
1409 .. _upload-patron-images-label:
1410
1411 Upload Patron Images
1412 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1413
1414 -  *Get there:* More > Tools > Patrons and Circulation > Upload Patron
1415    Images
1416
1417 Patron images can be uploaded in bulk if you are :ref:`allowing patron
1418 images <patronimages-label>` to be attached to patron records. These images
1419 can also be used when creating :ref:`patron cards <patron-card-creator-label>`.
1420
1421 -  Create a txt file and title it "DATALINK.TXT" or "IDLINK.TXT"
1422
1423 -  On each line in the text file enter the patron's card number followed
1424    by comma (or tab) and then the image file name
1425
1426    |image289|
1427
1428    -  Make sure that your TXT file is a plain text document, not RTF.
1429
1430 -  Zip up the text file and the image files
1431
1432 -  Go to the Upload Patron Images Tool
1433
1434    |image290|
1435
1436 -  For a single image, simply point to the image file and enter the
1437    patron card number
1438
1439 -  For multiple images, choose to upload a zip file
1440
1441 -  After uploading you will be presented with a confirmation
1442
1443    |image291|
1444
1445     **Important**
1446
1447     There is a limit of 100K on the size of the picture uploaded and it
1448     is recommended that the image be 200x300 pixels, but smaller images
1449     will work as well.
1450
1451 .. _rotating-collections-label:
1452
1453 Rotating Collections
1454 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1455
1456 -  *Get there:* More > Tools > Catalog > Rotating Collections
1457
1458 Rotating Collections is a tool for managing collections of materials
1459 that frequently get shifted from library to library. It adds the ability
1460 to store not only an item's home library and current location but also
1461 information about where it is supposed to be transferred to next to
1462 ensure that all items in the collection are sent to the correct library.
1463 When an item in a rotating collection is checked in, library staff is
1464 notified that the item is part of a rotating collection and which branch
1465 it should be sent to if it is not at the correct one.
1466
1467     **Important**
1468
1469     The :ref:`AutomaticItemReturn` system preference
1470     must be set to "Don't automatically transfer items to their home
1471     library when they are returned" for Rotating Collections to function
1472     properly.
1473
1474 -  To create a new rotating collection, click the "New Collection"
1475    button, fill in the Title and Description, and click Submit. Once
1476    submitted you'll see "Collection Name added successfully"; click
1477    "Return to rotating collections home" to return to the main Rotating
1478    Collections management page (or click Rotating Collections in the
1479    sidebar).
1480
1481 -  To add items to a collection, click "Add or remove items" next to the
1482    collection's name in the list of collections. Under "Add or remove
1483    items" scan or type in the barcode of the item you wish to add to the
1484    collection, and hit Enter or click Submit if necessary.
1485
1486 -  To remove an item from a collection, either click Remove next to the
1487    item's barcode in the list of items within the collection or check
1488    the "Remove item from collection" box next to the Barcode text box
1489    under "Add or remove items, and scan or type in the barcode, clicking
1490    Submit or hitting Enter if necessary. Note: The "Remove item from
1491    collection" checkbox will remain checked as long as you are on the
1492    "Add or remove items" page, unless you uncheck it, to facilitate
1493    quickly removing a number of items at a time by scanning their
1494    barcodes.
1495
1496 .. _transfer-a-rotating-collection-label:
1497
1498 Transfer a Rotating Collection
1499 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1500
1501 Transferring a collection will:
1502
1503 -  Change the current location of the items in that collection to the
1504    library it is to be transferred to
1505
1506 -  Initiate a transfer from its original current location/holding
1507    library to the current location/holding library it is to be rotated
1508    to. When a library receives a collection they will need to check in
1509    the items to complete the transfer.
1510
1511 You can transfer a collection in one of two ways:
1512
1513 -  From the main Rotating Collections page, click on Transfer next to
1514    the title of the collection you wish to transfer; choose the library
1515    you wish to transfer the collection to and click "Transfer
1516    collection".
1517
1518 -  Or, from the "add or remove items" page for a collection, you can
1519    click the Transfer button, choose the library you wish to transfer
1520    the collection to and click "Transfer Collection".
1521
1522     **Important**
1523
1524     In order to complete the transfer process, the library receiving the
1525     rotating collection should check in all items from the collection as
1526     they receive them. This will clear the transfer so that the items
1527     are no longer shown as being "in transit".
1528
1529 If an item in a rotating collection is checked in at a library other
1530 than the one it is supposed to be transferred to, a notification will
1531 appear notifying library staff that the item is part of a rotating
1532 collection, also letting them know where the item needs to be sent.
1533
1534 |image292|
1535
1536 .. _catalog-label:
1537
1538 Catalog
1539 ---------------------------
1540
1541 .. _batch-item-deletion-label:
1542
1543 Batch item deletion
1544 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1545
1546 -  *Get there:* More > Tools > Catalog > Batch item deletion
1547
1548 This tool will allow you to delete a batch of item records from Koha.
1549
1550 From the tool you can choose to upload a file of barcodes or item ids,
1551 or you can scan items one by one into the box below the upload tool.
1552
1553 |image298|
1554
1555 Once you have your file uploaded or the barcodes scanned you can click
1556 'Continue.'
1557
1558 You will be presented with a confirmation screen. From here you can
1559 uncheck the items you don't want to delete and decide if Koha should
1560 delete the bib record if the last item is being deleted before clicking
1561 'Delete selected items.' If you'd like you can delete the bibliogrphic
1562 record if you're deleting the last item by clicking the checkbox next to
1563 'Delete records if no items remain'.
1564
1565 |image299|
1566
1567 If your file (or list of scanned barcodes) has more than 1000 barcodes,
1568 Koha will be unable to present you with a list of the items. You will
1569 still be able to delete them, but not able to choose which items
1570 specifically to delete or delete the biblio records.
1571
1572 |image300|
1573
1574 If the items are checked out you will be presented with an error after
1575 clicking 'Delete selected items' and the items will not be deleted.
1576
1577 |image301|
1578
1579 If the items can be deleted they will be and you will be presented with
1580 a confirmation of your deletion.
1581
1582 |image302|
1583
1584 .. _batch-item-modification-label:
1585
1586 Batch item modification
1587 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1588
1589 -  *Get there:* More > Tools > Catalog > Batch item modification
1590
1591 This tool will allow you to modify a batch of item records in Koha.
1592
1593 |image293|
1594
1595 From the tool you can choose to upload a file of barcodes or item ids,
1596 or you can scan items one by one into the box below the upload tool. You
1597 can also decide the items edited should be populated with the default
1598 values you have defined in your :ref:`default
1599 framework <marc-bibliographic-frameworks-label>`.
1600
1601 Once you have your file uploaded or the barcodes listed you can click
1602 'Continue.'
1603
1604 |image294|
1605
1606 You will be presented with a summary of the items you want to modify.
1607 From here you can uncheck the items you don't want to modify before
1608 making changes in the form below. You can also hide columns you don't
1609 need to see to prevent having to scroll from left to right to see the
1610 entire item form.
1611
1612     **Note**
1613
1614     To uncheck all items thar are currently checked out you can click
1615     the 'Clear on loan' link at the top of the form.
1616
1617 Using the edit form you can choose which fields to make edits to. By
1618 checking the checkbox to the right of each field you can clear the
1619 values in that field for the records you are modifying.
1620
1621 |image295|
1622
1623 Once you have made you changes you will be presented with the resulting
1624 items.
1625
1626 |image296|
1627
1628     **Note**
1629
1630     You can also edit items on one bib record in a batch by going to the
1631     bib record and clicking Edit > Edit items in batch
1632
1633 |image297|
1634
1635 .. _batch-record-deletion-label:
1636
1637 Batch record deletion
1638 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1639
1640 This tool will take a batch of record numbers for either bibliographic
1641 records or authority records and allow you to delete all those records
1642 and any items attached to them in a batch.
1643
1644 |image1231|
1645
1646 First you need to tell the tool if you're deleting bibliographic or
1647 authority records. Next you can load a file with biblionumbers or
1648 authids or enter a list of those numbers in the box provided. Once you
1649 submit the form you will be presented with a summary of the records you
1650 are trying to delete.
1651
1652 |image1232|
1653
1654 If a record you want to delete can't be deleted it will be highlighted.
1655
1656 Check the records you want to delete and click the 'Delete selected
1657 records' button to finish the process.
1658
1659 .. _batch-record-modification-label:
1660
1661 Batch record modification
1662 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1663
1664 -  *Get there:* More > Tools > Catalog > Batch record modification
1665
1666 This tool will allow you to edit batches of bibliographic and/or
1667 authority records using :ref:`MARC Modification
1668 Templates <marc-modification-templates-label>`. Before visiting this tool you will
1669 want to set up at least one MARC modification template.
1670
1671 |image303|
1672
1673 When you visit the tool it will ask you:
1674
1675 -  Choose whether you're editing bibliographic or authority records
1676
1677 -  Enter the biblionumbers or authids
1678
1679    -  You can upload a file of these numbers or
1680
1681    -  Enter the numbers (one per line) in the box provided
1682
1683 -  Finally choose the MARC Modification Template you'd like to use to
1684    edit these records.
1685
1686 Once you've entered your criteria click 'Continue'
1687
1688 |image1233|
1689
1690 You will be presented with a list of records that will be edited. Next
1691 to each one is a checkbox so you can uncheck any items you would rather
1692 not edit at this time.
1693
1694 Clicking Preview MARC will allow you to see what edits will be made when
1695 you finalize the edit.
1696
1697 |image1234|
1698
1699 Once you're sure everything is the way you want you can click the
1700 'Modify selected records' button and your records will be modified.
1701
1702 .. _automatic-item-modifications-by-age-label:
1703
1704 Automatic item modifications by age
1705 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1706
1707 -  *Get there:* More > Tools > Catalog > Automatic item modifications by
1708    age
1709
1710 This tool allows librarians to update item specific fields when an item
1711 reaches a certain age.
1712
1713     **Note**
1714
1715     Staff need the items\_batchmod permission to access this tool
1716
1717     **Important**
1718
1719     The settings in this tool will be acted upon by the :ref:`corresponding
1720     cron job <automatic-item-update-label>`
1721
1722 If you haven't created any rules you will see the option to 'Add rules'
1723 on the Tool page. Click this button to create rules.
1724
1725 |image1235|
1726
1727 If you have rules already there will be a button that reads 'Edit
1728 rules'. To create a new rule click the 'Edit rules' button at the top of
1729 the page
1730
1731 |image304|
1732
1733 You will be brought to a page where you can edit exisitng rules or
1734 create a new rule
1735
1736 |image305|
1737
1738 In the form that appears you can set :
1739
1740 -  the age in days at which the item will update (Age)
1741
1742 -  what criteria is needed to trigger the update (Conditions)
1743
1744 -  what changes are made when the script runs (Substitutions)
1745
1746 |image306|
1747
1748 Once you're done you can click the 'Add this rule' link and then add
1749 additional rules or you can click the 'Submit these rules' button to
1750 save your changes.
1751
1752 |image307|
1753
1754 .. _export-data-(marc-&-authorities)-label:
1755
1756 Export Data (MARC & Authorities)
1757 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1758
1759 -  *Get there:* More > Tools > Catalog > Export Data
1760
1761 Koha comes with a tool that will allow you to export your bibliographic,
1762 holdings and/or authority data in bulk. This can be used to send your
1763 records to fellow libraries, organizations or services; or simply for
1764 backup purposes.
1765
1766 .. _export-bibliographic-records-label:
1767
1768 Export Bibliographic Records
1769 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1770
1771 At the top of the screen you need to pick what data you're exporting. If
1772 you're exporting bibliographic records with or without the holdings
1773 information you want to click the 'Export bibliographic records' tab.
1774
1775 -  Fill in the form in order to limit your export to a specific range
1776    (all fields are optional)
1777
1778    |image308|
1779
1780    -  Choose to limit your export by any one or more of the following
1781       options
1782
1783       -  Limit to a bib number range
1784
1785       -  Limit to a specific item type
1786
1787          -  **Important**
1788
1789                 This limit will use the type you have defined in the
1790                 :ref:`item-level\_itypes <item-level\_itypes-label>` preference.
1791                 If you have the item-level\_itypes preference set to
1792                 'specific item' and you have no items attached to a bib
1793                 record it will not be exported. To get all bib records
1794                 of a specific type you will need your item-level\_itypes
1795                 preference set to 'biblio record'.
1796
1797       -  Limit to a specific library or group of libraries
1798
1799          -  **Important**
1800
1801                 This is a filter: if you leave this set to the default
1802                 (all libraries selected) or select one or more libraries,
1803                 bib records with no items attached will not be exported. To get
1804                 bib records with no items you will need to 'clear all'
1805                 (i.e. de-select all libraries).
1806
1807       -  Limit to a call number range
1808
1809       -  Limit to an acquisition date range
1810
1811    -  If you'd like you can load a file of biblionumbers for the records
1812       you would like to export.  File type needs to be .csv or .txt
1813
1814       |image309|
1815
1816    -  Next choose what to skip when exporting
1817
1818       |image310|
1819
1820       -  By default items will be exported, if you would like to only
1821          export bibliographic data, check the 'Don't export items' box
1822
1823       -  To limit your export only to items from the library you're
1824          logged in as (if you leave the 'Library' field set to 'All') or
1825          to the library you selected above check the 'Remove non-local
1826          items' box
1827
1828       -  You can also choose what fields you don't want to export. This
1829          can be handy if you're sharing your data, you can remove all
1830          local fields before sending your data to another library
1831
1832    -  Finally choose the file type and file name
1833
1834       |image311|
1835
1836       -  Choose to export your data in marc or marcxml format
1837
1838       -  Choose the name you want your file to save as
1839
1840    -  Click 'Export bibliographic records'
1841
1842 .. _export-authority-records-label:
1843
1844 Export Authority Records
1845 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1846
1847 At the top of the screen you need to pick what data you're exporting. If
1848 you're exporting authority records you want to click the 'Export
1849 authority records' tab.
1850
1851 -  Fill in the form in order to limit your export to a specific range or
1852    type of authority record (all fields are optional)
1853
1854    |image312|
1855
1856 -  Or you can choose a file of authids to export
1857
1858   |image1236|
1859
1860   File type needs to be .csv or .txt
1861
1862 -  Next choose fields that you would like to exclude from the export
1863    separated by a space (no commas)
1864
1865    |image313|
1866
1867    -  If you'd like to exclude all subfields of the 200 for example just
1868       enter 200
1869
1870    -  If you'd like to exclude a specific subfield enter it beside the
1871       field value 100a will exclude just the subfield 'a' of the 100
1872
1873 -  Finally choose the file type and file name
1874
1875    |image314|
1876
1877    -  Choose to export your data in marc or marcxml format
1878
1879    -  Choose the name you want your file to save as
1880
1881 -  Click 'Export authority records'
1882
1883 .. _inventory-label:
1884
1885 Inventory
1886 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887
1888 -  *Get there:* More > Tools > Catalog > Inventory
1889
1890 Koha's Inventory Tool can be used in one of three ways:
1891 1. By printing out a shelf list that you can then mark items off on;
1892 2. By uploading a text file of barcodes gathered by a portable scanner;
1893 3. By comparing a text file of barcodes gathered by a portable scanner to a
1894    generated shelf list.
1895
1896 If you do not have the ability to use your barcode scanner on the floor
1897 of the library, the option available to you is to generate a shelf
1898 list based on criteria you enter.
1899
1900 |image315|
1901
1902 First, choose the criteria for the items you want to print out on a list.
1903 All parameters are optional, but if none are selected, the resulting list
1904 might be quite large.
1905
1906 - Library: choose the branch you want to check, as well as if that branch
1907   is the home library or the current of the items.
1908 - Shelving location (items.location) is: you can filter by location.
1909 - Item callnumber between ... and ...: you can also limit the list to a specific
1910   range of callnumbers.
1911
1912 You can filter even more with item statuses (not for loan status, lost status,
1913 withdrawn status or damaged status). Check the boxes next to the statuses you
1914 want to include. For example, if you are using the list to shelf read, check
1915 only the 'for loan' status as the other items probably won't be on the shelves.
1916
1917 - Last inventory date: enter a date here to skip items that have been marked
1918   as seen recently.
1919 - Skip items on loan: check this box to filter out loaned items from the list.
1920
1921 - Export to CSV file: check this box to generate a CSV file for altering in an
1922   application on your desktop. If this box is unchecked, the list will be
1923   presented on the screen.
1924
1925 Click on 'Submit' to generate your shelf list. You can then print it to use
1926 while walking around the library checking your collection or use it directly
1927 in Koha on a portable device.
1928
1929 |image316|
1930
1931 Once you have found the items on your shelves, return to this
1932 list and check the boxes next to the items you found. Next, click on one of
1933 the three buttons to continue:
1934
1935 - Mark seen and quit: updates the 'last seen' date of the checked items to
1936   today and returns to the previous screen.
1937 - Mark seen and continue: updates the 'last seen' date of the checked items to
1938   today and shows the next page of the list.
1939 - Continue without marking: doesn't update any of the items on this page
1940   and shows the next page of the list.
1941
1942 If you have a portable scanner (or a laptop and USB scanner) you can
1943 walk through the library with the scanner in hand and scan barcodes as
1944 you come across them (on a laptop, scan the barcodes into a text file). Once finished you can then upload the text
1945 file generated by the scanner to Koha.
1946
1947 |image317|
1948
1949 Choose the text file and the date you want to mark all items as seen and
1950 then scroll to the very bottom and click 'Submit'. This will update all the
1951 items' 'last seen' date to the chosen date. By default, this will also check in
1952 the items scanned as it is assumed that they are on the shelf and so not loaned
1953 out. If you do not want to check in scanned items, check the 'Do not check in
1954 items scanned during inventory' before clicking 'Submit'.
1955
1956 Alternatively, you can combine the two methods to automatically compare a list
1957 of scanned barcodes with a generated list. First, upload you barcode file and
1958 choose the date you want to appear in the items' 'last seen' field. Then, check
1959 the 'Compare barcodes list to results'. Choose the filters (library, shelving
1960 location, callnumbers or statuses) to generate a list with which to compare
1961 your barcodes. Click on 'Submit'.
1962
1963   **Note**
1964
1965   Depending on the number of barcodes you are comparing, this may take a few
1966   minutes. It is not recommended to compare lists of more than 1000 barcodes as
1967   this may cause a session timeout.
1968
1969 Once Koha has finished comparing the barcodes file to the generated list, it
1970 will return the number of items updated and a list of problematic items.
1971
1972 - Missing (not scanned): the item is in the generated list but not in the
1973   barcodes file.
1974 - Found in wrong place: the item is in the barcodes list, but not in the
1975   generated list.
1976 - Still checked out: the item is checked out, but is in the generated list. It
1977   was not automatically checked in.
1978 - Barcode not found: the barcode doesn't exist.
1979 - Item withdrawn: the item has 'withdrawn' status, but it is in the barcodes
1980   file.
1981
1982 .. _label-creator-label:
1983
1984 Label Creator
1985 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1986
1987 -  *Get there:* More > Tools > Catalog > Label Creator
1988
1989 The Label Creator allow you to use layouts and templates which you
1990 design to print a nearly unlimited variety of labels including barcodes.
1991 Here are some of the features of the Label Creator module:
1992
1993 -  Customize label layouts
1994
1995 -  Design custom label templates for printed labels
1996
1997 -  Build and manage batches of labels
1998
1999 -  Export single or multiple batches
2000
2001 -  Export single or multiple labels from within a batch
2002
2003 -  Export label data in one of three formats:
2004
2005    -  PDF - Readable by any standard PDF reader, making labels printable
2006       directly on a printer
2007
2008    -  CSV - Export label data after your chosen layout is applied
2009       allowing labels to be imported in to a variety of applications
2010
2011    -  XML - Included as an alternate export format
2012
2013 .. _label-templates-label:
2014
2015 Templates
2016 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2017
2018 -  *Get there:* More > Tools > Label Creator > Manage > Label templates
2019
2020 A template is based on the label/card stock you are using. This might be
2021 Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery
2022 28371 for your patron cards, just to give a couple of examples. These
2023 labels will include all of the information you will need for setting up
2024 a Koha, this information may be on the packaging, and if not it can
2025 usually be found on the vendor's website.
2026
2027 .. _label-add-a-template-label:
2028
2029 Add a Template
2030 ''''''''''''''''''''''''''''''''''''''
2031
2032 To add a new template, you want to click on the 'New' button at the top
2033 of the Label Creator and choosing 'Label template'.
2034
2035 |image318|
2036
2037 Using the form that appears you can define the template for your sheet
2038 of labels or cards.
2039
2040 |image319|
2041
2042 -  Template ID will be automatically generated after saving your
2043    template, this is simply a system generated unique id
2044
2045 -  Template Code should be something you can use to identify your
2046    template on a list of templates
2047
2048 -  You can use the Template Description to add additional information
2049    about the template
2050
2051 -  The Units pull down is used to define what measurement scale you're
2052    going to be using for the template. This should probably match the
2053    unit of measurement used on the template description provided by the
2054    product vendor.
2055
2056    |image320|
2057
2058 -  The measurements, number of columns and number of rows can be found
2059    on the vendor product packaging or website.
2060
2061    -  **Important**
2062
2063           If you do not supply a left text margin in the template, a
2064           3/16" (13.5 point) left text margin will apply by default.
2065
2066 -  A profile is a set of "adjustments" applied to a given template just
2067    prior to printing which compensates for anomalies unique and peculiar
2068    to a given printer (to which the profile is assigned).
2069
2070    -  Before picking a profile try printing some sample labels so that
2071       you can easily define a profile that is right for your
2072       printer/template combination.
2073
2074    -  After finding any anomalies in the printed document, :ref:`create a
2075       profile <label-add-a-profile-label>` and assign it to the template.
2076
2077 After saving, your templates will appear on the 'Manage' area under
2078 'Label templates'.
2079
2080 |image321|
2081
2082 .. _label-profiles-label:
2083
2084 Profiles
2085 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2086
2087 -  *Get there:* More > Tools > Label Creator > Manage > Printer Profiles
2088
2089 A profile is a set of "adjustments" applied to a given
2090 :ref:`template <label-add-a-template-label>` just prior to printing which
2091 compensates for anomalies unique and peculiar to a given printer (to
2092 which the profile is assigned). This means if you set a template up and
2093 then print a sample set of data and find that the items are not all
2094 aligned the same on each label, you need to set up a profile for each
2095 printer to make up for the differences in printing styles, such as the
2096 shifting of text to the left, right, top or bottom.
2097
2098 If your labels are printing just the way you want, you will not need a
2099 profile.
2100
2101 .. _label-add-a-profile-label:
2102
2103 Add a Profile
2104 ''''''''''''''''''''''''''''''''''''
2105
2106 To add a new profile, you want to click on the 'New' button at the top
2107 of the Label Creator tool and choose 'Printer profile'.
2108
2109 |image322|
2110
2111 Using the form that appears you can create a profile to fix any problems
2112 with your template.
2113
2114 |image323|
2115
2116 -  The Printer Name and Paper Bin do not have to match your printer
2117    exactly, they are for your reference so you can remember what printer
2118    you have set the profile for. So if you want to use the Printer model
2119    number in printer name or you can call it 'the printer on my desk'
2120
2121 -  Template will be filled in once you have chosen which template to
2122    apply the profile to on the :ref:`template edit
2123    form <label-add-a-template-label>`
2124
2125 -  The Units pull down is used to define what measurement scale you're
2126    going to be using for your profile.
2127
2128    |image324|
2129
2130 -  Offset describes what happens when the entire image is off center
2131    either vertically or horizontally and creep describes a condition
2132    where the distance between the labels changes across the page or up
2133    and down the page
2134
2135    -  For these values, negative numbers move the error up and to the
2136       left and positive numbers move the error down and to the right
2137
2138    -  Example: the text is .25" from the left edge of the first label,
2139       .28" from the left edge of the second label and .31" from the left
2140       edge of the third label. This means the horizontal creep should be
2141       set to .03" to make up for this difference.
2142
2143 After saving, your profiles will appear on the 'Manage' area under
2144 'Printer profiles'.
2145
2146 |image325|
2147
2148 Once you have saved your new profile, you can return to the list of
2149 templates and choose to edit the template that this profile is for.
2150
2151 .. _label-layouts-label:
2152
2153 Layouts
2154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2155
2156 -  *Get there:* More > Tools > Label Creator > Manage > Layouts
2157
2158 A layout is used to define the fields you want to appear on your labels.
2159
2160 .. _label-add-a-layout-label:
2161
2162 Add a Layout
2163 ''''''''''''''''''''''''''''''''''
2164
2165 To add a new layout, you want to click on the 'New' button at the top of
2166 the Label Creator tool and choose 'Layout'.
2167
2168 |image326|
2169
2170 Using the form that appears you can create a profile to fix any problems
2171 with your template.
2172
2173 |image327|
2174
2175 -  The name of your layout can be anything you'd like to help you
2176    identify it later.
2177
2178 -  If this is a barcode label you'll want to choose the encoding (Code
2179    39 is the most common)
2180
2181 -  The layout type can be any combination of bibliographic information
2182    and/or barcode. For example a spine label would just be Biblio
2183    whereas a label for your circulation staff to use to checkout the
2184    book would probably be Biblio/Barcode.
2185
2186 -  The Bibliographic Data to Print includes any of the data fields that
2187    may be mapped to your MARC frameworks. You can choose from the preset
2188    list of fields or you can click on 'List Fields' and enter your own
2189    data. In 'List Fields', you can specify MARC subfields as a
2190    4-character tag-subfield string: (ie. 254a for the title field), You
2191    can also enclose a whitespace-separated list of fields to concatenate
2192    on one line in double quotes. (ie. "099a 099b" or "itemcallnumber
2193    barcode"). The fields available are from the database tables list
2194    below. Finally you could add in static text strings in single-quote
2195    (ie. 'Some static text here.')
2196
2197    -  You can use the schema viewer (http://schema.koha-community.org)
2198       with the following tables to find field names to use:
2199
2200       -  Currently all fields in the following tables are used: items,
2201          biblioitems, biblio, branches
2202
2203          |image328|
2204
2205 -  Choose if the label maker should print out the guidelines around each
2206    label
2207
2208 -  Choose if you'd like Koha to try to split your call numbers (usually
2209    used on Spine Labels)
2210
2211 -  Finally choose your text settings such as alignment, font type and
2212    size.
2213
2214 After saving, your layouts will appear on the 'Manage Layouts' page.
2215
2216 .. _label-batches-label:
2217
2218 Batches
2219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2220
2221 -  *Get there:* More > Tools > Label Creator > Manage > Label batches
2222
2223 Batches are made up of the barcodes you would like to print. Once in
2224 this tool you can search for the item records you would like to print
2225 out labels for.
2226
2227 .. _label-add-a-batch-label:
2228
2229 Add a Batch
2230 ''''''''''''''''''''''''''''''''
2231
2232 Batches can be created in one of two ways. The first is to click the
2233 'Create Label Batch' link on the ':ref:`Staged MARC
2234 Management <staged-marc-record-management-label>`' page:
2235
2236 |image329|
2237
2238 The other is to choose to create a new batch from the label creator tool
2239
2240 |image330|
2241
2242 You will be brought to an empty batch with a box to scan barcodes or
2243 itemnumbers in to and an 'Add item(s)' button at the bottom of the page.
2244
2245 |image331|
2246
2247 You can either scan barcodes in to the box provided and click the 'Add
2248 item(s)' button or you can click the 'Add item(s)' button with the
2249 barcodes box empty. Clicking 'Add item(s)' with nothing in the barcodes
2250 box will open a search window for you to find the items you want to add
2251 to the batch.
2252
2253 |image332|
2254
2255 From the search results, click the check box next to the items you want
2256 to add to the batch and click the 'Add checked' button. You can also add
2257 items one by one by clicking the 'Add' link to the left of each item.
2258
2259 |image333|
2260
2261 Once you have added all of the items click the 'Done' button. The
2262 resulting page will list the items you have selected.
2263
2264 |image334|
2265
2266 To print your labels, click the 'Export full batch' button. To print
2267 only some of the labels, click the 'Export selected item(s)' button.
2268 Either way you will be presented with a confirmation screen where you
2269 can choose your template and layout.
2270
2271 |image335|
2272
2273 You will then be presented with three download options: PDF, Excel, and
2274 CSV.
2275
2276 |image336|
2277
2278 After saving your file, simply print to the blank labels you have in
2279 your library.
2280
2281 .. _quick-spine-label-creator-label:
2282
2283 Quick Spine Label Creator
2284 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2285
2286 -  *Get there:* More > Tools > Catalog > Quick Spine Label Creator
2287
2288     **Note**
2289
2290     This tool does not use the label layouts or templates, it simply
2291     prints a spine label in the first spot on the label sheet.
2292
2293     -  Define the fields you want to print on the spine label in the
2294        :ref:`SpineLabelFormat` system preference
2295
2296     -  Format your label printing by editing spinelabel.css found in
2297        koha-tmpl/intranet-tmpl/prog/en/css/
2298
2299 To use this tool you simply need the barcode for the book you'd like to
2300 print the spine label for.
2301
2302 |image337|
2303
2304 .. _marc-modification-templates-label:
2305
2306 MARC modification templates
2307 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2308
2309 The MARC Modification Templates system gives Koha users the power to
2310 make alterations to MARC records automatically while staging MARC
2311 records for import.
2312
2313 This tool is useful for altering MARC records from various
2314 vendors/sources work with your MARC framework. The system essentially
2315 allows one to create a basic script using actions to Copy, Move, Add,
2316 Update and Delete fields.
2317
2318 Start by adding a new template (a template can be made up of one or more
2319 actions) by entering a name and clicking 'Create template'.
2320
2321 |image338|
2322
2323 Next you can add actions to the template by filling in the Action box.
2324 For example if you're loading in a batch of files from your EBook vendor
2325 you might want to add the biblio item type of EBOOK to the 942$c.
2326
2327 |image1237|
2328
2329 -  Choose 'Add/Update'
2330
2331 -  Enter the field 942 and subfield c
2332
2333 -  Enter the value of 'EBOOK' (or whatever your ebook item type code is)
2334
2335 -  Provide a description so you can identify this action later
2336
2337 -  Click 'Add action'
2338
2339 Each action can also have an optional condition to check the value or
2340 existence of another field. For example you might want to add the call
2341 number to the item record if it's not already there.
2342
2343 |image339|
2344
2345 -  Choose 'Copy'
2346
2347 -  Decide if you want to copy the first occurrence or all occurrence of
2348    the field
2349
2350 -  Enter the field 090 (or other biblio call number field) and subfield
2351    a to copy
2352
2353 -  Enter the 952 field and o subfield to copy to
2354
2355 -  Choose 'if'
2356
2357 -  Enter the 952 field and o subfield
2358
2359 -  Choose "doesn't exist"
2360
2361 -  Provide a description so you can identify this action later
2362
2363 -  Click 'Add action'
2364
2365 The Copy & Move actions also support Regular Expressions, which can be
2366 used to automatically modify field values during the copy/move. An
2367 example would be to strip out the '$' character in field 020$c.
2368
2369 |image340|
2370
2371 -  Choose 'Copy and replace'
2372
2373 -  Decide if you want to copy the first occurrence or all occurrences of
2374    the field
2375
2376 -  Enter the field 020 and subfield c to copy
2377
2378 -  Enter the 020 field and c subfield to copy to
2379
2380 -  Check the 'RegEx' box and enter your regular expression (in this case
2381    s/\\$// )
2382
2383 -  Choose 'if'
2384
2385 -  Enter the 020 field and c subfield
2386
2387 -  Choose "matches"
2388
2389 -  Check the 'RegEx' box and enter your regular expression (in this case
2390    m/^\\$/ )
2391
2392 -  Provide a description so you can identify this action later
2393
2394 -  Click 'Add action'
2395
2396     **Note**
2397
2398     The value for an update can include variables that change each time
2399     the template is used. Currently, the system supports two variables,
2400     \_\_BRANCHCODE\_\_ which is replaced with the branchcode of the
2401     library currently using the template, and \_\_CURRENTDATE\_\_ which
2402     is replaced with the current date in ISO format ( YYYY-MM-DD ).
2403
2404 You could also use regular expressions to add your library's proxy URL
2405 in front of links in your MARC record.
2406
2407 |image1238|
2408
2409 -  Choose 'Copy and replace'
2410
2411 -  Decide if you want to copy the first occurrence or all occurrences of
2412    the field
2413
2414 -  Enter the field 856 and subfield u to copy
2415
2416 -  Enter the 856 field and u subfield to copy to
2417
2418 -  Check the 'RegEx' box and enter your regular expression (in this case
2419    s/^/PROXY\_URL/ )
2420
2421 -  Provide a description so you can identify this action later
2422
2423 -  Click 'Add action'
2424
2425 When choosing between 'Copy' and 'Copy and replace' keep the following
2426 example in mind:
2427
2428 ::
2429
2430     245 _aThe art of computer programming _cDonald E. Knuth.
2431     300 _aA_exists _bB_exists
2432
2433 If we apply action (a) Copy the whole field 245 to 300, we get:
2434
2435 ::
2436
2437     245 _aThe art of computer programming _cDonald E. Knuth.
2438     300 _aA_exists _bB_exists
2439     300 _aThe art of computer programming _cDonald E. Knuth.
2440
2441 If we apply action (b) Copy the subfield 245$a to 300$a, we get:
2442
2443 ::
2444
2445     245 _aThe art of computer programming _cDonald E. Knuth.
2446     300 _aThe art of computer programming _bB_exists
2447
2448 Once your actions are saved you can view them at the top of the screen.
2449 Actions can be moved around using the arrows to the left of them.
2450
2451 |image341|
2452
2453 Depending on your actions the order may be very important. For example
2454 you don't want to delete a field before you copy it to another field.
2455
2456 To add another template you can either start fresh or click the
2457 'Duplicate current template' checkbox to create a copy of an existing
2458 template to start with.
2459
2460 |image342|
2461
2462 Once your template is saved you will be able to pick it when using the
2463 :ref:`Stage MARC Records for Import` tool.
2464
2465 |image343|
2466
2467 .. _stage-marc-records-for-import-label:
2468
2469 Stage MARC Records for Import
2470 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2471
2472 -  *Get there:* More > Tools > Catalog > Stage MARC records for import
2473
2474 This tool can be used to import both bibliographic and authority records
2475 that are saved in MARC format. Importing records into Koha includes two
2476 steps. The first is to stage records for import.
2477
2478 -  First find the MARC file on your computer
2479
2480    |image344|
2481
2482 -  Next you will be presented with options for record matching and item
2483    imports
2484
2485    |image345|
2486
2487    -  Enter 'Comments about this file' to identify your upload when
2488       going to the ':ref:`Manage Staged MARC Records <staged-marc-record-management-label>`' tool
2489
2490    -  Tell Koha which type of file this is, bibliographic or authority
2491
2492       |image346|
2493
2494    -  Choose the character encoding
2495
2496       |image347|
2497
2498    -  Choose if you would like to use a :ref:`MARC Modification
2499       Template <marc-modification-templates-label>` to alter the data you're about to
2500       import
2501
2502       |image348|
2503
2504    -  Choose whether or not you want to look for matching records
2505
2506       |image349|
2507
2508       -  You can set up :ref:`record matching rules <record-matching-rules-label>`
2509          through the administration area
2510
2511          |image350|
2512
2513          -  When using the ISBN matching rule Koha will find only exact
2514             matches. If you find that the ISBN match is not working to
2515             your satisfaction you can change the
2516             :ref:`AggressiveMatchOnISBN`
2517             preference to 'Do' and then run your import again.
2518
2519    -  Next choose what to do with matching records if they are found
2520
2521    -  Finally choose what to do with records that are unique
2522
2523    -  Next you can choose whether or not to import the item data found
2524       in the MARC records (if the file you're loading is a bibliographic
2525       file)
2526
2527       |image351|
2528
2529       -  From here you can choose to always add items regardless of
2530          matching status, add them only if a matching bib was found, add
2531          items only if there was no matching bib record, replace items
2532          if a matching bib was found (The match will look at the
2533          itemnumbers and barcodes to match on for items. Itemnumbers
2534          take precendence over barcodes), or Ignore items and not add
2535          them.
2536
2537 -  Click 'Stage for import'
2538
2539 -  You will be presented with a confirmation of your MARC import
2540
2541    |image352|
2542
2543 -  To complete the process continue to the :ref:`Manage Staged MARC Records
2544    Tool <staged-marc-record-management-label>`
2545
2546 .. _staged-marc-record-management-label:
2547
2548 Staged MARC Record Management
2549 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2550
2551 -  *Get there:* More > Tools > Catalog > Staged MARC Record Management
2552
2553 Once you have :ref:`staged <stage-marc-records-for-import-label>` your records for import you can
2554 complete the import using this tool.
2555
2556 |image353|
2557
2558 -  From the list of staged records, click on the file name that you want
2559    to finish importing
2560
2561    -  You will note that records that have already been imported will
2562       say so under 'Status'
2563
2564 -  A summary of your import will appear along with the option to change
2565    your matching rules
2566
2567    |image354|
2568
2569 -  Below the summary is the option to import the batch of bib records
2570    using a specific framework
2571
2572    |image355|
2573
2574    -  Choosing a framework other than 'Default' isn't necessary, but
2575       it's helpful for running reports and having the right bib level
2576       item type selected on import.
2577
2578 -  Below the framework selection there will be a list of the records
2579    that will be imported
2580
2581    |image356|
2582
2583    -  Review your summary before completing your import to make sure
2584       that your matching rule worked and that the records appear as you
2585       expect them to
2586
2587    -  Matches will appear with info under the 'Match details column'
2588
2589       |image357|
2590
2591       and when clicking the 'View' link under 'Diff' you can see the
2592       difference between versions.
2593
2594       |image358|
2595
2596 -  Click 'Import into catalog' to complete the import
2597
2598    |image359|
2599
2600 -  Once your import is complete a link to the new bib records will
2601    appear to the right of each title that was imported
2602
2603 -  You can also undo your import by clicking the 'Undo import into
2604    catalog' button
2605
2606 Records imported using this tool remain in the 'reservoir' until they
2607 are cleaned. These items will appear when searching the catalog from the
2608 `Cataloging <#cataloging>`__ tool:
2609
2610 |image360|
2611
2612 To clean items out of the 'reservoir':
2613
2614 -  Visit the main screen of the Manage Staged MARC Records tool
2615
2616    |image361|
2617
2618 -  To clean a batch, click the 'Clean' button to the right
2619
2620 -  You will be presented with a confirmation message
2621
2622    |image362|
2623
2624    -  Accept the deletion and the records will be removed from the
2625       reservoir and the status will be changed to 'cleaned'
2626
2627 .. _upload-local-cover-image-label:
2628
2629 Upload Local Cover Image
2630 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2631
2632 -  *Get there:* More > Tools > Catalog > Upload Local Cover Image
2633
2634 This tool will allow you to upload cover images for the materials in
2635 your catalog. To access this tool, staff will need the
2636 :ref:`upload\_local\_cover\_images permission <granular-tools-permissions-label>`. In
2637 order for images to show in the staff client and/or OPAC you will need
2638 to set your :ref:`LocalCoverImages` and/or
2639 :ref:`OPACLocalCoverImages` preferences to
2640 'Display.' Images can be uploaded in batches or one by one.
2641
2642     **Note**
2643
2644     Koha does not have a maximum file size limit for this tool, but
2645     Apache may limit the maximum size of uploads (talk to your sys
2646     admin).
2647
2648     **Note**
2649
2650     When you want to upload multiple images onto a bib record, they will
2651     display left to right (then top to bottom, depending on screen real
2652     estate) in order of uploading, and the one on the left (the first
2653     one uploaded) will be the one used as a thumbnail cover in search
2654     results and on the detail page. There is no way to reorder cover
2655     images uploaded in this way, so be sure to upload them in the order
2656     you'd like them to appear.
2657
2658     |image1239|
2659
2660 If uploading a single image:
2661
2662 -  Visit the tool and click the 'Browse' button to browse to the image
2663    on your local machine.
2664
2665    |image363|
2666
2667 -  Click 'Upload file'
2668
2669 -  Choose 'Image file' under the 'File type' section
2670
2671 -  Enter the biblionumber for the record you're attaching this image to.
2672    This is not the same as the barcode, this is the system generated
2673    number assigned by Koha.
2674
2675    -  Find the biblionumber by looking at the end of the URL in the
2676       address bar when on the detail page
2677
2678       |image364|
2679
2680    -  or by clicking on the MARC tab on the detail page in the staff
2681       client
2682
2683       |image365|
2684
2685 -  If you would like to replace any other cover images you may have
2686    uploaded in the past, check the 'Replace existing covers' box under
2687    the 'Options' section
2688
2689 -  Click 'Process images'
2690
2691 -  You will be presented with a summary of the upload and a link to the
2692    record you have just added the image to
2693
2694 If uploading a batch of images at once you will need to prepare a ZIP
2695 file first.
2696
2697 -  Enter in to the ZIP file all the images you are uploading
2698
2699 -  Also include a text file (\*.TXT) named either datalink.txt or
2700    idlink.txt listing the biblionumber followed by the image name for
2701    each image one per line
2702
2703    -  ex. 4091,image4091.jpg
2704
2705       |image366|
2706
2707 -  Browse your local computer to the ZIP file
2708
2709 -  Click 'Upload file'
2710
2711 -  Choose 'Zip file' under the 'File type' section
2712
2713 -  If you would like to replace any other cover images you may have
2714    uploaded in the past, check the 'Replace existing covers' box under
2715    the 'Options' section
2716
2717 -  Click 'Process images'
2718
2719 -  You will be presented with a summary of the upload
2720
2721    |image367|
2722
2723     **Important**
2724
2725     The source image is used to generate a 140 x 200 px thumbnail image
2726     and a 600 x 800 px full-size image. The original sized image
2727     uploaded will not be stored by Koha
2728
2729 You will be able to see your cover images in the staff client on the
2730 detail page under the 'Image' tab in the holdings table at the bottom
2731
2732 |image368|
2733
2734 In the OPAC the cover images will also appear in the images tab, as well
2735 as next to the title and on the search results.
2736
2737 If you would like to remove a cover image you can click 'Delete image'
2738 below the image if you have the :ref:`upload\_local\_cover\_images
2739 permission <granular-tools-permissions-label>`.
2740
2741 .. _additional-tools-label:
2742
2743 Additional Tools
2744 ---------------------------------------
2745
2746 .. _calendar-label:
2747
2748 Calendar
2749 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2750
2751 -  *Get there:* More > Tools > Additional Tools > Calendar
2752
2753 Libraries can define library closings and holidays to be used when
2754 calculating due dates. You can make use of the Calendar by turning on
2755 the proper system preferences:
2756
2757 -  *Get there:*\ More > Administration > Global System Preferences >
2758    Circulation > :ref:`useDaysMode`
2759
2760    -  Choose the method for calculating due date - either include days
2761       the library is closed in the calculation or don't include them.
2762
2763 -  *Get there:* More > Administration > Global System Preferences >
2764    Circulation > :ref:`finescalendar <finescalendar-label>`
2765
2766    -  This will check the holiday calendar before charging fines
2767
2768 |image369|
2769
2770 .. _adding-events-label:
2771
2772 Adding Events
2773 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2774
2775 Before adding events, choose the library you would like to apply the
2776 closings to. When adding events you will be asked if you would like to
2777 apply the event to one branch or all branches. To add events, simply
2778
2779 -  Click on the date on the calendar that you would like to apply the
2780    closing to
2781
2782    |image370|
2783
2784 -  In the form that appears above the calendar, enter the closing
2785    information (for more info on each option click the question mark [?]
2786    to the right of the option)
2787
2788    -  Library will be filled in automatically based on the library you
2789       chose from the pull down at the top of the page
2790
2791    -  The day information will also be filled in automatically based on
2792       the date you clicked on the calendar
2793
2794    -  In the description enter the reason the library is closed
2795
2796    -  Next you can choose if this event is a one time event or if it is
2797       repeatable.
2798
2799       -  If this is a one day holiday choose 'Holiday only on this day'
2800
2801       -  If this is a weekly closing (like a weekend day) then you can
2802          choose 'Holiday repeated every same day of the week'
2803
2804       -  If this is an annual holiday closing choose 'Holiday repeated
2805          yearly on the same date'
2806
2807       -  If the library is going to be closed for the week or a range of
2808          time choose 'Holiday on a range' and enter a 'To Date' at the
2809          top
2810
2811       -  If the library is going to be closed for a range of time each
2812          year (such as summer holidays for schools) choose 'Holiday
2813          repeated yearly on a range' and enter a 'To Date' at the top
2814
2815    -  Finally decide if this event should be applied to all libraries or
2816       just the one you have originally selected
2817
2818       -  If you'd rather enter all the holidays and then copy them all
2819          to another branch all at once you can use the copy menu below
2820          the calendar
2821
2822          |image371|
2823
2824 -  After saving you will see the event listed in the summary to the
2825    right the calendar
2826
2827    |image372|
2828
2829 .. _editing-events-label:
2830
2831 Editing Events
2832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2833
2834 To edit events
2835
2836 -  Click on the event on the calendar that you want to change (do this
2837    by clicking on the date on the calendar, not the event listed in the
2838    summary)
2839
2840    |image373|
2841
2842 -  From this form you can make edits to the holiday or delete the
2843    holiday completely.
2844
2845    -  All actions require that you click 'Save' before the change will
2846       be made.
2847
2848 -  Clicking on repeatable events will offer slightly different options
2849
2850    |image374|
2851
2852    -  In the form above you will note that there is now an option to
2853       'Generate an exception for this repeated holiday,' choosing this
2854       option will allow you to make it so that this date is not closed
2855       even though the library is usually closed on this date.
2856
2857       -  All actions require that you click 'Save' before the change
2858          will be made.
2859
2860 .. _additional-help-label:
2861
2862 Additional Help
2863 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2864
2865 When adding or editing events you can get additional help by clicking on
2866 the question mark next to various different options on the form
2867
2868 |image375|
2869
2870 .. _csv-profiles-label:
2871
2872 CSV Profiles
2873 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2874
2875 -  *Get there:* More > Tools > Additional Tools > CSV Profiles
2876
2877 CSV Profiles are created to define how you would like your cart or list
2878 to export.
2879
2880 .. _add-csv-profiles-label:
2881
2882 Add CSV Profiles
2883 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2884
2885 To add a CSV Profile
2886
2887 -  Click 'CSV Profiles' from the Tools menu
2888
2889 -  The 'Profile type' determines what type of fields you plan to use
2890    (MARC or SQL) to define your profile
2891
2892    -  If you choose MARC then you will need to enter MARC fields
2893
2894    |image376|
2895
2896    -  If you choose SQL then you will need to enter SQL database fields
2897
2898       |image377|
2899
2900    -  The 'Profile name' will appear on the export pull down list when
2901       choosing 'Download' from your cart or list
2902
2903       |image378|
2904
2905    -  The 'Profile description' is for your own benefit, but will also
2906       appear in the OPAC when patrons download content, so make sure
2907       it's clear to your patrons as well
2908
2909    -  The 'CSV separator' is the character used to separate values and
2910       value groups
2911
2912           **Note**
2913
2914           The most common option here is comma because most spreadsheet
2915           applications know how to open files split by commas.
2916
2917    -  The 'Field separator' is the character used to separate duplicate
2918       fields
2919
2920       -  Example: You may have multiple 650 fields and this is the
2921          character that will appear in between each one in the column
2922
2923          |image379|
2924
2925    -  The 'Subfield separator' is the character used to separate
2926       duplicate subfields
2927
2928       -  Example: You may have multiple $a subfields in a field
2929
2930    -  The 'Encoding' field lets you define the encoding used when saving
2931       the file
2932
2933    -  Finally format your CSV file using the 'Profile MARC' or 'Profile
2934       SQL' field
2935
2936       -  Define which fields or subfields you want to export, separated
2937          by pipes. Example : 200\|210$a\|301 for MARC and
2938          biblio.title\|biblio.author for SQL
2939
2940       -  **Note**
2941
2942              You can also use your own headers (instead of the ones from
2943              Koha) by prefixing the field number with an header,
2944              followed by the equal sign. Example : Personal
2945              name=100\|title=245$a\|300
2946
2947    When you have entered in all of the information for you profile,
2948    simply click 'Submit' and you will be presented with a confirmation
2949    that your profile has been saved.
2950
2951    |image380|
2952
2953 .. _modify-csv-profiles-label:
2954
2955 Modify CSV Profiles
2956 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2957
2958 Once you have created at least one CSV Profile an 'Edit profile' tab
2959 will appear next to the 'New profile' button.
2960
2961 |image381|
2962
2963 -  Choose the profile you would like to edit and alter the necessary
2964    fields.
2965
2966 -  After submitting your changes you will be presented with a
2967    confirmation message at the top of the screen
2968
2969    |image382|
2970
2971 -  To delete a profile, check the 'Delete selected profile' option
2972    before clicking 'Submit Query'
2973
2974    |image383|
2975
2976 .. _using-csv-profiles-label:
2977
2978 Using CSV Profiles
2979 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2980
2981 Your CSV Profiles will appear on the export list or cart menu under the
2982 'Download' button in both the staff client and the OPAC
2983
2984 |image384|
2985
2986 .. _log-viewer-label:
2987
2988 Log Viewer
2989 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2990
2991 -  *Get there:* More > Tools > Additional Tools > Log Viewer
2992
2993 Actions within the Koha system are tracked in log files. Your :ref:`system
2994 preferences <logs-label>` can be changed to prevent the logging of
2995 different actions. These logs can be viewed using the Log Viewer Tool.
2996
2997 |image385|
2998
2999 Choosing different combinations of menu options will produce the log
3000 file for that query.
3001
3002 A query for all logs related to the Circulation module produces a result
3003 |image386|
3004
3005 .. _news-label:
3006
3007 News
3008 ~~~~~~~~~~~~~~~~~~~~
3009
3010 -  *Get there:* More > Tools > Additional Tools > News
3011
3012 Koha's news module allows librarians to post news to the OPAC, staff
3013 interface and circulation receipts.
3014
3015 |image387|
3016
3017 To add news to either the OPAC, the Staff Client or a Circulation
3018 receipt:
3019
3020 -  Click 'New Entry'
3021
3022    |image388|
3023
3024    -  Under 'Display Location' choose whether to put the news on the
3025       OPAC, Slip (circulation receipt) or the Librarian (Staff)
3026       Interface.
3027
3028       |image1240|
3029
3030    -  Choose the library this news item will show for
3031
3032    -  Choose a title for your entry
3033
3034    -  Using the publication and expiration date fields you can control
3035       from which date and for how long your news item appears
3036
3037       -  Examples: (these assume today's date as 07-May-2015)
3038
3039          -  Publish on current date: set publication date as 07-May-2015
3040
3041          -  Schedule for publishing in future: set date later than
3042             07-May-2015
3043
3044          -  Backdate the news item: set date earlier than 07-May-2015
3045
3046    -  'Appear in position' lets you decide what order your news items
3047       appear in
3048
3049    -  The 'News' box allows for the use of HTML for formatting of your
3050       news item
3051
3052 -  After filling in all of the fields, click 'Submit'
3053
3054 -  News in the OPAC will appear above the
3055    :ref:`OpacMainUserBlock`
3056
3057    |image389|
3058
3059    -  Below the news in the OPAC there will be an RSS icon allowing you
3060       to subscribe to library news
3061
3062     |image1241|
3063
3064 -  News in the Staff Client will appear on the far left of the screen
3065
3066    |image390|
3067
3068 -  News on the circulation receipts will appear below the items that are
3069    checked out
3070
3071    |image391|
3072
3073 -  Depending on your choice for the
3074    :ref:`NewsAuthorDisplay` preference you will also
3075    see the person who created the news item (this uses the logged in
3076    person)
3077
3078 .. _task-scheduler-label:
3079
3080 Task Scheduler
3081 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3082
3083 -  *Get there:* More > Tools > Additional Tools > Task Scheduler
3084
3085 The task scheduler is a way to schedule reports to run whenever you
3086 want.
3087
3088 To schedule a task, visit the Task Scheduler and fill in the form
3089
3090 |image392|
3091
3092 -  Current Server Time shows the time on your server (schedule all of
3093    your reports to run based on that time - not on your local time)
3094
3095 -  Time should be entered as hh:mm (2 digit hour, 2 digit minute)
3096
3097 -  Date should be entered using the calendar pop up
3098
3099 -  From Report choose the report you want to schedule
3100
3101 -  Choose whether to receive the text of or a link to the results
3102
3103 -  In the Email filed enter the email of the person you want to receive
3104    your report
3105
3106 Below the task scheduler form, there is a list of scheduled reports
3107
3108 |image393|
3109
3110 You can also schedule reports directly from the list of saved reports by
3111 clicking the 'Schedule' link
3112
3113 |image394|
3114
3115 .. _troubleshooting-label:
3116
3117 Troubleshooting
3118 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3119
3120 Task scheduler will not work if the user the web server runs as doesn't
3121 have the permission to use it. To find out if the right user has the
3122 permissions necessary, check /etc/at.allow to see what users are in it.
3123 If you don't have that file, check etc/at.deny. If at.deny exists but is
3124 blank, then every user can use it. Talk to your system admin about
3125 adding the user to the right place to make the task scheduler work.
3126
3127 .. _quote-of-the-day-(qotd)-editor-label:
3128
3129 Quote of the Day (QOTD) Editor
3130 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131
3132 -  *Get there:* More > Tools > Additional Tools > Edit quotes for QOTD
3133    feature
3134
3135 This tool will allow you to add and edit quotes to show on the OPAC if
3136 you're using the Quote of the Day (QOTD) feature.
3137
3138 To turn this feature on set the :ref:`QuoteOfTheDay`
3139 preference to 'Enable and add at least one quote via the Quote of the
3140 Day Editor. Once these steps are complete you will see your quotes above
3141 the :ref:`OpacMainUserBlock` in the OPAC:
3142
3143 |image395|
3144
3145 .. _add-a-quote-label:
3146
3147 Add a Quote
3148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3149
3150 To add a quote:
3151
3152 -  Click the 'Add quote' button in the toolbar and an empty quote entry
3153    will be added to the end of the current quote list.
3154
3155    |image396|
3156
3157    -  **Important**
3158
3159           Both the 'Source' and the 'Text' fields must be filled in in
3160           order to save the new quote.
3161
3162           |image397|
3163
3164 -  When finished filling in both fields, press the <Enter> key on your
3165    keyboard to save the new quote.
3166
3167 -  The list will update and the new quote should now be visible in the
3168    list.
3169
3170     **Note**
3171
3172     You may cancel the addition of a new quote any time prior to saving
3173     it simply by pressing the <Esc> key on your keyboard.
3174
3175 .. _edit/delete-a-quote-label:
3176
3177 Edit/Delete a Quote
3178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3179
3180 Once the current quote pool has been loaded into the editing table, you
3181 may edit the quote source and text.
3182
3183 -  Edit either the 'Source' or 'Text' fields by clicking on the desired
3184    field.
3185
3186    |image398|
3187
3188 -  When you are finished editing a field, press the <Enter> key on your
3189    keyboard to save the changes.
3190
3191 The list will be updated, the edits saved, and visible.
3192
3193 If you'd like you can also delete quote(s).
3194
3195 -  Select the quote(s) you desire to delete by clicking on the
3196    corresponding quote id.
3197
3198 -  Once quote selection is finished, simply click the 'Delete quote(s)'
3199    button.
3200
3201 -  You will be prompted to confirm the deletion.
3202
3203 -  After confirming the deletion, the list will update and the quote(s)
3204    will no longer appear.
3205
3206 .. _import-quotes-label:
3207
3208 Import Quotes
3209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3210
3211 If you'd like you can import a batch of quotes as a CSV file. Your file
3212 must contain two columns in the form: "source","text" with no header
3213 row.
3214
3215     **Note**
3216
3217     You will be prompted to confirm upload of files larger than 512KB.
3218
3219 -  To start the import process click the 'Import quotes' button at the
3220    top of the screen
3221
3222    |image399|
3223
3224 -  Once on the import quotes screen you can browse your computer for the
3225    file you would like to import
3226
3227    |image400|
3228
3229 -  After selecting the CSV file, click the 'Open' button and the file
3230    will be uploaded into a temporary editing table.
3231
3232    |image401|
3233
3234 -  From the listing you can edit either the 'Source' or 'Text' fields by
3235    clicking on the desired field. When you are finished editing a field,
3236    press the <Enter> key on your keyboard to save the changes.
3237
3238    |image402|
3239
3240 -  You can also delete quotes from this listing before completing the
3241    import.
3242
3243    -  Select the quote(s) you desire to delete by clicking on the
3244       corresponding quote id.
3245
3246       |image403|
3247
3248    -  Once quote selection is finished, simply click the 'Delete
3249       quote(s)' key.
3250
3251       |image404|
3252
3253    -  You will be prompted to confirm the deletion.
3254
3255       |image405|
3256
3257    -  After confirming the deletion, the list will update and the
3258       quote(s) will no longer appear.
3259
3260 -  Once you are satisfied with the quotes, click the 'Save quotes'
3261    button in the toolbar at the top and the quotes will be saved.
3262
3263    |image406|
3264
3265 .. _upload-label:
3266
3267 Upload
3268 ~~~~~~~~~~~~~~~~~~~~~~~~
3269
3270 -  *Get there:* More > Tools > Additional Tools > Upload
3271
3272 This tool will allow you to upload files to your Koha system for
3273 selection from the :ref:`Cataloging form <attaching-files-to-records-label>`.
3274
3275 .. _upload-files-label:
3276
3277 Upload Files
3278 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3279
3280 When you first visit the Upload tool you might see a warning about
3281 missing a category.
3282
3283 |image1242|
3284
3285 Categories are defined in the :ref:`authorized value <authorized-values-label>`
3286 in the UPLOAD category. If you do not have upload categories then your
3287 files will be temporary and will be deleted the next time the server is
3288 rebooted. Once you have a value in the UPLOAD authorized value category
3289 you will see a Category pull down below the 'Browse' button.
3290
3291 |image1243|
3292
3293 Browse your computer a file, choose a category and decide if the public
3294 will be able to download this file via the OPAC. Once your file is
3295 uploaded you will be presented with a confirmation.
3296
3297 |image1244|
3298
3299 .. _search-files-label:
3300
3301 Search Files
3302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3303
3304 All uploaded files are searchable from below the upload form. Using the
3305 form you can search any part of the filename and/or the Hashvalue.Search
3306 uploaded files
3307
3308 You will be presened with the results of your search.
3309
3310 |image1245|