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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-38 / +38 lines)
Lines 1-43 Link Here
1
# Broken, omitted: acquisitions, emailPurchaseSuggestions
1
# Broken, omitted: acquisitions, emailPurchaseSuggestions
2
Acquisitions:
2
Acquisitions:
3
    Policy:
3
    Policy:
4
    -
4
        -
5
        - Create an item when    
5
            - Create an item when    
6
        - pref: AcqCreateItem
6
            - pref: AcqCreateItem
7
          choices:
7
              choices:
8
              ordering: placing an order.
8
                  ordering: placing an order.
9
              receiving: receiving an order.
9
                  receiving: receiving an order.
10
              cataloguing: cataloging the record.
10
                  cataloguing: cataloging the record.
11
    -
11
        -
12
        - pref: UniqueItemFields
12
            - pref: UniqueItemFields
13
        - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table)
13
            - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table)
14
    -
14
        -
15
        - When closing or reopening a basket,
15
            - When closing or reopening a basket,
16
        - pref: BasketConfirmations
16
            - pref: BasketConfirmations
17
          default: 1
17
              default: 1
18
          choices:
18
              choices:
19
              1: always ask for confirmation.
19
                  1: always ask for confirmation.
20
              2: do not ask for confirmation.
20
                  2: do not ask for confirmation.
21
    -
21
        -
22
        - Show baskets
22
            - Show baskets
23
        - pref: AcqViewBaskets
23
            - pref: AcqViewBaskets
24
          choices:
24
              choices:
25
              user: created by staff member.
25
                  user: created by staff member.
26
              branch: from staff member's library.
26
                  branch: from staff member's library.
27
              all: in system, regardless of owner.
27
                  all: in system, regardless of owner.
28
    -
28
        -
29
        - Display currencies using the following format 
29
            - Display currencies using the following format 
30
        - pref: CurrencyFormat
30
            - pref: CurrencyFormat
31
          choices:
31
              choices:
32
              US: 360,000.00 (US)
32
                  US: 360,000.00 (US)
33
              FR: 360 000,00 (FR)
33
                  FR: 360 000,00 (FR)
34
    -
34
        -
35
        - The default tax rate is   
35
            - The default tax rate is   
36
        - pref: gist
36
            - pref: gist
37
        - (enter in numeric form, 0.12 for 12%)
37
            - (enter in numeric form, 0.12 for 12%)
38
38
39
    Printing:
39
    Printing:
40
    -
40
        -
41
        - Use   
41
            - Use   
42
        - pref: OrderPdfFormat
42
            - pref: OrderPdfFormat
43
        - when printing basket groups. 
43
            - when printing basket groups. 
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +2 lines)
Lines 79-91 Circulation: Link Here
79
                  yes: Require
79
                  yes: Require
80
                  no: "Don't require"
80
                  no: "Don't require"
81
            - staff to choose which checkouts to show before running the overdues report.
81
            - staff to choose which checkouts to show before running the overdues report.
82
        -            
82
        -
83
            - pref: DisplayClearScreenButton
83
            - pref: DisplayClearScreenButton
84
              choices:
84
              choices:
85
                  yes: Show
85
                  yes: Show
86
                  no: "Don't show"
86
                  no: "Don't show"
87
            - a button to clear the current patron from the screen on the circulation screen.
87
            - a button to clear the current patron from the screen on the circulation screen.
88
        -            
88
        -
89
            - pref: RecordLocalUseOnReturn
89
            - pref: RecordLocalUseOnReturn
90
              choices:
90
              choices:
91
                  yes: Record
91
                  yes: Record
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-2 / +1 lines)
Lines 7-13 Searching: Link Here
7
                  no: Use
7
                  no: Use
8
            - the Zebra search engine.  It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work.
8
            - the Zebra search engine.  It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work.
9
        -
9
        -
10
            - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>):
10
            - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>)
11
            - pref: NoZebraIndexes
11
            - pref: NoZebraIndexes
12
              type: textarea
12
              type: textarea
13
              class: list
13
              class: list
14
- 

Return to bug 7994