]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/SIP/AV_format.adoc
LP1731021 SIP Fine detail repairs / display fields
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / SIP / AV_format.adoc
1 Fine Item Detail Enhancements
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 SIP now suppports enhancements for the Fine Item Detail returned by
4 by Patron Information Response (code 64).  Different manufacturers
5 of self-check systems specify the format of the fine item detail
6 differently.  A new option allows you to select the format to return.
7
8 Configuration
9 +++++++++++++
10 After installation of Evergreen and SIP, in the Evergreen configuration
11 directory (typically /openils/conf) the SIP configuration file
12 oils_sip.xml awaits your modifications to use this feature.
13
14 In the <accounts><login> sections, you can add an attribute of the form
15     `av_format="__<value>__"`
16
17 where __<value>__ is one of thsee values:
18
19 * `3m`
20 * `eg_legacy`
21 * `swyer_a`
22 * `swyer_b`
23
24 For example:
25
26 <login id="sipclient" password="password" institution="gapines" av_format="3m"/>
27
28 If you omit the option, 'eg_legacy' will be used as the default.
29
30 Currently, the behaviour of `eg_legacy` is close to, but not precisely
31 that of `3m`.  The `eg_legacy` produces the pre-enhancement behavior in
32 Evergreen.  Currently, the `swyer_a` behavior is identical to that of
33 `3m`, but there is no guarantee that this will always be the case.
34
35 If you change the brand of your self-check equipment, you may need to
36 change the value of the option to be consistent with the new brand.
37
38