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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +26 lines)
Lines 1-8 Link Here
1
# Broken, omitted: acquisitions, emailPurchaseSuggestions
1
# Broken, omitted: acquisitions, emailPurchaseSuggestions
2
# Unsure how to format the OrderPdfTemplate field as a browse option
2
Acquisitions:
3
Acquisitions:
4
    Serials:
3
    -
5
    -
4
        - pref: RenewSerialAddsSuggestion
6
        - pref: RenewSerialAddsSuggestion
5
          choices:
7
          choices:
6
              yes: Add
8
              yes: Add
7
              no: "Don't add"
9
              no: "Don't add"
8
        - a suggestion for a biblio when its attached serial is renewed.
10
        - a suggestion for a biblio when its attached serial is renewed.
9
- 
11
    Policy:
12
    -
13
        - Create an item when    
14
        - pref: AcqCreateItem
15
          choices:
16
              ordering: placing an order.
17
              receiving: receiving an order.
18
              cataloguing: cataloging the record.
19
    -
20
        - Display currencies using the following format 
21
        - pref: CurrencyFormat
22
          choices:
23
              US: 360,000.00 (US)
24
              FR: 360 000,00 (FR)
25
    -
26
        - The default tax rate is   
27
        - pref: gist
28
        - (enter in numeric form, 0.12 for 12%)
29
30
    Printing:
31
    -
32
        - Use   
33
        - pref: OrderPdfFormat
34
        - when printing basket groups. 

Return to bug 3985