Herramientas

Las herramientas en Koha realizan algún tipo de acción. A menudo muchos de los ítems en Herramientas de Koha se conocen como “Reportes” en otros sistemas de administración bibliográfica.

  • Get there: More > Tools

Usuarios y circulación

Listas de usuarios

  • Get there: More > Tools > Patrons and circulation > Patron lists

Las listas de usuarios son una forma de almacenar un grupo de usuarios para facilitar su modificación a través de la herramienta de modificación de usuarios por lotes, o también como informe.

View of all patron lists and New patron list button

Para crear una nueva lista de usuarios haga clic en el botón “Nueva lista de usuarios”

New patron list form

Ingrese el nombre de la lista

Checking the “Shared” box will make this list visible to all users with the manage_patron_lists permission.

Guardar la lista

View of patrons in the list and search form to add new patrons to the list

Each list has an “Actions” menu with more list options.

Action menu available on each patron list

Para agregar usuarios a la lista haga clic en el enlace “Agregar usuarios” en el menú “Acciones”.

image248

Ingrese el nombre del usuario o número de carné en el cuadro de búsqueda y haga clic en el resultado correcto para agregar el usuario.

Alternatively, you can click on the “Enter multiple card numbers” link and scan (or type in) barcodes in the box.

View of selected patron ready to be added to the list

Una vez que haya realizado las modificaciones (a través de cualquier método) puede hacer clic en «Guardar» en la parte superior izquierda del editor.

View of all patrons of the list after adding patrons

Nota

  • Puede personalizar las columnas de esta tabla en la sección “Configuración de columnas” del módulo de Administración (id de tabla: patron-list-table).

To delete a list, click the “Actions” button and choose the “Delete list” option.

View of the list of patron lists, the Actions button to the right of a list is pressed and the mouse cursor is on the Delete list option

To delete multiple lists at once, select the lists and click the “Delete selected lists” button at the top of the table.

Version

The option to delete multiple lists at once was added in Koha version 23.11.

Clubes de usuarios

  • Get there: More > Tools > Patrons and circulation > Patron clubs

Patron clubs create clubs in which patrons may be enrolled. It is useful for tracking summer reading programs, book clubs and other such clubs.

Importante

Staff will need the clubs permissions to edit clubs, templates and enroll patrons. To learn how to set patron permissions, go to the patron permissions section of this manual.

Crear una nueva plantilla de club

A club template is a template that will be used to create clubs. You can add fields that can be filled out at the time a new club is created based on the template, or a new enrollment is created for a given club based on the template.

To create a new club template:

  • Click on the “New club template” button.

    Form to create a club template

  • Fill out the form:

    • Name (required): enter a name for the club template. This could be something like “Adult book club”, “Children’s book club” or “Summer reading program”. Remember, these templates will be the starting point for each club you create.

    • Description: enter any additional information.

    • Allow public enrollment: if this box is checked, it will allow patrons to enroll in a club based on this template from the OPAC.

    • Require valid email address: if this box is checked, only patrons with a valid email address can enroll. So they will need a email address to enroll.

    • Library: choose a library to limit the use of this template to staff from a specific library. If you leave it blank, staff from any library will be able to create a new club using this template.

  • Club fields: these fields will be used when creating a club based on this template. For example, this can be the name of the club, the name of the animator, the theme, etc. To add a club field, click on “Add new field”.

    Form to add club fields to a club template

    • Name: enter the text that will be used as the label of the field.

    • Description: enter any additional information about this field.

    • Authorized value category: if you want the field to be a dropdown menu, choose an authorized value category here. If this is left blank, the field will be a simple text field.

  • Enrollment fields: you can add any additional fields you want patrons to fill when they enroll in a club based on this template. To add an enrollment field, click on “Add new field”.

    Form to add enrollment fields to a club template

    • Name: enter the text that will be used as the label of the field.

    • Description: enter any additional information about this field.

    • Authorized value category: if you want the field to be a dropdown menu, choose an authorized value category here. If this is left blank, the field will be a simple text field.

  • Click “Save”.

Creando un nuevo club basado en una plantilla

Once the templates are created, you can create actual clubs.

  • Click on the “New club” dropdown menu and select the template you want to use.

    Form to create a new club based on a template called 'Adult book club', it includes custom club fields, Title of the book and Day and time of the meeting

  • Fill out the form with the club information:

    • Name (required): enter the name of the specific club you are creating. This is the name the staff and the patrons will see when enrolling. For example, “Summer 2018 reading club”.

    • Description: enter any additional information about the club.

    • Start date: choose the start date of the enrollment period. Staff and patrons will not be able to enroll in the club before the start date.

    • End date: choose the end date of the enrollment period. Once the club expires, enrollment will not be possible.

    • Library: if this club is limited to a specific library, choose it here. Only patrons from this specific library will be able to enroll. If you leave it blank, patrons from any library will be able to enroll.

    • If there were “Club fields” in the template, they will appear at the bottom of the form.

  • Click “Save”.

Enrolling a patron in a club from the staff interface

To enroll a patron in a club from the staff interface:

  • Go to the patron’s account.

  • On the “Details” page or the “Check out” page, click on the “Clubs” tab. All ongoing clubs will be displayed in this tab.

    Clubs tab in the patron's record

  • Click on the “Enroll” button.

  • If there were any “Enrollment fields” in the club template, they will appear here.

  • Click “Finish enrollment”.

You can also modify an enrollment by clicking the “Modify enrollment” button, or cancel an enrollment by clicking on the “Cancel enrollment” button.

Enrolling a patron in a club from the OPAC

If you allow public enrollment, the club will be visible on the OPAC.

  • Patrons have to sign into their account.

  • In the “Your summary” section, they will be able to click on the “Clubs” tab and click the “Enroll” button to enroll.

    A patron's 'Clubs' tab, there are several clubs in which the patron can enroll

  • If there were any “Enrollment fields” in the club template, they will appear here.

  • They can then click “Finish enrollment”.

Patron can also cancel their enrollment to a club by clicking the “Cancel enrollment” button.

Viewing enrollments

You can monitor the enrollments in each club by going to the “Patron clubs” tool page and choosing “Enrollment” from the “Actions” button next to the club.

The list of clubs, the Actions button next to one of the clubs is pressed and the mouse cursor is on the Enrollments option

On this page, you will see the patrons enrolled in this club, as well as their answers to the enrollment fields.

A table of the patrons enrolled in a club, the columns are the patrons' names, their card numbers, and there are two additional columns for enrollment fields answers, in this example, Do you need a large print version of the book? and Do you need an audio version of the book?

Version

The values of the club enrollment fields are visible on this page from Koha version 23.11.

In prior versions, you need to create an SQL report to get the values. See this example in the Koha SQL reports library.

Placing a hold for a patron club

You can place holds for a patron club. Holds are placed for club members in a random order.

To place a hold for a patron club from the clubs page:

  • Go to the patron clubs tool (“Home > Tools > Patron clubs”).

  • Click the “Actions” button for the club and select “Search to hold”.

    The list of clubs, the Actions button next to one of the clubs is pressed and the mouse cursor is on the Search to hold option

  • Search for a title and select a record.

  • Select “Place hold for [CLUBNAME]” from either the action links for the record,

    Single search result in the staff interface, among the options at the bottom, there is Holds and Place hold for March 2024 Book Club

    or from the “Place hold” action in the menu bar.

    The arrow button next to the 'Place hold' at the top of the search results in the staff interface is pressed and the options are: Place hold, Place hold for March 2024 Book Club, and Forget March 2024 Book Club

The place holds page is displayed and lists the club members.

Form to place a hold for a club

  • Click the “Place hold” button.

Holds are placed for all club members at once, in a random priority order.

You can also place a hold for a patron club from the bibliographic record. When placing the hold, click on the “Clubs” tab and search for the club’s name. Then click the place hold button.

Club search box when placing a hold for a patron club

Comentarios

  • Get there: More > Tools > Patrons and circulation > Comments

Todos los comentarios agregados por los usuarios vía OPAC a registros bibliográficos requieren moderación por los bibliotecarios. Si hay comentarios en espera de moderación aparecerán listados en el interfaz administrativo debajo de la etiqueta Herramientas:

View of alert that there are comments wainting on Koha main page

and next to the Comments tool on the Tools page

View of alert that there are comments wainting on Koha tools page

To moderate comments click on the notification on the main dashboard or go directly to the Comments tool and click “Approve” or “Delete” to the right of the comments awaiting moderation.

List of comments to moderate with action buttons

Si no hay comentarios a moderar verá un mensaje indicándole ello

List of comments moderation when no comments

También puede revisar y reprobar comentarios que haya aprobado en el pasado seleccionando la pestaña “Comentarios aprobados”

List of comments to approved with action buttons

Importación de usuarios

  • Get there: More > Tools > Patrons and circulation > Import patrons

La herramienta de importación de usuarios puede ser utilizada en cualquier momento para agregar usuarios en masa. Se utiliza comúnmente en universidades y escuelas cuando se registra un nuevo grupo de estudiantes.

Creating a patron import file

You can download a blank CSV file with a header from the start page of the patron import tool that you can use as a template for your patron import. The header contains all fields that can be used with the patron import tool. You can delete fields and columns you don’t need with the exception of a few mandatory ones. When overlaying, if your new .csv includes blank columns, any existing values in patron records will be overwritten with blanks. It is best to remove any blank columns in a .csv to ensure no existing data is removed.

Importante

cardnumber, surname, and all fields you have defined in the BorrowerMandatoryField preference are required and must match valid entries in your database.

Importante

El valor del “password” debe almacenarse en texto plano, y se convertirá en un hash md5 (que es una versión cifrada de la contraseña).

Si sus contraseñas ya están cifradas, hable con su administrador del sistema acerca de sus opciones

Importante

Date formats should match your dateformat system preference, and must be zero-padded, e.g. “01/02/2008”. Alternatively you can supply dates in ISO format (e.g. “2008-12-01”).

