Bug 33945: (QA follow-up) Don't show delay message on patron details page
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / acquisitions.pref
1 Acquisitions:
2     Policy:
3         -
4             - Create an item when
5             - pref: AcqCreateItem
6               choices:
7                   ordering: placing an order.
8                   receiving: receiving an order.
9                   cataloguing: cataloging the record.
10             - This is only the default behavior, and can be changed per-basket.
11         -
12             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
13             - pref: UniqueItemFields
14               type: modalselect
15               source: items
16         -
17             - When closing or reopening a basket,
18             - pref: BasketConfirmations
19               default: 1
20               choices:
21                   1: always ask for confirmation.
22                   2: do not ask for confirmation.
23         -
24             - Show baskets
25             - pref: AcqViewBaskets
26               choices:
27                   user: created or managed by staff member.
28                   branch: from staff member's library.
29                   all: in system, regardless of owner.
30         -
31             - Display currencies using the following format
32             - pref: CurrencyFormat
33               choices:
34                   US: 360,000.00 (US)
35                   FR: 360 000,00 (FR)
36                   CH: 360'000.00 (CH)
37         -
38             - Tax rates are
39             - pref: TaxRates
40             - . Enter in numeric form, 0.12 for 12%. The first item in the list will be selected by default. For more than one value, separate with | (pipe).
41             - "<br/><strong>NOTE:</strong> The database will only accept values up to 4 decimals precision, further values will be rounded."
42             - "<br/><strong>NOTE:</strong> Vendor tax rate information may need updating if tax rate values are removed."
43         -
44             - pref: AcqWarnOnDuplicateInvoice
45               choices:
46                   1: Warn
47                   0: "Do not warn"
48             - when the librarian tries to create an invoice with a duplicate number.
49         -
50             - "Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a=\"foo bar\"):"
51             - pref: AcqItemSetSubfieldsWhenReceived
52         -
53             - "Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a=\"bar foo\"):"
54             - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
55         -
56             - pref: AcqEnableFiles
57               choices:
58                   1: Do
59                   0: "Don't"
60             - enable the ability to upload and attach arbitrary files to invoices.
61         -
62             - Set the mapping values for a new order line created from a MARC record in a staged file.
63             - pref: MarcFieldsToOrder
64               type: textarea
65               syntax: text/x-yaml
66             - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
67             - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
68         -
69             - Set the mapping values for new item records created from a MARC record in a staged file.
70             - pref: MarcItemFieldsToOrder
71               type: textarea
72               syntax: text/x-yaml
73             - "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"
74             - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
75         -
76             - pref: ClaimsBccCopy
77               default: no
78               choices:
79                 1: Send
80                 0: Don't send
81             - blind copy (BCC) to logged in user when sending serial or acquisitions claims notices.
82         -
83             - Keep accepted or rejected purchase suggestions for a period of
84             - pref: PurgeSuggestionsOlderThan
85               class: integer
86             - "days. Example: [30] Sets purgation of suggestions for those older than 30 days."
87             - "<br><strong>WARNING:</strong> Leave this field empty if you don't want to activate this automatic feature."
88             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/purge_suggestions.pl</code> cronjob. Ask your system administrator to schedule it."
89         -
90             - pref: OrderPriceRounding
91               default: ''
92               choices:
93                 '': Don't round
94                 nearest_cent: Round
95             - to nearest cent.<br>
96             - Determines whether full precision values or rounded values should be used in price calculations.
97         -
98             - pref: UseACQFrameworkForBiblioRecords
99               default: no
100               choices:
101                 1: "Use"
102                 0: "Don't use"
103             - " the framework 'ACQ' for bibliographic records fields."
104         -
105             - "Choose email address that new purchase suggestions will be sent to: "
106             - pref: EmailPurchaseSuggestions
107               default: 0
108               choices:
109                   0: none
110                   EmailAddressForSuggestions: EmailAddressForSuggestions
111                   BranchEmailAddress: email address of library
112                   KohaAdminEmailAddress: KohaAdminEmailAddress
113             - '<br>If you choose <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailAddressForSuggestions">EmailAddressForSuggestions</a> you have to enter a valid email address:'
114             - pref: EmailAddressForSuggestions
115               class: email
116     Printing:
117         -
118             - Use the
119             - pref: OrderPdfFormat
120               choices:
121                   "pdfformat::layout1page":    English 1-page
122                   "pdfformat::layout2pages":   English 2-page
123                   "pdfformat::layout3pages":   English 3-page
124                   "pdfformat::layout3pagesfr": French 3-page
125                   "pdfformat::layout2pagesde": German 2-page
126             - layout when printing basket groups.
127     EDIFACT:
128         -
129             - pref: EDIFACT
130               default: no
131               choices:
132                 1: Enable
133                 0:  Disable
134             - EDIFACT message exchange for acquisitions
135         -
136             - pref: EdifactInvoiceImport
137               default: no
138               choices:
139                 automatic: "Do"
140                 manual: "Don't"
141             - " automatically import EDIFACT invoice message files when they are downloaded."
142         -
143             - "Map sequence code (GIR:LSQ) field to "
144             - pref: EdifactLSQ
145               default: location
146               choices:
147                 location: "location"
148                 ccode: "collection"
149             - " in items."