Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
David Gustafsson eae494fb33
Bug 31846: Add syspref for serials search results limit
To test:

1) Make sure SerialsSearchResultsLimit syspref is unset or set to 0.
2) Perform an advanced search on serials without any conditions
   and confirm all serials are listed as expected.
3) Set SerialsSearchResultsLimit to a value less the the number
   of total subscriptions, perform the search again, and confirm
   that the number of serials has been limited to the set value.
4) Ensure all tests pass in t/db_dependent/Serials.t

Sponsored-by: Gothenburg University Library
Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-25 10:35:27 -03:00

70 lines
2.6 KiB
Text

Serials:
Features:
-
- 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:
1: Add
0: "Don't add"
- a suggestion for a bibliographic record when its attached serial is renewed.
-
- pref: RoutingSerials
choices:
1: Use
0: "Don't use"
- the routing list feature in the serials module.
-
- pref: RoutingListAddReserves
choices:
1: Place
0: "Don't place"
- received serials on hold if they are on a routing list.
-
- "Include the 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 interface.
-
- 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:
1: Make
0: Don't 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 <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=item-level_itypes">item-level_itypes</a> system preference must be set to specific item.
-
- pref: PreserveSerialNotes
choices:
1: Do
0: Don't
- prefill the notes from the last 'Arrived' serial when generating the next 'Expected' issue.
-
- Show only the
- pref: SerialsSearchResultsLimit
class: integer
- first serials when performing an advanced serials search.