Importante

If your data contains special characters or diacritics, make sure your file is encoded in UTF-8. Otherwise, the special characters will not be imported correctly.

Nota

Si se cargan los atributos de usuarios, el campo “patron_attributes” debería contener una lista separada por comas de los tipos de atributos y valores.

  • El código de tipo de atributo y “:” deben preceder al valor.

    • Por ejemplo: «INSTID:12345,BASEBALL:Cubs»

    • Este campo debe ser entrecomillado si se definen varios valores.

    • Since values can contain spaces, additional doubled-quotes may be required:

      • «INSTID:12345,BASEBALL:Cubs,»»BASEBALL:White Sox»»

Nota

It’s possible to set restrictions using the patron import tool. If the expiration date and comment match an existing restriction, the one in the import file will be skipped. So a patron import can be repeated multiple times without creating duplicate restrictions. But if one of the criteria is different, a new restriction will be added.

Importing patrons

Once you have created your file, you can use the patron import tool to bring the data into Koha.

  • Elija dónde desea guardar el archivo

    image255

  • Choose to match on “cardnumber” or “username” to prevent adding of duplicate card numbers to the system. Additional matchpoints can be set up using patron attributes marked as unique.

    image256

  • A continuación, puede elegir los valores por defecto que se aplicarán a todos los usuarios a importar

    • For example, if you’re importing patrons specific to one branch you can use the field on the import form to apply the branch code to all those you are importing.

  • Finally, you need to decide on what data you want to replace if there are duplicates.

    • Un registro repetido se encuentra usando el campo que Usted seleccionó como criterio de chequeo para evitar duplicaciones

    image257

    • When using patron attributes in your installation, you can choose how they are handled on import. You can either decide to always overlay all patron attributes or you choose to only replace patron attributes included in your import file. This will leave other attributes untouched.

    image1355

Avisos y recibos

  • Get there: More > Tools > Patrons and circulation > Notices & slips

All notices and circulation receipts (or slips) generated by Koha can be customized using the Notices & slips tool. The system comes with several predefined templates that will appear when you first visit this tool.

List of notices

Nota

Cada aviso puede ser editado, pero solo unos pocos pueden ser eliminados, esto para prevenir errores tal como intentar enviar un mensaje sin su plantilla. Cada aviso y recibo puede ser editado para cada biblioteca, de forma predeterminada verá los avisos de todas las bibliotecas.

If you have a style you’d like applied to all slips you can point the SlipCSS preference to a stylesheet. The same is true for notices, using the NoticeCSS preference to define a stylesheet.

You will also want to review the Customising notices and slips wiki page for more information on formatting these notices.

Adding notices and slips

Para agregar un nuevo aviso o recibo

  • Click “New notice”

    New notice button is pressed and the list of notice types is displayed

  • Choose the type of notice, or module this notice is related to

    Form to create a new notice

  • Fill out the notice information

    • Library: choose which library this notice or slip is for.

      Importante

      Not all notices can be library specific. For more information review the Customising notices and slips wiki page.

    • Koha module: if you didn’t choose the correct module or type of notice previously, you can change it here.

    • Code: enter a unique alphanumeric code for this notice.

      Importante

      Note that codes are limited to 20 characters.

    • Name: enter a descriptive name for the notice.

      Nota

      For overdue notices, be sure to put your library name in the description, so that it will be visible when setting up your triggers.

  • Next, you can customize the notice for every possible delivery method.

    • Every notice should have an email template set for it.

      Form to create a new notice, the Email section is expanded

    • If the PhoneNotification system preference is enabled, you will have the option to add a phone template.

      Form to create a new notice, the Phone section is expanded

    • If you’re using the TalkingTechItivaPhoneNotification service you can set up a notification specific to that service.

      Form to create a new notice, the Phone (i-tiva) section is expanded

    • If you plan on printing this notice, you can set the print template

      Form to create a new notice, the Print section is expanded

    • If you have enabled SMS notices with the SMSSendDriver system preference, you can set the text for your SMS notices

      Form to create a new notice, the SMS section is expanded

      Importante

      Text messages are limited to 1600 characters. Make sure to keep messages short and avoid adding variables that could be very long (such as the list of items due, for example).

  • Each notice offers the same options

    • HTML message: if you plan on writing the notice or slip in HTML check the “HTML message” box, otherwise the content will be generated as plain text

    • Message subject: for emails, this is what will appear in the subject line of the email

    • Message body: feel free to type whatever message you feel is best, use the fields on the left hand side to enter individualized data from the from database.

      You can also use Template toolkit syntax for more flexibility. See the Notices with Template Toolkit wiki page for more information.

      Nota

      Review the Customising notices and slips wiki page for more information.

      Importante

      Overdue notices can use <<items.content>> tags by themselves, or use <item></item> to span all of the tags. Learn more about the Overdue notice markup.

      • On overdue notices make sure to use <<items.content>> tags to print out the data related to all items that are overdue.

      • The other option, only for overdue notices, is to use the <item></item> tags to span the line so that it will print out multiple lines. One example for the <item></item> tag option is:

        <item>"<<biblio.title>>" by <<biblio.author>>,
        <<items.itemcallnumber>>, Barcode: <<items.barcode>> ,
        Checkout date: <<issues.issuedate>>, Due date:
        <<issues.date\_due>> Fine: <<items.fine>> </item>
        

      Importante

      Only the overdue notices take advantage of the <item></item> tags, all other notices referencing items need to use <<items.content>>.

      Truco

      To add today’s date you can use the <<today>> tag.

      Truco

      If you don’t want to print the patron’s full name on your slips or notice you can enter data in the Other name or Initials field for each patron and use that value instead.

  • The system preference TranslateNotices will add tabs for each installed language to the notices editor. The notice defined in the “Default” tab will be used if there is no preferred language set for a patron (“Preferred language for notices” field in the patron file).

    Form to create a new notice, the email, print and sms sections are inside a tab called "Default", other tabs available are Français (fr-CA) and English (en)

Preview notice templates

For some notices it is possible to preview the notice template showing how it would look to a specified patron for a particular item or record.

If a notice template is previewable the notice template header will contain a field to enter preview data

image1342

Fill in the necessary information for the template then click the Preview button below the message body. The preview dialog will indicate if there are any problems generating the notice template preview.

Overdue notice markup

Cuando cree su aviso de retraso hay dos etiquetas además de los diversos campos de la base de datos que puede utilizar en sus avisos. Querrá revisar la Guía de campos de Avisos y recibos con información sobre el formateo de esos avisos.

Importante

Estas nuevas etiquetas solo funcionan en avisos de retrasos, hasta le momento no funciona en ningún otro aviso relacionado.

Estas etiquetas <item> y </item> lo cual debería incluir todos los campos de las tablas biblio, biblioitems e items.

Un ejemplo del uso de estas etiquetas en una plantilla de aviso podría ser como:

The following item(s) is/are currently overdue:

<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>

Lo cual, asumiendo dos ítems retrasados, resultará en un aviso como:

The following item(s) is/are currently overdue:

"A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
"History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50

Copying notices and slips

You can also copy an existing notice to another library by selecting the library you want to copy it to in the column «Copy notice» and then clicking on the «Copy» button.

Dropdown with "Centerville" library selected and "Copy" button

Existing notices and slips

Among the default notices are notices for several common actions within Koha. All of these notices can be customized by altering their text via the Notices and slips tool and their style using the NoticeCSS system preference to define a stylesheet.

Truco

Review the Customising notices and slips wiki page for information on formatting item information in these notices.

Here are some of what those notices do:

  • 2FA_DISABLE

  • 2FA_ENABLE

  • 2FA_OTP_TOKEN

    • This notice is used to send a time-based one-time password to a staff user for them to use to log into the staff interface if they have enabled the two-factor authentication on their account.

  • ACCEPTED

  • ACCOUNT_PAYMENT

  • ACCOUNT_WRITEOFF

  • ACQCLAIM (Acquisition claim)

    • Used for claiming orders in the aquisitions module.

    • ACQCLAIM is the code of the sample notice, but it’s possible to define several notices choosing any code. Only the module “Claim acquisition” will be taken into account. All notices with this module will appear in the pull down on the late orders page.

    • This notice is sent if several criteria are met:

      1. The staff patron triggering the email has a valid email address.

      2. The vendor contact marked as “Contact about late orders?” has a valid email address.

  • ACQORDER (Acquisition order)

    • Used in the acquisitions module to send order information to the vendor

    • The notice is triggered manually from the basket summary page using the “Email order” button in the toolbar.

    • This notice is sent if several criteria are met:

      1. The staff patron triggering the email has a valid email address.

      2. The vendor contact marked as “Primary acquisitions contact” and “Contact when ordering” has a valid email address.

  • ACQ_NOTIF_ON_RECEIV

  • AR_CANCELED

    • This notice is sent to the patron when an article request is cancelled by staff.

  • AR_COMPLETED

    • This notice is sent to the patron when an article request is marked as completed by staff.

  • AR_PENDING

    • This notice is sent to the patron when an article request is changed to “pending” status

  • AR_PROCESSING

    • This notice is sent to the patron when an article request is marked as being processed by staff.

  • AR_REQUESTED

  • AUTO_RENEWALS

    • This notice is sent to the patron if automatic renewals are enabled and the patron has chosen to receive it in their messaging preferences.

    • In order to send this notice, you must set the AutoRenewalNotices system preference to «according to patron messaging preferences».

    • This notice is set so that, depending on the result of the renewal, whether is was successful or not, the message will be different.

  • AUTO_RENEWALS_DGST

    • This notice is sent to the patron if automatic renewals are enabled and the patron has chosen to receive the digest in their messaging preferences.

    • In order to send this notice, you must set the AutoRenewalNotices system preference to «according to patron messaging preferences».

    • This notice is set so that, depending on the result of the renewal, whether is was successful or not, the message will be different.

  • AVAILABLE

  • CART

  • CANCEL_HOLD_ON_LOST

    • This notice is sent to a patron who placed a hold on an item and staff marked this items as lost from the “Holds to pull” list.

    • This notice is sent if the CanMarkHoldsToPullAsLost system preference is set to “Allow to mark items as lost and notify the patron”.

  • CHECKIN

    • Este aviso se envía como el aviso de “Devolución de préstamo” para todos los ítems que son devueltos

    • Este aviso se utiliza si se cumplen dos criterios:

      1. The EnhancedMessagingPreferences is set to “Allow”

      2. El socio ha pedido recibir este aviso

  • CHECKOUT

    • Este aviso se envía como el aviso de “Préstamo” para todos los ítems que son prestados

    • Este aviso se utiliza si se cumplen dos criterios:

      1. The EnhancedMessagingPreferences is set to “Allow”

      2. El socio ha pedido recibir este aviso

  • CHECKOUT_NOTE

  • DISCHARGE

  • This notice is used to generate a PDF to document a successful discharge request

  • The PDF can either be downloaded by the patron from their patron account or from the staff interface when discharging a patron

  • The discharge feature is controlled by the useDischarge system preference.

