49c364f94b
This patch sets adds the possibility to log new, update and delete actions for saved reports. To test: -Apply patch -Run updatedatabase.pl -Enable system preference ReportsLog -Create, duplicate, edit and delete saved reports -Go to Home > Tools > Logs -Verify that you can select "Reports" in Modules list -Verify that your actions were logged Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
61 lines
1.6 KiB
Text
61 lines
1.6 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 fines are charged, paid, or 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.
|
|
-
|
|
- 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.
|