Werkzeuge

Get there: More > Administration > System preferences > Tools

Barcodes

BarcodeSeparators

Asks: Split barcodes on the following separator chars ___ in batch item modification and inventory.

Voreinstellung: \s\r\n

Beschreibung:

  • Wenn Barcodedateien in das Inventurwerkzeug oder die :ref: Stapelbearbeitung für Exemplare <batch-item-modification-label>` importiert werden, können Sie festlegen, wie die einzelnen Barcodes voneinander getrennt sind.

Warnung

You must use the regular expression codes for the characters.

  • \s wird für ein Leerzeichen verwendet

  • \r is used for a carriage return

  • \n is used for a new line

  • \t is used for a tab

Make sure you escape the other characters you put in there by preceding them with a backslash

  • \. instead of a dot

  • \\ instead of a backslash

  • \- instead of a hyphen

Batch item

Diese Systemparameter stehen in Beziehung mit den Werkzeugen für die Stapelbearbeitung von Exemplaren und Stapellöschung von Exemplaren.

MaxItemsToDisplayForBatchDel

Fragt: Zeige bis zu ___ Exemplare in einer einzelnen Stapellöschung.

Default: 1000

Beschreibung:

  • In the batch item delete tool this will prevent the display of more than the items you entered in this preference, but you will be able to delete more than the number you enter here.

Bemerkung

Displaying a large number of items may slow down the display.

MaxItemsToDisplayForBatchMod

Fragt: Zeige bis zu ___ Exemplare in einer einzelnen Stapelbearbeitung.

Default: 1000

Beschreibung:

Bemerkung

Displaying a large number of items may slow down the display.

MaxItemsToProcessForBatchMod

Fragt: Verarbeite bis zu ___ Exemplare in einer einzelnen Stapelbearbeitung.

Default: 1000

Beschreibung:

Bemerkung

Processing a large number of items may slow down the process and it may even time out.

Nachrichten

AdditionalContentsEditor

Asks: By default edit additional contents and news items with

Default: a WYSIWYG editor (TinyMCE)

Werte:

  • a text editor (CodeMirror)

  • a WYSIWYG editor (TinyMCE)

Beschreibung:

  • This system preference allows you to choose which editor to use in the news tool and the HTML customizations tool.

  • A text editor will let you write HTML directly. Use this if you want more control over how your content will be displayed.

Bemerkung

You can use CSS id’s and classes in your HTML and format them with the OPACUserCSS or IntranetUserCSS system preferences.

  • A WYSIWYG (what you see is what you get) editor is a user-friendly editor with functions similar to word processing software. Use this if you are unfamiliar with HTML.

NewsAuthorDisplay

Asks: Show the author for news items: ___

Default: not at all

Werte:

  • Both OPAC and staff interface

  • Not at all

  • OPAC only

  • Staff interface only

Beschreibung:

  • This system preference lets you choose whether or not the name of the author of the news item is displayed and where.

Patron cards

Diese Einstellungen sind in Referenz auf das Werzeug für den Benutzeausweisdruck

ImageLimit

Fragt: Die Anzahl der Bilder für Etiketten in der Datenbank begrenzen auf ___ Bilder.

Default: 5

Beschreibung:

Bemerkung

A large number of images may take a lot of storage space.

Reports

Diese Einstellungen verweisen auf das Modul Reports.

NumSavedReports

Fragt: In der Voreinstellung, zeige ___ Reports auf der auf der Übersichtsseite für gespeicherte Reports.

Default: 20

Beschreibung:

  • This system preference lets you determine the number of reports that should be displayed per page in the saved reports page.

Bemerkung

Displaying a large number of reports may slow down the display.

Upload

UploadPurgeTemporaryFilesDays

Asks: Automatically delete temporary uploads older than ___ days in cleanup_database cron job.

Voreinstellung: Leer

Beschreibung:

  • This system preference lets you determine how long temporary uploaded files (files uploaded through the upload tool without any category) are kept

Bemerkung

If you leave this field empty, the cron job will not delete any files.

On the other hand, a value of 0 means ‚delete all temporary files‘.

  • This value can be overridden with the –temp-uploads-days option of the cleanup_database script.