There are also a set of predefined slips (or receipts) listed on this page. All of these slips can be customized by altering their text via the Notices & slips tool and their style using the SlipCSS preference to define a stylesheet. Here is what those slips are used for:

  • ACCOUNT_CREDIT

    • Used to print a receipt for a credit (either a payment, writeoff or other credit).

    • The slip or receipt can be printed manually with the “Print” button next to a credit type account line in the patron’s accounting tab.

    • The slip or receipt can also be printed semi-automatically when paying or writing off a charge if the FinePaymentAutoPopup system preference is enabled.

    Nota

    It is possible to set specific notices for different credit types. To do so, create a new notice with the code CREDIT_ followed by the credit type code.

    For example, to have a specific slip for writeoffs, create a new notice with the code CREDIT_WRITEOFF.

  • ACCOUNT_DEBIT

    • Used to print an invoice for a debit (any type of charge, such as a lost item fee, or overdue fine).

    • The slip or invoice can be printed manually with the “Print” button next to a debit type account line in the patron’s accounting tab.

    Nota

    It is possible to set specific notices for different debit types. To do so, create a new notice with the code DEBIT_ followed by the debit type code.

    For example, to have a specific slip for lost items, create a new notice with the code DEBIT_LOST.

  • ACCOUNTS_SUMMARY

    • Used to print a summary of outstanding charges and unused credits in the patron’s account.

    • The slip can be printed manually with the “Print account balance” option in the “Print” button at the top of the patron’s details page.

  • AR_SLIP

  • CHECKINSLIP

    • This slip lists all items that were checked in today for this patron

    • To print this slip, click Print > Print checkin slip from the patron file

    • You can also print this slip from the Check in page

  • ISSUEQSLIP

  • ISSUESLIP

  • HOLD_SLIP

  • OVERDUE_SLIP

  • RECALL_REQUESTER_DET

    • Used to print the details of the patron who has requested a recall on an item, when receiving the recall.

  • RECEIPT

  • TRANSFERSLIP

    • Utilizado para imprimir un recibo de transferencia

    • El comprobante de transferencia se imprime cuando se confirma una transferencia de una sede a otra en su sistema

This tool also allows you to modify database entries for some specific purposes. So far, only the overdue fine description is available.

  • OVERDUE_FINE_DESC

    • This template is used to generate the description for overdue fines in a patron’s account.

      Nota

      The information available to this customization come from the checkouts (issues), items and patrons (borrowers).

Avisos de retraso/disparadores de estado

  • Get there: More > Tools > Patrons and circulation > Overdue notice/status triggers

Para enviar avisos de vencimiento que ha definido utilizando la herramienta de Avisos, es necesario establecer primero los factores que desencadenan que estos mensajes.

Importante

Para que se envíen los avisos de retraso a sus usuarios, es necesario establecer la categoría de usuario a la cual se le enviaran los avisos de vencimiento.

Importante

Depending on the value of your OverdueNoticeCalendar preference the delay may or may not include days the library is closed based on the holiday calendar.

The Overdue notice/status triggers tool gives the librarian the power to send up to three notices to each patron type notifying them of overdue items

image260

  • Demora es el número de días desde que se espera un ejemplar antes que se dispare una acción.

    • Importante

      Si desea que Koha dispare una acción (enviar una carta o suspender a un miembro), es necesario un valor de demora.

  • Para enviar avisos adicionales, haga clic en las pestañas de “Segundo” y “Tercer” aviso

  • Si desea evitar que un usuario tome prestado ítems debido a sus demoras, marque la casilla “Suspender”, esto hará que aparezca un aviso en el registro del usuario. Cuando el usuario quiera hacer un trámite la bibliotecaria verá que al usuario no se le prestará debido a los ítems atrasados.

    • If you choose to restrict a patron in this way you can also have Koha automatically remove that restriction with the AutoRemoveOverduesRestrictions preference.

  • Next you can choose the delivery method for the overdue notice. You can choose from Email, Phone (if you are using the i-tiva Talking Tech service), Print and SMS (if you have set your SMSSendDriver).

Creador de carnés de usuarios

  • Ir a: Más > Herramientas > Creador de carnet de socio

The patron card creator allow you to use layouts and templates which you design to print your custom patron cards on your printer. Here are some of the features of the patron card creator module:

  • Customize patron card layouts with text retrieved from the Koha patron data

  • Design custom card templates for printed patron cards (to match the label sheets)

  • Crear y gestionar los lotes de carnets de socios

  • Export (as PDF) single or multiple batches to print

  • Exportar uno o varios carnets de socio desde dentro de un lote

Diseños

  • Ir a: Más > Herramientas > Usuarios y circulación > Creador de carnet de socio > Perfiles

Un diseño define el texto y las imágenes que serán impresas en el carné y donde aparecerán los mismos.

Nota

Up to three lines of text, the patron’s number in barcode representation and up to two images can be printed on to the card.

Add a layout

If you have no layouts defined, you will add a new layout by clicking the “New” button and choosing “Layout”.

"New" button in the patron card creator is open, the mouse cursor is on the "Layouts" option

You may also choose to press “Manage layout” on the left side. Here you are offered a list of available layouts you can select for editing. But at the top of the page there is still the “New layout” button.

image261

  • El nombre que asigna a la plantilla es para su beneficio, nómbrela de modo que sea fácil de identificar en una posteriormente

  • El desplegable de Unidades se utiliza para definir qué escala de medida va a utilizar para su perfil.

    Dropdown list of measurement units used in the patron card creator tool, PostScript Points, Agates, US Inches, SI Millimeters, and SI Centimeters

    • Nota

      A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters

  • Next, note if this layout is for the front or the back of the patron card

    • Nota

      You will need a layout for both the front and back of your card if you have 2-sided library cards, this option doesn’t allow you to print two sided cards, just lets you track which side of the card you’re designing.

  • Tiene la opción de agregar hasta 3 líneas de texto a su tarjeta. Su texto puede ser un texto estático de su elección y/o campos de los registros de usuario. Si desea imprimir campos del registro del usuario deberá poner los nombres de campos entre corchetes tal como - <firstname>

  • Para cada línea de texto, usted puede elegir su fuente, el tamaño y la ubicación del texto en el carné utilizando la menor de las coordenadas X e Y

  • In order to show the barcode and the patron card number you will need to check the “Print card number as barcode” option. This will turn the patron card number into a barcode. If you want the number to print in human readable format you will need to check the “Print card number as text under barcode” option.

  • Por último, puede elegir un máximo de dos imágenes para imprimir en el carnet.

    • Una puede ser la imagen del usuario a la cual puede cambiar el tamaño para satisfacer sus necesidades.

    • La otra imagen puede ser algo así como un logotipo o símbolo de la biblioteca que has subido usando el módulo de “Gestión de imágenes” de la herramienta del creador de carnet de socios.

    Importante

    It is the designers responsibility to define textlines, barcode and images such that overlap is avoided.

Después de guardar, sus perfiles aparecerán en la página “Administrar perfiles”.

Patron card layouts management page

Plantillas

  • Get there: More > Tools > Patron card creator > Manage > Card templates

A template describes the arrangement of labels on the label sheet/card stock you are using. This might be Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery 28371 for your patron cards, just to give a couple of examples. All of the information you will need for setting up a template may be on the packaging, and if not it can usually be found on the vendor’s website or can be measured from a sample sheet.

Add a template

To add a new template click on the “New template” button at the top of your page which brings you to the Edit template form immediately. You may also choose to press “Manage templates” on the left side. Here you are offered a list of available templates you can select for editing. But in the top of the page there is still the “New template” button.

"New" button in the patron card creator is open, the mouse cursor is on the "Card template" option

Using the form that appears after pressing either “Edit” or “New template” you can define the template for your sheet of labels or cards.

image265

  • Template ID is simply a system generated unique id

  • Template code should be the name of this template to identify it on a list of templates

  • You can use the template description to add additional information about the template

  • El desplegable de Unidades se utiliza para definir qué escala de medida va a utilizar para su perfil.

    Dropdown list of measurement units used in the patron card creator tool, PostScript Points, Agates, US Inches, SI Millimeters, and SI Centimeters

    • Nota

      A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters

  • The measurements (page height, page width, card width, card height) may be on the packaging, and if not it can usually be found on the vendor’s website or can be measured from a sample sheet.

  • Un perfil es un conjunto de «ajustes» aplicado a una plantilla justo antes de imprimir, el cual se usa para adecuarse a las particularidades de una impresora determinada (a la cual se le asigna el perfil).

    • Antes de elegir un perfil intente imprimir unos carnets de ejemplo para que pueda fácilmente elegir un perfil que sea adecuado para su combinación impresora/plantilla.

    • Después de encontrar y documentar alguna anomalía en el documento impreso, luego puede crear un perfil y asociarla a la plantilla.

    • Importante

      Do not specify a profile unless needed, i.e. do not click to define a printer profile. It is not possible to remove a profile from a template but you can switch to another profile.

    • Nota

      If you are using different printers you may be required to define several templates that are identical only different profiles are specified.

