工具
Get there: More > Administration > System preferences > Tools
條碼
BarcodeSeparators
詢問:分隔條碼用以下的分隔符號 ___在批次館藏修改和庫存。
預設值:\s\r\n
描述:
警告
您必需使用正規表達式代碼於這些字符中。
\S 代表空格
\r 表示回車符
\n 用於換行
\t is used for a tab
請確認您透過在其他字符前面加上反斜線來避免其他字符
\. 表示一點
\\ 表示反斜線
\- 表示連字號
批次館藏
MaxItemsToDisplayForBatchDel
詢問:批次刪除最多 ___ 筆館藏。
預設值:1000
描述:
在 批次刪除館藏工具 裡禁止顯示超過此設定的館藏量,但可以刪除超過此設定的館藏。
备注
顯示大量館藏可能會減慢顯示速度。
MaxItemsToDisplayForBatchMod
詢問:顯示修改或刪除最多 ___ 筆館藏。
預設值:1000
描述:
In the batch item modification tool this will prevent the display of more than the items you entered in this preference, but you will be able to modify more than the number you enter here (see MaxItemsToProcessForBatchMod).
备注
顯示大量館藏可能會減慢顯示速度。
MaxItemsToProcessForBatchMod
詢問:批次修改或刪除最多 ___ 筆館藏。
預設值:1000
描述:
此 批次館藏修改工具 偏好將避免在此編輯多個數字。
备注
處理大量館藏可能會減慢進度,甚至可能會超時。
新聞
AdditionalContentsEditor
詢問:預設編輯附加內容和新聞館藏
預設值:WYSIWYG 編輯器 (TinyMCE)
價值:
文字編輯器 (CodeMirror)
WYSIWYG 編輯器 (TinyMCE)
描述:
此系統偏好允許您選擇在 新聞工具 和 HTML 定製化工具 中使用哪個編輯器。
文字編輯器可讓您直接編寫 HTML。 如果您想更好地控制內容的顯示方式,請使用此選項。
备注
You can use CSS id's and classes in your HTML and format them with the OPACUserCSS or IntranetUserCSS system preferences.
WYSIWYG(你所看到的就是你得到的)編輯器是一個對使用者友善的編輯器,其功能類似於文字處理軟件。如果你對HTML不熟悉,可以使用這個編輯器。
Patron cards
這些偏好與 新增讀者證 工具有關。
ImageLimit
詢問:限制讀者在資料庫內最多儲存 ___ 張照片。
預設值:5
描述:
此系統偏好決定了可以在 :ref:`讀者卡建立工具 <patron-card-creator-label>`中使用的圖片數量。
备注
大量影像可能會佔用大量存儲空間。
報告
這些偏好參考 報表模組。
NumSavedReports
詢問:預設,在館員介面每頁顯示 ___ 筆結果。
預設值:20
描述:
This system preference lets you determine the number of reports that should be displayed per page in the saved reports page.
备注
顯示大量報告可能會減慢顯示速度。
上傳
UploadPurgeTemporaryFilesDays
詢問:自動刪除在 cleanup_database 工作排程內最於 ___ 天的暫存檔。
預設值:空白
描述:
這個系統偏好讓你決定臨時上傳的文件(通過 :ref:`上傳工具 <upload-label>`上傳的文件,沒有任何類別)的儲存時間
备注
如果將此欄位留空,則工作排程作業將不會刪除任何文件。
另一方面,值為 0 表示 '刪除所有臨時文件'。
這個值可以通過清理_資料庫腳本的 --臨時-上傳-天數選項來覆蓋。