Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref
Baptiste Wojtkowski 53ebb5c33b Bug 17708: Added a logaction function in Addrenewal in order to send renew logs
20/02/17 : added the syspref RenewalLog
24/20/17 : added a test for the syspref Renewal Log

test plan
1 - Chose a Borrower and have him renewing an item
2 - Check the renew logs : they should be empty
3 - Apply patch and set the syspref RenewalLog to 1
4 - Have the Borrower renewing a new item
5 - Check the renew logs : there should be your renew

I called the function logaction, which is in charge of modifying the
logs, within the function which adds a new renewal at the list.

Signed-off-by: Julien Comte <julien.comte@u-psud.fr>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-03-31 12:36:16 +00:00

87 lines
2.7 KiB
Text

Logging:
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 fines are charged, paid, or forgiven.
-
- pref: HoldsLog
choices:
on: Log
off: "Don't log"
- any actions on holds (create, cancel, suspend, resume, etc).
-
- 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: RenewalLog
choices:
on: Log
off: "Don't log"
- when items are renewed.
-
- pref: SubscriptionLog
choices:
on: Log
off: "Don't log"
- when serials are added, deleted or changed.
-
- pref: CronjobLog
choices:
on: Log
off: "Don't log"
- information from cron jobs.
-
- pref: ReportsLog
choices:
on: Log
off: "Don't log"
- when reports are added, deleted or changed.
Debugging:
-
- pref: DumpTemplateVarsIntranet
choices:
on: Do
off: "Don't"
- dump all Template Toolkit variable to a comment in the html source for the staff intranet.
-
- pref: DumpTemplateVarsOpac
choices:
on: Do
off: "Don't"
- dump all Template Toolkit variable to a comment in the html source for the OPAC.