Después de guardar, sus perfiles aparecerán en la página “Administrar perfiles”.

Patron card templates management page

Perfiles

  • Get there: More > Tools > Patron card creator > Manage > Profiles

Un perfil es un conjunto de «ajustes» aplicado a una plantilla dada justo antes de imprimir el cual compensa por anomalías únicas y propias de una impresora determinada (a la cual se le asigna el perfil). Esto significa que si usted se fija una plantilla y luego imprime una muestra de conjunto de datos y encuentra que los ítems no están todos alineados en cada etiqueta, usted debe configurar un perfil para la impresora para compensar las diferencias en estilos de impresión, como el desplazamiento de texto a la izquierda, derecha, arriba o abajo.

Si los carnés se imprimen de la manera que desea, usted no necesitará un perfil.

Add a profile

To add a new profile, you want to click on the “Profiles” button at the top of your page and choose “New profile”

"New" button in the patron card creator is open, the mouse cursor is on the "Printer profile" option

To add a new profile, you want to click on the “New profile” button at the top of your page. Using the form that appears you can define the values to correct the card misalignment on your label sheet. You may also choose “Manage profiles” on the left side and select one of the currently available profiles for editing.

image269

  • The Printer name and Paper bin do not have to match your printer exactly, they are for your reference so you can remember what printer you have set the profile for.

    • Nota

      Por ejemplo: Si desea utilizar el número de modelo del Impresor en el nombre del impresor, usted puede, o puede nombrarlo “la impresora en mi escritorio”

  • La plantilla se completará una vez que haya elegido qué plantilla aplicar al perfil en el formulario para editar plantillas

  • El desplegable “Unidades” se usa para definir qué escala de medición va a usar para su perfil.

    Dropdown list of measurement units used in the patron card creator tool, PostScript Points, Agates, US Inches, SI Millimeters, and SI Centimeters

    • Nota

      A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters

  • Offset should be used when the entire image is off center either vertically or horizontally. Creep describes a condition where the distance between the labels changes across the page or up and down the page

    • For offset and creep values, negative numbers move the printed information up and to the left on the printed sheet and positive numbers move down and to the right

    • Example: the text is printed 0 .25» from the left edge of the first label, 0 .28» from the left edge of the second label and 0 .31» from the left edge of the third label. This means the horizontal creep should be set to (minus) -0.03 » to make up for this difference.

After saving, your profiles will appear on the “Manage printer profiles” page.

Patron card printer profile management page

Una vez que haya guardado el nuevo perfil, puede volver a la lista de plantillas y editar la plantilla del perfil.

Lotes

  • Get there: More > Tools > Patron card creator > Manage > Card batches

Un lote es un conjunto de usuarios para el que se desea generar carnés.

Add a batch

To add a new batch, you want to click on the “New batches” button at the top of your page. Choosing the menu item “Manage batches” on the left a list of already defined batches is displayed. In this display you can either select a batch for editing or add a new batch.

"New" button in the patron card creator is open, the mouse cursor is on the "Card batch" option

For a new batch a message pops up and directs you to select patrons to be processed in this batch.

image1225

After choosing the “Add patron(s)” button the Patron Search window pops up.

Pop up window for patron search

From here you can search for patrons to add to your batch by any part of their name, their category and/or library. Entering * in the search box will display all the patrons.

image1227

From the results you can add patrons to the batch by clicking the “Add” button. After adding patrons from the results you can start over and perform another search or click “Close” at the bottom of the screen to indicate that you are done. You will then be presented with your batch.

image1228

Alternatively, you can use a custom report to create a batch. A report that contains borrowernumbers will have the option to send the report results to the patron card creator.

Results of a report called 'Batch edit report', the button 'Batch operations with 20 visible records' is open and the options are: for patron records batch patron modification and patron card creator, for bibliographic records batch record modification, batch record deletion, and add to list, and for item records batch item modification and batch item deletion.

Version

The option to send report results to the patron card creator was added to Koha version 23.11.

If you are satisfied with your batch you can proceed to export. If you want to correct or even delete that batch the buttons to do so can be found at the top of your screen. You can always come back here through the “Manage > Card batches” button.

If you would like to export all patron cards you can click “Export card batch” otherwise you can choose specific patrons to print cards for by checking the box to the right of their names and then choose “Export selected card(s)” at the top.

The export menu will ask you to choose a template, a layout and starting position (where on the sheet should printing begin).

Nota

For the starting position if the first 6 labels have already been used on your sheet you can start printing on label in position 7 on the sheet. The labels are numbered left to right from top to bottom.

image1229

Once you click “Export” you will be presented with a PDF of your labels for printing

image1230

When you open the PDF you will see the cards for printing

image273

The above image shows a layout that is made up of two text lines. The first one is just plain text, the second one is composed of the <firstname> <surname> fields. A patron image is printed (if available) and the barcode of patrons number is displayed in code 39. All this is printed on a template with three columns and 8 rows using position 1-3 here. When printing this PDF please take care that your printer doesn’t rescale the PDF (e.g do not fit to paper size) otherwise the printer will not be able to print to the right place per your templates.

Manage images

  • Get there: More > Tools > Patron card creator > Manage > Images

Images uploaded using this tool will appear on the menu when creating patron card layouts. You are limited in how many images you can upload (not counting patron images) by the ImageLimit system preference.

Importante

Las imágenes deben ser menores de 500K de tamaño.

Nota

Las fotos subidas con esta herramienta debe ser de al menos 300dpi que es la calidad mínima de una imagen imprimible.

En el centro de la pantalla hay una forma simple de carga, sólo tiene que buscar el archivo en su computadora y darle un nombre que para reconocerlo más adelante.

image274

Una vez que el archivo es subido se presenta un mensaje de confirmación.

image275

Y la imagen será listada junto con todas la otras en en el lado derecho de la página.

image276

Para eliminar una o varias de estas imágenes, haga clic en la casilla a la derecha de cada imagen que quiera eliminar y haga clic en el botón “Borrar”.

Eliminación/anonimización de usuarios en lote

  • Get there: More > Tools > Patrons and circulation > Batch patron deletion/anonymization

Esta herramienta permite anonimizar historiales de circulación en bloque (lo cual significa que puede preservar cuantas veces se prestó un ítem - pero no a cual usuario) o eliminar usuarios en bloque (removerlos completamente del sistema).

Importante

Los socios con multas pendientes o artículos retirados no se guardan. No se eliminan por completo del sistema (solo se mueven a la tabla delete_borrowers), pero esta herramienta no proporciona todas las comprobaciones que uno desee.

Importante

Antes de utilizar esta herramienta, se recomienda hacer copia de seguridad la base de datos. Los cambios realizados aquí son permanentes.

Importante

The anonymization will fail quietly if AnonymousPatron preference does not contain a valid value.

image277

Para eliminar o anonimizar usuarios

  • Check the “Verify” box on the task you would like to complete (delete or anonymize)

  • Ingrese una fecha antes de la cual desea alterar los datos

  • Si eliminar usuarios también se puede optar por buscar usuarios por fecha de caducidad o categoría específica

  • Haga clic en “Siguiente”

  • Una confirmación aparecerá preguntándole si está seguro que esto es lo que Usted quiere que suceda

    image278

  • Haciendo clic en “Terminar” borrará o anonimizará sus datos

    image279

Modificación de usuarios en lote

  • Get there: More > Tools > Patrons and circulation > Batch patron modification

With this tool you can make edits to a batch of patron records. Simply load in a file of cardnumbers (one per line), choose from a list of patrons or scan patron card numbers in to the box provided. All options are also available for use with borrowernumbers instead of cardnumbers.

Batch patron modification form with field "Card number list" filled with seven card number entries

Once you have the file loaded or the cardnumbers or borrowernumbers entered click “Continue.” You will be presented with a list of the patrons and the changes you can make.

Batch patron modification form showing three selected patrons to modify and some of the editable fields below

To the right of each text box there is a checkbox. Clicking that checkbox will clear our the field values.

Importante

Si el campo es obligatorio usted no podrá borrar el valor de él.

If you have multiple patron attributes you can change them all by using the “+ New” link to the right of the text box. This will allow you to add another attribute value.

A new field for patron attributes is created in the batch patron modification form and the drop down selection of patron  attributes is shown

Once you have made the changes you want, you can click “Save” and the job will be enqueued.

Batch extend due dates

  • Get there: More > Tools > Patrons and circulation > Batch extend due dates

Nota

Access to this tool requires the batch_extend_due_dates permission.

This tool allows you to update due dates in bulk, this can be useful if a library needs to close unexpectedly and cannot accept returns.

Batch extend due dates selection page

  • You can filter the selection of checkouts based on patron category, item types, library or a combination.

    Truco

    If needed, you can select multiple options in the dropdown lists by holding the CTRL key while selecting the options.

    Version

    The option to filter by item type is available from Koha version 23.11.

  • Next, specify a date range for the current due date of the materials on loan. For example, you may want to extend the due dates for recent checkouts but exclude long overdue loans.

  • Choose to extend the due dates either to a new hard due date or by a number of days. Using the number of days option can prevent large numbers of loans being due on the same date.

  • You can choose whether to preview the results of your selections.

    Batch extend due dates preview results page

    • If you preview the results, you will see a table which shows you the current due date and the new due date so that you can check your selections. You can untick checkouts if they are incorrect or go back and change your selection.

  • Click on the “Modify selected checkouts” button to see a confirmation screen showing the checkouts that have been modified.

Moderación de etiquetas

  • Get there: More > Tools > Patrons and circulation > Tags

