Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref
Galen Charlton 61adeac859 bug 5783: follow-up system preferences tweaks
* add the AuthoritiesLog system preference to all
  language installer SQL scripts
* options for a 'YesNo' should be '', not '0'
* fix wording glitch on preferences page

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-03-07 15:09:23 +13:00

49 lines
1.3 KiB
Text

Logging:
-
- pref: LetterLog
choices:
on: Log
off: "Don't log"
- when an automatic claim notice is sent.
-
- pref: BorrowersLog
choices:
on: Log
off: "Don't log"
- changes to patron records.
-
- pref: CataloguingLog
choices:
on: Log
off: "Don't log"
- any changes to bibliographic or item records. Since this occurs whenever a book is checked in or out as well, it is not advisable to turn this on.
-
- pref: AuthoritiesLog
choices:
on: Log
off: "Don't log"
- changes to authority records.
-
- pref: FinesLog
choices:
on: Log
off: "Don't log"
- when overdue fines are charged or automatically forgiven.
-
- pref: IssueLog
choices:
on: Log
off: "Don't log"
- when items are checked out.
-
- pref: ReturnLog
choices:
on: Log
off: "Don't log"
- when items are returned.
-
- pref: SubscriptionLog
choices:
on: Log
off: "Don't log"
- when serials are added, deleted or changed.