Bug 14591: (QA follow-up) Fix call to AddReturn for SIP
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / logs.pref
1 Logging:
2     Logging:
3         -
4             - pref: LetterLog
5               choices:
6                   on: Log
7                   off: "Don't log"
8             - when an automatic claim notice is sent.
9         -
10             - pref: BorrowersLog
11               choices:
12                   on: Log
13                   off: "Don't log"
14             - changes to patron records.
15         -
16             - pref: CataloguingLog
17               choices:
18                   on: Log
19                   off: "Don't log"
20             - any changes to bibliographic or item records.
21         -
22             - pref: AuthoritiesLog
23               choices:
24                   on: Log
25                   off: "Don't log"
26             - changes to authority records.
27         -
28             - pref: FinesLog
29               choices:
30                   on: Log
31                   off: "Don't log"
32             - when fines are charged, paid, or forgiven.
33         -
34             - pref: HoldsLog
35               choices:
36                   on: Log
37                   off: "Don't log"
38             - any actions on holds (create, cancel, suspend, resume, etc).
39         -
40             - pref: IssueLog
41               choices:
42                   on: Log
43                   off: "Don't log"
44             - when items are checked out.
45         -
46             - pref: ReturnLog
47               choices:
48                   on: Log
49                   off: "Don't log"
50             - when items are returned.
51         -
52             - pref: RenewalLog
53               choices:
54                   on: Log
55                   off: "Don't log"
56             - when items are renewed.
57         -
58             - pref: SubscriptionLog
59               choices:
60                   on: Log
61                   off: "Don't log"
62             - when serials are added, deleted or changed.
63         -
64             - pref: CronjobLog
65               choices:
66                   on: Log
67                   off: "Don't log"
68             - information from cron jobs.
69         -
70             - pref: ReportsLog
71               choices:
72                   on: Log
73                   off: "Don't log"
74             - when reports are added, deleted or changed.
75     Debugging:
76         -
77             - pref: DumpTemplateVarsIntranet
78               choices:
79                   on: Do
80                   off: "Don't"
81             - dump all Template Toolkit variable to a comment in the html source for the staff intranet.
82         -
83             - pref: DumpTemplateVarsOpac
84               choices:
85                   on: Do
86                   off: "Don't"
87             - dump all Template Toolkit variable to a comment in the html source for the OPAC.