Dependiendo de sus preferencias de sistema de etiquetado, los bibliotecarios pueden necesitar aprobar etiquetas antes de que se publiquen en el OPAC. Esto se hace a través de la herramienta de moderación de etiquetas. Si hay etiquetas en espera de moderación, se enumerarán en el panel principal del personal debajo de las etiquetas del módulo:

image283

Para moderar etiquetas visite la herramienta Etiquetas. La primera vez que visite la herramienta, se le presentará con una lista de etiquetas pendientes de aprobación o rechazo por parte de un bibliotecario

image284

  • Para ver todos los títulos a los que esta etiqueta fue agregada simplemente haga clic en el término

    image1230

    • Para remover una etiqueta de un título específica, simplemente haga clic en el botón “Remover etiqueta” a la derecha del título.

  • Para aprobar una etiqueta, puede hacer clic en el botón “Aprobar” en la línea del término, o marcar todos los términos que desee aprobar y hacer clic en “Aprobar” bajo la tabla.

  • To reject a tag, you can either click the “Reject” button in line with the term, or check all terms you want to reject and click “Reject” below the table.

Una vez que una etiqueta ha sido aprobada o rechazada, será trasladado a la lista apropiada de las etiquetas. Un resumen de todas las etiquetas aparecerá a la derecha de la pantalla.

image285

Aun cuando una etiqueta sea aprobada o rechazada, puede ser movida a otra lista. Cuando vea las etiquetas aprobadas cada una tiene la opción de ser rechazada:

image286

Para verificar los términos contra las listas aprobadas y rechazadas (y posiblemente contra: ref: el diccionario <tagsexternaldictionary-label> que ha asignado para moderación de etiquetas) simplemente ingrese el término en el cuadro de búsqueda en la parte inferior derecha de la pantalla para ver el estado del término

image287

Por último, puede elegir un máximo de dos imágenes para imprimir en el carnet.

image288

Carga de imágenes de usuarios

  • Get there: More > Tools > Patrons and circulation > Upload patron images

Las imágenes de usuario se pueden cargar en lote si permite que las imágenes de usuario se adjunten a los registros de usuario. Estas imágenes también se pueden usar al crear credenciales de usuario.

  • Cree un archivo txt y llámelo «DATALINK.TXT» o «IDLINK.TXT»

  • En cada línea del archivo de texto incluya el número de carnet del socio seguido de coma (o tabulación) y luego el nombre del archivo imagen

    image289

    • Asegúrese de que su archivo TXT es un documento de texto simple, no RTF.

  • Comprima el archivo de texto y los archivos de imagen

  • Go to the Upload patron images tool

    image290

  • Para una imagen, simplemente seleccione el archivo imagen e ingrese el número de carné del usuario

  • Para imágenes múltiples, elija subir un archivo ZIP

  • Después de cargar la data, se le presentará un mensaje de confirmación

    image291

    Importante

    Existe un límite de 100K en el tamaño de la foto subida y es recomendado que la imágen sea de 200x300 pixeles, pero imágenes más pequeñas fuencionan correctametne.

Colecciones rotativas

  • Get there: More > Tools > Catalog > Rotating collections

Rotating collections is a tool for managing collections of materials that frequently get shifted from library to library. It adds the ability to store not only an item’s home library and current location but also information about where it is supposed to be transferred to next to ensure that all items in the collection are sent to the correct library. When an item in a rotating collection is checked in, library staff is notified that the item is part of a rotating collection and which branch it should be sent to if it is not at the correct one.

Importante

The AutomaticItemReturn system preference must be set to «Don’t automatically transfer items to their home library when they are returned» for rotating collections to function properly.

  • To create a new rotating collection, click the «New collection» button, fill in the title and description, and click «Submit». Once submitted you’ll see «Collection name added successfully»; click «Return to rotating collections home» to return to the main Rotating collections management page (or click Rotating collections in the sidebar).

  • To add items to a collection, click «Actions» and choose «Add or remove items» next to the collection’s name in the list of collections. Under «Add or remove items» scan or type in the barcode of the item you wish to add to the collection, and hit enter or click “Submit” if necessary.

  • To remove an item from a collection, either click “Remove” next to the item’s barcode in the list of items within the collection or check the «Remove item from collection» box next to the Barcode text box under «Add or remove items», and scan or type in the barcode, clicking «Submit» or hitting Enter if necessary. Note: The «Remove item from collection» checkbox will remain checked as long as you are on the «Add or remove items» page, unless you uncheck it, to facilitate quickly removing a number of items at a time by scanning their barcodes.

Transfer a rotating collection

La transferencia de una colección será:

  • Cambie la ubicación actual de los ítems en esa colección a la biblioteca que serán transferidos

  • Iniciar una transferencia desde su biblioteca original ubicación actual/depositaria a la biblioteca ubicación actual/depositaria a la cual será rotada. Cuando la biblioteca reciba una colección, ellos necesitarán devolver todos los ítems para completar la transferencia.

Usted puede transferir una colección en una o dos maneras:

  • From the main Rotating collections page, click on «Actions» and choose «Transfer» next to the title of the collection you wish to transfer; choose the library you wish to transfer the collection to and click «Transfer collection».

  • Or, from the «add or remove items» page for a collection, you can click the «Transfer» button, choose the library you wish to transfer the collection to and click «Transfer Collection».

    Importante

    A fin de cumplimentar el proceso de transferencia, la biblioteca que recibe una colección rotativa, debería devolver todos los ítems de la colección así como sean recibidos. Esto hará una transferencia clara, así que los ítems no seguirán siendo mostrados como «en tránsito».

Si un ítem en una colección rotativa es devuelto en una biblioteca distinta a la que se supone fue transferida, aparecerá un aviso notificando al personal de la biblioteca que el ítem es parte de una colección rotativa, asimismo, haciéndoles saber dónde el ítem necesita ser enviado.

image292

Additional tools

Calendario

  • Get there: More > Tools > Additional tools > Calendar

Libraries can define library closings and holidays to be used when calculating due dates. You can make use of the calendar by turning on the proper system preferences:

  • useDaysMode: Choose the method for calculating due date - either include days the library is closed in the calculation or don’t include them

  • finescalendar: This will check the holiday calendar before charging fines

View of the calendar

Adding events

Antes de añadir eventos, seleccione la biblioteca a la que desea aplicar los cierres. Al añadir eventos se le preguntará si desea aplicar el evento a una sucursal o a todas. Para agregar eventos, simplemente

  • Haga clic en la fecha del calendario en que desea aplicar el cierre de

    Add new holiday form

  • En el formulario que aparece encima del calendario, introduzca la información de cierre (para obtener más información sobre cada opción, haga clic en el signo de interrogación [?] a la derecha de la opción)

    • La biblioteca se asignará automáticamente. Puede elegir una biblioteca del menú desplegable en la parte superior de la página

    • La información del día se rellenará automáticamente a partir de la fecha en la que hizo clic en el calendario

      • If this holiday extends on more than one day, enter the end date in “To date”

    • In the “title” enter the name of the holiday or the reason for the closing

    • In the “description” enter more information about this holiday

    • A continuación, puede elegir si este evento es un evento de una sola vez o si es repetible.

      • “Holiday only on this day”: this is a one day holiday

      • “Holiday repeated every same day of the week”: this is a weekly closing (if you’re closed every Sunday, for example)

      • “Holiday repeated yearly on the same date”: this is an annual holiday closing (if you’re closed on January 1st each year, for example)

      • “Holiday on a range”: this is a holiday that extends on several days

        Nota

        Make sure to enter a “To Date” at the top if you choose “Holiday on a range”

      • “Holiday repeated yearly on a range”: this is a holiday that extends on several days each year (such as summer holidays for schools)

        Nota

        Make sure to enter a “To Date” at the top if you choose “Holiday repeated yearly on a range”

    • Por último decida si este evento se debe aplicar a todas las bibliotecas o solo a la seleccionada inicialmente

      • Si prefiere introducir todas las fiestas y luego copiarlas todas a la vez a otra biblioteca puede usar el menú de copia que está bajo el calendario

        Drop down menu of all libraries from which to choose to which library to copy the holidays

  • Después de guardar podrá ver el evento listado en el resumen a la derecha del calendario

    View of the calendar page showing the calendar and all the programmed holidays

Editing events

Para editar los eventos

  • Haga clic en el evento del calendario que desea cambiar (hacer esto haciendo clic en la fecha en el calendario, no en el evento enumerado en el resumen)

    Edit holiday form

  • Desde este formulario puedo editar o eliminar completamente el feriado. Ambas acciones requieren que haga clic en “Guardar” antes que se realice el cambio.

    • Todas las acciones requieren que se haga clic en “Guardar” antes de que se hagan los cambios

  • Al hacer clic en eventos repetibles se ofrecerán opciones ligeramente diferentes

    Edit holiday form with the option of generating exceptions for repeating holidays

    • In the form above you will note that there is now an option to “Generate an exception for this repeated holiday” and “Generate exceptions on a range of dates” choosing one of these options will allow you to make it so that this date is not closed even though the library is usually closed on this date.

    • Todas las acciones requieren que se haga clic en “Guardar” antes de que se hagan los cambios

Additional help

Al agregar o editar eventos se puede obtener ayuda adicional haciendo clic en el signo de interrogación al lado de distintas opciones en el formulario

Text under "Delete this holiday": "This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday."

Perfiles CSV

  • Get there: More > Tools > Additional tools > CSV profiles

CSV profiles are created to define how you would like your cart or list to export.

CSV profiles are also used in the acquisitions module to export baskets and late orders, in the serials module to export late issues, and in the reports module to export the list of lost items.

Adding a CSV profile

