Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
Nick Clemens a64c8cd1a4
Bug 23416: Add PreserveSerialNotes system preference
Bug 11492 intended to pass routinglists forward. It also passed forward serial notes.
This may or not me desired behvaiour, to avoid changing functionality twice I add a syspref
to control this behaviour.

To test:
 1 - Have or create a subscription in the serials module
 2 - Recieve an issue, making sure ot ad a note
 3 - Go to receive again, note the note from the last serial is set for the expected issue
 4 - Apply patch
 5 - Update database, restart all the things
 6 - Receive the issue leaving the note in place
 7 - Note the next expected issue has the note
 8 - Find the syspref PreserveSerialNotes
 9 - Confirm it defaulted to Do
10 - Set it to 'Do not'
11 - Receive the expected serial leavign the note
12 - Note the newly generated expected serial has no note
13 - prove -v t/db_dependent/Serials.t

Signed-off-by: Nadine Pierre <nadine.pierre@inLibro.com>
Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-08-12 14:35:18 +01:00

64 lines
2.3 KiB
Text

Serials:
-
- Show
- pref: opacSerialDefaultTab
choices:
holdings: Holdings tab
subscriptions: Subscriptions tab
serialcollection: Serial Collection tab
- as default tab for serials in OPAC. Please note that the Serial Collection tab is currently available only for UNIMARC.
-
- pref: RenewSerialAddsSuggestion
choices:
yes: Add
no: "Don't add"
- a suggestion for a bibliographic record when its attached serial is renewed.
-
- pref: RoutingSerials
choices:
yes: Use
no: "Don't use"
- the routing list feature in the serials module.
-
- pref: RoutingListAddReserves
choices:
yes: Place
no: "Don't place"
- received serials on hold if they are on a routing list.
-
- 'Include following note on all routing lists:'
- pref: RoutingListNote
type: textarea
class: code
-
- Show the
- pref: StaffSerialIssueDisplayCount
class: integer
- previous issues of a serial on the staff client.
-
- Show the
- pref: OPACSerialIssueDisplayCount
class: integer
- previous issues of a serial on the OPAC.
-
- When showing the subscription information for a bibliographic record, preselect
- pref: SubscriptionHistory
choices:
simplified: brief history
full: full history
- view of serial issues.
-
- List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |)
- pref: SubscriptionDuplicateDroppedInput
-
- pref: makePreviousSerialAvailable
choices:
yes: Make
no: Do not make
- previous serial automatically available when receiving a new serial issue. The previous issue can also be set to another item type when receiving a new one. Please note that the item-level_itypes syspref must be set to specific item.
-
- pref: PreserveSerialNotes
choices:
yes: Do
no: Do not
- prefill the notes from the last 'Arrived' serial when generating the next 'Expected' issue.