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