]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/SIP/AV_format.adoc
LP#1731021: Support fine detail enhancement to SIP.
[working/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 by Patron Information
4 Response (code 64).  Different manufacturers of self-check systems specify the format
5 of the fine item detail differently.  A new option allows you to select the format to
6 return.
7
8 Configuration
9 +++++++++++++
10 After installation of Evergreen and SIP, in the Evergreen configuration directory (typically
11 /openils/conf) the SIP configuration file oils_sip.xml awaits your modifications to use this
12 feature.
13
14 In the <implementation_config><options> section, you can place an option of the form +
15         `<option name='av_format' value='`__<value>__`'>` +
16 where __<value>__ is one of thsee values:
17
18 * `3m`
19 * `eg_legacy`
20 * `swyer_a`
21 * `swyer_b`
22
23 If you omit the option, the default will act as though you wrote +
24         `<option name='av_format' value='eg_legacy'>`
25
26 Currently, the behaviour of `eg_legacy` is close to, but not precisely that of `3m`.  The
27 `eg_legacy` produces the pre-enhancement behavior in Evergreen.   Currently, the
28 `swyer_a` behavior
29 is identical to that of `3m`, but there is no guarantee that this will always be the case.
30
31 If you change the brand of your self-check equipment, you may need to change the value
32 of the option to be consistent with the new brand.
33