View | Details | Raw Unified | Return to bug 22757
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (+2 lines)
Lines 61-72 Acquisitions: Link Here
61
            - Set the mapping values for a new order line created from a MARC record in a staged file.
61
            - Set the mapping values for a new order line created from a MARC record in a staged file.
62
            - pref: MarcFieldsToOrder
62
            - pref: MarcFieldsToOrder
63
              type: textarea
63
              type: textarea
64
              syntax: text/x-yaml
64
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
65
            - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
65
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
66
            - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
66
        -
67
        -
67
            - Set the mapping values for new item records created from a MARC record in a staged file.
68
            - Set the mapping values for new item records created from a MARC record in a staged file.
68
            - pref: MarcItemFieldsToOrder
69
            - pref: MarcItemFieldsToOrder
69
              type: textarea
70
              type: textarea
71
              syntax: text/x-yaml
70
            - "You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code"
72
            - "You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code"
71
            - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
73
            - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
72
        -
74
        -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (+2 lines)
Lines 274-279 Cataloging: Link Here
274
            - Include following fields when exporting BibTeX,
274
            - Include following fields when exporting BibTeX,
275
            - pref: BibtexExportAdditionalFields
275
            - pref: BibtexExportAdditionalFields
276
              type: textarea
276
              type: textarea
277
              syntax: text/x-yaml
277
            - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )"
278
            - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )"
278
            - "<br/>"
279
            - "<br/>"
279
            - "To specificy multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )"
280
            - "To specificy multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )"
Lines 285-290 Cataloging: Link Here
285
            - Include following fields when exporting RIS,
286
            - Include following fields when exporting RIS,
286
            - pref: RisExportAdditionalFields
287
            - pref: RisExportAdditionalFields
287
              type: textarea
288
              type: textarea
289
              syntax: text/x-yaml
288
            - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )"
290
            - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )"
289
            - "<br/>"
291
            - "<br/>"
290
            - "To specificy multiple marc tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )"
292
            - "To specificy multiple marc tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +2 lines)
Lines 540-545 Circulation: Link Here
540
        -
540
        -
541
            - pref: UpdateNotForLoanStatusOnCheckin
541
            - pref: UpdateNotForLoanStatusOnCheckin
542
              type: textarea
542
              type: textarea
543
              syntax: text/x-yaml
543
              class: code
544
              class: code
544
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
545
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
545
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
546
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
Lines 789-794 Circulation: Link Here
789
            - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost'
790
            - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost'
790
            - pref: UpdateItemWhenLostFromHoldList
791
            - pref: UpdateItemWhenLostFromHoldList
791
              type: textarea
792
              type: textarea
793
              syntax: text/x-yaml
792
    Interlibrary Loans:
794
    Interlibrary Loans:
793
        -
795
        -
794
            - pref: ILLModule
796
            - pref: ILLModule
795
- 

Return to bug 22757