To add a CSV profile,

  • Click on “New CSV profile”

    Add new CSV profile form

    • Profile name: enter a unique and meaningful name for the profile. This name will appear on the export pull down list when choosing “Download” from your cart or list, or when choosing the profile in the acquisitions, serials or reports module to export baskets, late orders, etc.

      View of the cart with the 'Download' button open and "CSV - Simple export" is selected, other options are iso2709, RIS, and BibTex.

    • Profile type: this determines what type of fields you plan to use (MARC or SQL) to define your profile; it will also affect the “Usage” options below.

      • If you choose MARC, you will need to enter MARC fields.

        Add new CSV profile form filled with MARC information

      • If you choose SQL, you will need to enter SQL database fields.

        Add new CSV profile form filled with SQL information

    • Usage: this field is used to indicate what type of report this CSV profile is used with:

    • Profile description: you can use this field to expand the profile name. The description will also appear in the OPAC when patrons download content, so make sure it’s clear for your patrons as well.

    • CSV separator: this is the character used to separate values and value groups.

      Nota

      La opción más común aquí es coma ya que la mayoría de las planillas de cálculo saben como leer archivos separados por comas.

    • Field separator (only available with MARC profile type): this is the character used to separate duplicate fields.

      • For example, you may have multiple 650 fields and this is the character that will appear in between each one in the column.

        CSV file opened in a spreadsheet software where we can see the pipes separating subject headings when there are more than one

    • Subfield separator (only available with MARC profile type): this is the character used to separate duplicate subfields.

      • For example, you may have multiple $a subfields in a field.

    • Encoding: use this field to define the character encoding used when saving the file.

    • Only available on the staff interface (only available with MARC profile type): check this box to limit this CSV profile to the staff interface only, meaning patrons will not be able to use this profile to export their cart or lists from the OPAC.

    • Profile MARC fields (only available with MARC profile type): enter the fields or subfields to export, separated by pipes.

      • For example:

        200\|210$a\|301
        

      Nota

      You can use the dollar sign ($) to separate the field number and subfield code, or simply write the field number and subfield code together.

      For example:

      200\|210$a\|301
      

      Or without the dollar sign:

      200\|210a\|301
      

      Truco

      You can use your own headers (instead of the ones from Koha) by prefixing the field number with a header, followed by the equal sign.

      For example:

      Personal name=100\|title=245$a\|300
      

      Nota

      You can customize further the profile with Template Toolkit syntax.

      See Using Template Toolkit in MARC CSV profile below for more information and examples.

    • Profile SQL fields (only available with SQL profile type): enter the database fields to export, including the table name, separated by pipes.

      • For example:

        biblio.title\|biblio.author
        

      Truco

      You can use your own headers (instead of the ones from Koha) by prefixing the field with a header, followed by the equal sign.

      For example:

      Title=biblio.title\|Author=biblio.author
      

      Importante

      For late issues claims you can use data from following tables:

      • serial

      • subscription

      • biblio

      • biblioitems

      • aqbookseller

      For basket exports you can use data from following tables:

      • biblio

      • biblioitems

      • aqorders

      • aqbudgets

      • aqbasket

      Importante

      Exporting late orders requires a profile using the Template Toolkit syntax (the same syntax as the notices and slips).

      There is a default profile that comes with Koha that you can use as an example.

      Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims
      [%~ SET biblio = order.biblio ~%]
      "[% biblio.title %]"[% separator ~%]
      "[% biblio.author %]"[% separator ~%]
      "[% bibio.biblioitem.publicationyear %]"[% separator ~%]
      "[% biblio.biblioitem.isbn %]"[% separator ~%]
      "[% order.quantity%]"[% separator ~%]
      "[% order.claims.count%][% IF order.claims.count %]([% FOR c IN order.claims %][% c.claimed_on | $KohaDates %][% UNLESS loop.last %], [% END %][% END %])[% END %]"
      [% END %]
      
  • Click “Submit” to save the new profile.

Using Template Toolkit in MARC CSV profiles

Template Toolkit syntax can be used to build complex CSV files.

For MARC information, you have to use the “fields” variables to access the field list of the current record.

Start with the column heading, equal sign, and the TT variable. Always separate CSV columns with a pipe (|).

For example, this will return a two-column CSV file, with the first column titled «Title» and the second column titled «Author». The first column will contain 245$a and the second column will contain 100$a:

Title=[% fields.245.0.a.0 %]|Author=[% fields.100.0.a.0 %]

Importante

It’s not possible to display an entire field (e.g. all of 245) you need to list the subfields you want to display.

The “0” indicate which field or subfield to print if there are more than one. For example, this will fetch the first subfield “a” of the first “245” field it finds in the record:

[% fields.245.0.a.0 %]

Single subfield

This is the syntax to get a single subfield from a MARC field.

For example, to get 245$a:

[% fields.245.0.a.0 %]

Multiple subfields in the same column

To concatenate multiple subfields in one column, you’ll need to use [% FOREACH %]. Remember to always define the end of the FOREACH loop with [% END %].

For example, to get both 245$a and 245$b in the same column:

[% FOREACH field IN fields.245 %][% field.a.0 %][% field.b.0 %][% END %]

Multiple subfield values

The previous examples only fetched the first occurrence of the subfield. In some cases, a field might contain more than one subfield of the same code in a field. In that case, you’ll need to use the join() key. The parentheses contain the separator character.

For example, to get 260$a, $b, and $c, in a case where there might be more than one of each subfield, they will be separated by a semicolon followed by a space:

[% FOREACH field IN fields.260 %][% field.a.join('; ') %][% field.b.join('; ') %][% field.c.join('; ') %][% END %]

Indicator values

The indicators can be accessible using the indicator key.

For example, to get the value of the second indicator of the 245 field:

[% fields.245.0.indicator.2 %]

Fixed-length data field values

You can use substr() (substring) to get values from specific positions in fixed-length data fields.

For example, to get the language from the 008 field (positions 35-37):

[% fields.008.0.substr(35,3) %]

Using conditions

Template Toolkit allows to add conditions, with [% IF %], [% ELSIF %], and [% ELSE %]. Remember to always define the end of the condition with [% END %].

For example, to get 650$a if indicator 2 for 650 is set:

Subject=[% FOREACH field IN fields.650 %][% IF field.indicator.2 %][% field.a.0 %][% END %][% END %]

Truco

If you find you have extra spaces in your CSV, you can add tildes (~) inside the TT variables to remove extra whitespaces.

For example, the following code might replace the FOREACH variable with a space, making the title column start with a space:

Title=[% FOREACH field IN fields.245 %][% field.a.join(' ') %][% field.b.join(' ') %][% END %]

To correct this, add tildes at the beginning and end of the FOREACH variable:

Title=[%~ FOREACH field IN fields.245 ~%][% field.a.join(' ') %][% field.b.join(' ') %][% END %]

Modifying CSV profiles

To modify a CSV profile, click the “Edit” button next to the profile.

Alter the necessary fields and click “Submit”.

To delete a profile, click the “Delete” button next to the profile.

Using CSV profiles

MARC CSV profiles will appear on the export list or cart menu under the “Download” button in both the staff interface and the OPAC.

View of a list called 'Shakespeare' with the 'Download list' button open and "CSV - Simple export" is selected, other options are iso2709, RIS, and BibTex.

SQL CSV profiles will be available in various Koha modules in the staff interfaces depending on their usage.

  • “Late serial issues claims” CSV profiles will appear at the bottom of the late issues table in the serials module.

  • “Export late orders” CSV profiles will appear at the bottom of the

    late orders table in the acquisitions module.

  • “Basket export in acquisition” CSV profiles will appear in the “Download”

    button in acquisitions baskets.

  • “Export lost items in report” CSV profiles will appear in the lost items report.

Visor del log

  • Get there: More > Tools > Additional tools > Log viewer

Las acciones dentro del sistema Koha se rastrean en los registros del sistema. Las preferencias del sistema se puede cambiar para evitar el registro de diferentes acciones. Estos registros se pueden ver con el visor de registros del sistema.

Screenshot of the log viewer tool

Nota

The warning sign next to a module name indicates that the actions in this module are not logged. Change your logs preferences to log actions from a module.

Seleccionando diferentes combinaciones de opciones del menú producirá el archivo de registros para esa consulta.

A query for all logs related to the Circulation module produces a result

Log viewer results table

Nota

Puede personalizar las columnas de esta tabla en la sección “Configuración de columnas” del módulo de Administración (id de tabla: logst).

Noticias

  • Get there: More > Tools > Additional tools > News

Koha’s news module allows librarians to post news to the OPAC, staff interface and circulation receipts.

News tool main page

To add news to either the OPAC, the staff interface or a circulation receipt:

  • Click “New entry”

    New news entry form

    • Code: enter a unique code for this news item

    • Display location: choose where to put the news

      Drop-down menu of display locations for news

      • Librarian and OPAC interfaces: content will appear on the staff interface main page as well as in the news block on the OPAC

      • Librarian interface: content will appear on the staff interface main page

        A news block on the main page of the staff interface, followed by a quote of the day

      • OPAC: content will appear in the top middle part of the OPAC page

        • Below the news in the OPAC there will be an RSS icon allowing you and your users to subscribe to library news

          View of a news item on the OPAC with an RSS icon next to the text 'RSS feed for system-wide library news'

        • You can allow your users to choose to see branch-specific news with the OpacNewsLibrarySelect system preference

      • Slip: content will appear on the circulation receipts

        Issue slip with news at the bottom

        Nota

        This can be activated or deactivated in the Notices & slips tool

    • Library: choose the library for which this news item will be shown

      • Prior to end users logging in to the OPAC only news items listed to appear for “All libraries” will display unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration. See installation for details.

    • Publication date: use the publication date field to control from which date your news item appears

      • Examples: (these assume today’s date as 7 May 2019)

        • Publish on current date: set publication date as 7 May 2019

        • Schedule for publishing in future: set date later than 7 May 2019

        • Backdate the news item: set date earlier than 7 May 2019

    • Expiration date: use the expiration date field to automatically stop showing the news item when it is no longer relevant.

      • If this field is empty the news item will be shown until you remove it manually

    • Appear in position: you decide in what order your news items appear

      • If the field is left empty, the news will appear from newest to oldest

      • In this field, 0 is the top-most position; the larger the number, the lower in the list the news will appear

    • You can enter the news title and text for each language installed

