Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref
Andrew Isherwood 79d64a37a0 Bug 20750: Allow logging of arbitrary actions
This patch allows logging of arbitrary actions on request objects. A
chronological summary of these actions can then be displayed when
viewing a request.

This patch also adds logging of request status changes. Additional work
has been done on the BLDSS backend to log requests to the BLDSS request
status check API.

To test:
- Apply patch
- Ensure the Illlog logging preference is turned on
- Create an ILL request and perform actions on it that change it's
status.
- Navigate to the "Manage ILL request" screen
- Click the "Display request log" button
- Observe that a modal opens displaying a summary of the status changes.

Signed-off-by: Niamh Walker <Niamh.Walker-Headon@it-tallaght.ie>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Since this bug now is dependent on Bug 20581, it should be aware of the
custom statuses provided in 20581. This patch enables logging of request
statuses being changed to custom ones. As such the test plan is
modified:

To test:
- Apply patch
- Ensure the Illlog logging preference is turned on
- Ensure you have some custom request statuses defined in the
Authorised Values ILLSTATUS category
- Create an ILL request and perform actions on it that change it's
status.
- Edit the request and change status to a custom one
- Navigate to the "Manage ILL request" screen
- Click the "Display request log" button
- Observe that a modal opens displaying a summary of the status changes.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-15 19:07:08 +00:00

93 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.
-
- 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: IllLog
choices:
on: Log
off: "Don't log"
- when changes to ILL requests take place
-
- 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.