Nota

You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.

  • After filling in all of the fields, click “Save” at the top of the page.

    • Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.

Depending on your choice for the NewsAuthorDisplay system preference, you will also see the person who created the news item (this uses the logged in person).

HTML customizations

  • Get there: More > Tools > Additional tools > HTML customizations

Koha’s HTML customizations tool allows staff to post content to the OPAC.

Additional content / HTML customizations main page

Add a new HTML customization

To add content:

  • Click “New entry”

    New additional content entry form

    • Code: enter a unique code for this additional content item

    • Display location: choose where to put the content.

      Drop-down menu of display locations for additional content

    • Library: choose the library for which this content will be shown

      • Prior to end users logging in to the OPAC only content blocks listed to appear for “All libraries” will display unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration.

    • Publication date: use the publication date field to control from which date your content appears

      • Examples: (these assume today’s date as 7 May 2019)

        • Publish on current date: set publication date as 7 May 2019

        • Schedule for publishing in future: set date later than 7 May 2019

        • Backdate the news item: set date earlier than 7 May 2019

    • Expiration date: use the expiration date field to automatically stop showing the content when it is no longer relevant.

      • If this field is empty the content will be shown until you remove it manually

    • Appear in position: you decide in what order your content appear, when there is more than one in the same display location

      • If the field is left empty, the content will appear from oldest to newest

      • In this field, 0 is the top-most position; the larger the number, the lower in the list the content will appear

    • You can enter the content title and text for each language installed

      Nota

      The title is not shown for additional content. It mostly serves to know at a glance what the content is about when looking at the list of additional content items. If you want a title to appear, you must add it in the text portion.

Nota

You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.

  • After filling in all of the fields, click “Save” at the top of the page.

    • Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.

Display locations

  • OPAC locations

    The following image shows where each block is displayed on the OPAC’s main page, for the blocks that are displayed on the main page.

    View of the main page of the OPAC with each customizable section highlighted

    Nota

    The Quote of the day feature is found in the tools module, and the news are managed in the news tool. The rest of the customizable blocks are managed in the HTML customizations tool.

    • ArticleRequestsDisclaimerText: content will appear and patron will have to accept before they can continue to the article request form; use for any copyright/disclaimer patrons need to be aware of regarding photocopies or scans of articles or chapters

    • CatalogConcernHelp: content will appear at the bottom of catalog concern form when reporting a concern in the OPAC, or reporting a concern in the staff interface. The default text is «Please describe your concern clearly and the library will try to deal with it as quickly as possible».

    • CatalogConcernTemplate: content will appear in the main text area of the catalog concern form when reporting a concern in the OPAC, or reporting a concern in the staff interface. The default text is

      **Describe the concern**
      
      A clear and concise description of what the concern is.
      
      **To Reproduce**
      
      Steps to reproduce the behavior:
      1. Go to '...'
      2. Click on '....'
      3. Scroll down to '....'
      4. See error
      
      **Expected behavior**
      
      A clear and concise description of what you expected to happen.
      

      Truco

      Since this will be in a text field, there is no way to add formatting. Make sure to use the text editor, not the WYSIWYG editor, in order to have line breaks in your text.

    • CookieConsentBar: content will appear on the banner displayed when the CookieConsent system preference is enabled.

      Version

      The CookieConsentBar display location was added in version 23.11 of Koha.

      Nota

      The CookieConsentBar content will appear on the cookie banner in both the OPAC and the staff interface.

    • CookieConsentPopup: content will be used as the main body for the Cookies policy that pops up when clicking “More information” on the cookie banner.

      Version

      The CookieConsentPopup display location was added in version 23.11 of Koha.

      Nota

      The CookieConsentPopup content is used in both the OPAC and the staff interface.

    • opaccredits: content will appear at the bottom of the page

    • OpacCustomSearch: content will replace the simple search bar at the top of the page

    • opacheader: content will appear at the top of the OPAC page

    • OpacLibraryInfo: content will appear in the “Libraries” page in the OPAC, as well as in the holdings table in the OPAC

    • OpacLoginInstructions: content will appear under the login box on the OPAC’s main page

    • OpacMaintenanceNotice: content will replace the default maintenance message when the OpacMaintenance system preference is set to “Show”.

      Version

      Prior to Koha version 23.11, this was a system preference. See OpacMaintenanceNotice for more information.

    • OpacMainUserBlock: content will appear in the middle of the OPAC’s main page

    • OpacMoreSearches: content will appear under the search box at the top of the OPAC. By default (and depending on system preferences) there is a link for Advanced search, Course reserves, Authority search, and Tag cloud. Any new searches will be added to the right of the already present links.

    • OpacMySummaryNote: content will appear above the patron’s summary and below the welcome message when the patron logs in to the OPAC and views their “your summary” tab.

      Top of the your summary page, under the title of the page, it is written Welcome Mary Burton, Click here if you're not Mary Burton and below that is a text that says This is OpacMySummaryNote.

    • OpacNav: content will appear on the left hand column of the main page and patron account on the OPAC. When on the patron account page, the content in OpacNav will appear before the account tabs (summary, charges, personal details, etc.)

    • OpacNavBottom: content will appear on the left hand column of the main page and patron account on the OPAC. When on the patron account page, the content in OpacNavBottom will appear after the account tabs (summary, charges, personal details, etc.). On the main page, the content in OpacNavBottom appears right below the content in OpacNav.

    • OpacNavRight: content will appear on the right side of the OPAC page

    • OPACResultsSidebar: content will appear on the search results page below the list of facets on the left side of the screen.

      Version

      Prior to Koha version 23.11, this was a system preference. See OPACResultsSidebar for more information.

    • OpacSuggestionInstructions: content will replace the text at the top of the purchase suggestion form on the OPAC

    • OpacSuppressionMessage: content will appear on the OPAC when a record is blocked. (See the OpacSuppression system preference for more information.)

      Version

      Prior to Koha version 23.11, this was a system preference. See OpacSuppressionMessage for more information.

    • PatronSelfRegistrationAdditionalInstructions: content will be displayed after the patron successfully creates a library account via the OPAC.

      Version

      Prior to Koha version 23.11, this was a system preference. See PatronSelfRegistrationAdditionalInstructions for more information.

      Nota

      Note that this only appears after the patron has registered.

    • SCOMainUserBlock: content will appear in the center of the main page of the self check-out screen.

      Version

      Prior to Koha version 23.11, this was a system preference. See SCOMainUserBlock for more information.

    • SelfCheckHelpMessage: content will appear above the existing help message when clicking the “Help” link in the top right of the self check-out interface.

      Version

      Prior to Koha version 23.11, this was a system preference. See SelfCheckHelpMessage for more information.

    • SelfCheckInMainUserBlock: content will appear in the center of the main page of the self check-in screen.

      Version

      Prior to Koha version 23.11, this was a system preference. See SelfCheckInMainUserBlock for more information.

  • Staff interface locations

    • StaffAcquisitionsHome: content will appear at the bottom of the Acquisitions module main page.

    • StaffAuthoritiesHome: content will appear at the bottom of the Authorities main page.

    • StaffCataloguingHome: content will appear at the bottom of the Cataloguing module main page.

    • StaffListsHome: content will appear at the bottom of the Lists main page.

    • StaffPatronsHome: content will appear at the bottom of the Patrons module main page.

    • StaffPOSHome: content will appear at the bottom of the Point of sale main page.

    • StaffSerialsHome: content will appear at the bottom of the Serials module main page.

Pages

  • Get there: More > Tools > Additional tools > Pages

The pages tool is a tool to create custom additional pages in the OPAC and in the staff interface. It is based on the same tool as the news and the HTML customizations, therefore it works in the same way.

Pages tool main page, with table of current pages

To add a new page:

  • Click “New entry”

    New page entry form

    • Display location: choose the interface from which this page should be accessed

      • Librarian and OPAC interfaces: two links will be created, one for the OPAC and one for the staff interface

      • Librarian interface: a link for the staff interface will be created

      • OPAC: a link for the OPAC will be created

    • Library: choose the library for which this page will be available

      • If an OPAC page is limited to a library, only logged in users whose home library matches the page library will be able to access the page.

      • Pages limited to a library will not be accessible to OPAC users who are not logged in, unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration.

      • If a staff interface page is limited to a library, only staff logged into that library will be able to access the page.

    • Publication date: use the publication date field to control from which date your page is accessible, if it should only be accessed at a future date.

    • Expiration date: use the expiration date field to remove the page after a specific date.

      • If this field is empty the page will be available until you remove it manually

    • You can enter the page title and content for each language installed

Nota

You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.

  • After filling in all of the fields, click “Save” at the top of the page.

    • Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.

  • In the table, a link will be generated for the OPAC or the staff interface or both. Use this link in HTML customizations, news or system preferences such as IntranetNav or IntranetmainUserBlock so that the patrons or staff members can access the new page.

    Nota

    To link to a specific page, use the code in the URL with the code= parameter. For example:

    OPACBASEURL/cgi-bin/koha/opac-page.pl?code=staff_and_opac_42
    
    STAFFCLIENTBASEURL/cgi-bin/koha/tools/page.pl?code=staff_and_opac_42
    

    In multi-language installations, use the language= parameter followed by the language code to link to the page in a specific language. For example:

    OPACBASEURL/cgi-bin/koha/opac-page.pl?code=staff_and_opac_42&language=fr-CA
    
    STAFFCLIENTBASEURL/cgi-bin/koha/tools/page.pl?code=staff_and_opac_42&language=fr-CA
    

To use a custom page

Once the page has been developed and saved, you will see a summary table of all custom pages. This table also displays the generated links to access these custom pages. The links will be available in both the default language, and the installed language currently in use by the logged in staff member.

Pages tool main page, with table of current pages

There is a button to preview the created page. This is helpful to check how the page looks and functions before it is deployed.

Preview of a page

Now the page has been created, there are a number of ways to make the page accessible to your patrons in the Koha OPAC.

Example of a page on the OPAC

One option is to use an HTML customisation to add the link to the page to a section of the OPAC. The page can be added as a navigation link (in OpacNav, OpacNavBottom, or OpacNavRight). Depending on the page, it may be more suitable in the header (opacheader), footer (opaccredits), or main section of the homepage (OpacMainUserBlock).

HTML customizations are only displayed on the OPAC, so News items would be the appropriate tool to add the link to the main landing page of the staff interface.

Example of an OpacNav HTML customization with links to pages

The benefit of putting the page link in an HTML customization or News item is that you can use the WYSIWYG editor, instead of writing code. However, there is always the option to write the content in the HTML text editor too, if you prefer.

Those more proficient in writing code could use jQuery (Javascript) to insert their page link anywhere in the OPAC or staff interface.

Example of using javascript in the OPACUserJS system preference to add a link to a custom page under the search bar in the OPAC

Using jQuery, the pages could be added to either interface as simple text links, or as more advanced button links or image links. Add code to the OPACUserJS system preference to apply jQuery to the OPAC, or to the IntranetUserJS system preference to apply jQuery to the staff interface.

Clever ways to use custom pages:

There are many interesting ways to use custom pages in a Koha library. We’ve heard discussion of pages being used for tables of contents, frequently asked questions pages for the library, and enquiry forms.

Example of a custom page, with a form for patrons to send enquiries to the library

Another way to make custom Koha page content accessible for users, would be to catalogue those pages so they pop in in Koha search results, for example library tutorials that patrons may be looking for.

Example of a custom page "How to use eBooks Tutorial" catalogued as a bibliographic record

Once the page has been created, it can be catalogued in the URI field of a record (856$u). Alternatively, it could be catalogued in the URI field of an item attached to a record (952$u). Both of these fields get converted into hyperlinks by Koha. If catalogued in a record or item, it would then be indexed and become searchable.

Once catalogued, these pages could be used in other ways that are typically reserved for books and other records. The records representing pages can be added to lists, or stored in virtual collections or locations that make them easier to find in the catalogue. They could even be captured and displayed in carousels!

Task scheduler

  • Get there: More > Tools > Additional tools > Task scheduler

El programador de tareas es una manera de programar informes para ejecutarse cada vez que desee.

To schedule a task, visit the task scheduler and fill in the form

image392

  • El servidor de tiempo muestra que el tiempo en su servidor (sus informes se ejecutarán con un cronograma basado en este servidor - no en su hora local)

  • El tiempo se debe ingresar como hh:mm (2 dígitos de hora, 2 dígitos de minutos)

  • La fecha debe ser ingresada utilizando el calendario emergente

  • Desde Informe elija el informe que desea programar

  • Seleccione si desea recibir el texto o un enlace a los resultados

  • En el campo de correo electrónico ingresar el correo electrónico de la persona que desea recibir el informe

A continuación del formulario del programador de tareas, hay una lista de los informes programados

image393

You can also schedule reports directly from the list of saved reports by clicking the small arrow next to the “Run” button and selecting the “Schedule” option.

"Schedule" option of the report action button

Solución de problemas

El programador de tareas no funcionará si el usuario bajo el cual se ejecuta su servidor Web no tiene permiso para usarlo. Para saber si el usuario tiene los permisos necesarios, consulte /etc/at.allow para ver qué usuarios están en ella. Si no tiene ese archivo, consulte /etc/at.deny. Si at.deny existe, pero está en blanco, cualquier usuario puede utilizarlo. Hable con su administrador de sistema acerca de agregar el usuario al lugar correcto para hacer que el programador de tareas funcione.

Quote editor

  • Get there: More > Tools > Additional Tools > Quote editor

This tool will allow you to add and edit quotes to show on the OPAC or the staff interface.

Main page of the quote of the day editor

To turn this feature on set the QuoteOfTheDay system preference to either “OPAC”, “staff interface”, or both, and add at least one quote using this tool.

Las citas en el OPAC aparecerán por encima del “OpacMainUserBlock” bloque de noticias.

View of the main page of the OPAC, customized, and with each section highlighted and labeled

In the staff interface, the quotes will appear under the news on the left side.

A news block on the main page of the staff interface, followed by a quote of the day

Adding a quote

Para agregar una cita:

  • Click the “New quote” button in the toolbar at the top of the page.

    Main page of the quote of the day editor

  • Fill out the form.

    New quote form

    • Source: enter the source of the quote, e.g. the name of the person who said the quote

    • Text: enter the text of the quote

    Advertencia

    Tanto el campo “Fuente” como “Texto” se deben cumplimentar para guardar la nueva cita.

  • Click “Submit” to save the new quote.

The new quote should now be visible in the list.

Importing quotes

You can import a batch of quotes as a CSV file. Your file must contain two columns in the form: «source»,»text» with no header row.

Nota

Se le pedirá confirmar la carga de archivos mayores que 512KB.

  • To start the import process click the “Import quotes” button at the top of the screen.

    Main page of the quote of the day editor

  • Una vez en la pantalla de importación de citas puede buscar en tu ordenador el archivo que desea importar

    Quote uploader screen

  • Luego de seleccionar el archivo CVS, haga clic en el botón “Abrir” y el archivo será subido dentro de una tabla de edición temporaria.

    A list of imported quotes in a table

  • From the listing you can edit either the “Source” or “Text” fields by clicking on the desired field. When you are finished editing a field, press the <Enter> key on your keyboard to save the changes.

    Clicking in the table on the source or the text of a quote will open a editable field

  • Una vez que esté satisfecho con las citas, haga clic en el botón «Guardar citas” en la barra de herramientas en la parte superior y se guardarán las citas.

Editing a quote

To edit a quote, click on the “Edit” button to the right of the quote.

Main page of the quote of the day editor

Edit either the “Source” or “Text” fields.

Click “Submit” to save the quote.

Deleting a quote

To delete a quote, click on the “Delete” button to the right of the quote.

Main page of the quote of the day editor

Confirm the deletion by clicking “Delete”.

Quote deletion confirmation modal

Tool plugins

This tool is used to view, manage and configure plugins used as tools.

This section will only be visible once you have uploaded tool-type plugins in the plugin administration page.

  • Get there: More > Tools > Additional Tools > Tool plugins

From this page, you will see only tool-type plugins.

See the managing plugins section of this manual to learn how to manage your tool-type plugins.

Subir

  • Get there: More > Tools > Additional Tools > Upload

This tool will allow you to upload files to your Koha system for selection from the Cataloging form.

Upload files

When you first visit the Upload tool you might see a warning about missing a category.

image1242

Categories are defined in the authorized value in the UPLOAD category. If you do not have upload categories then your files will be temporary and will be deleted the next time the server is rebooted. Once you have a value in the UPLOAD authorized value category you will see a Category pull down below the “Browse” button.

Upload new files tool with the option to select the file and assign a category

Browse your computer a file, choose a category and decide if the public will be able to download this file via the OPAC. Once your file is uploaded you will be presented with a confirmation.

image1244

Search files

All uploaded files are searchable from below the upload form. Using the form you can search any part of the filename and/or the Hashvalue.Search uploaded files

You will be presented with the results of your search.

image1245

Archivos de acceso

  • Get there: More > Tools > Additional Tools > Access files

This option allows access to files stored on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file. In order to be able to access the tool, a staff patron requires the superlibrarian or access_files patron permission

image1340

OPAC problem reports

  • Get there: More > Tools > Additional tools > OPAC problem reports

This tool is used to manage the problem reports sent by patrons via the OPAC.

Nota

This tool only appears if the OPACReportProblem system preference is enabled.

From this tool, you will see all the problems that were reported by patrons on the OPAC.

Table of problem reports submitted by patrons

From the “Actions” column, you can

  • “Mark viewed”: mark this problem report as viewed, this will change the status of the problem report to “Viewed”

  • “Mark closed”: close this problem report, this will change the status of the problem report to “Closed”

  • “Mark new”: mark this problem as new (i.e. not viewed), this will revert the status back to “New”.

You can also batch change statuses by checking the boxes next to the problem reports you want to change and use the button at the top of the page.

Cash management

Koha includes a number of options for dealing with monetary transactions and actions to allow for fine grained tracking of these processes for audit and analytic processes.

Cash registers

Cash registers can be used to track transactions to a specific location in your library. This can be especially helpful for detailing where cash has been taken for payments and then when this cash is subsequently removed and taken to the bank.

Setup

To enable the use of cash registers, you must turn on the UseCashRegisters system preference.

You can then configure cash registers for your library from the cash registers page in the administration module.

Cashup

The action of “cashing up” can be recorded against a cash register from both the library details and register details pages.

Clicking the Record cashup button will simply record the date and time that the action has taken place and is intended to allow the regular record of when money is collected from the cash register and taken to the bank.

Both of the above pages utilize the cashup record to limit the display of transactions/summaries to only pertinent information, since the last cashup.

Once a cashup has taken place, a summary of the transactions taken during that cashup period is available for display, and printing, via the Summary link found next to the last cashup date on the register details page.

A cashup summary view modal

Cash summary for library

  • Get there: Home > Tools > Cash summary for library

A summary of transaction amounts associated to a libraries cash registers can be found under the “Cash summary for library” page tool.

The summary will list registers associated with your logged in branch alongside information about how much money should be found in each register, what is available to take to the bank and a breakdown of income vs outgoings.

Note: You can also access this page from the left hand menu available on the Point of sale page when that module is enabled.

Transaction history for register

  • Get there: Home > Tools > Cash management > Transaction history for register

A list of all transactions to have taken place at a register is available by clicking on the cash register name from the library details page.

If you have the correct permissions, you can re-print receipts, issue refunds and record cashups from this page.

Note: You can also access this page from the left hand menu available on the Point of sale page when that module is enabled.