41bd29d6713954c6c0359b61c1eb35eb99dc5980
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / acquisitions.pref
1 # Broken, omitted: acquisitions, emailPurchaseSuggestions
2 Acquisitions:
3     Policy:
4         -
5             - Create an item when
6             - pref: AcqCreateItem
7               choices:
8                   ordering: placing an order.
9                   receiving: receiving an order.
10                   cataloguing: cataloging the record.
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             - (separated by a space)
15         -
16             - When closing or reopening a basket,
17             - pref: BasketConfirmations
18               default: 1
19               choices:
20                   1: always ask for confirmation.
21                   2: do not ask for confirmation.
22         -
23             - Show baskets
24             - pref: AcqViewBaskets
25               choices:
26                   user: created or managed by staff member.
27                   branch: from staff member's library.
28                   all: in system, regardless of owner.
29         -
30             - Display currencies using the following format
31             - pref: CurrencyFormat
32               choices:
33                   US: 360,000.00 (US)
34                   FR: 360 000,00 (FR)
35                   CH: 360'000.00 (CH)
36         -
37             - Tax rates are
38             - pref: gist
39             - . 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).
40             - "Please note: The database will only accept values up to 4 decimals precision, further values will be rounded."
41         -
42             - pref: AcqWarnOnDuplicateInvoice
43               choices:
44                   yes: Warn
45                   no: "Do not warn"
46             - when the librarian tries to create an invoice with a duplicate number.
47         -
48             - Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar").
49             - pref: AcqItemSetSubfieldsWhenReceived
50         -
51             - Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a="bar foo").
52             - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled
53         -
54             - pref: AcqEnableFiles
55               choices:
56                   yes: Do
57                   no: "Don't"
58             - enable the ability to upload and attach arbitrary files to invoices.
59         -
60             - Set the mapping values for a new order line created from a MARC record in a staged file.
61             - pref: MarcFieldsToOrder
62               type: textarea
63             - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"
64             - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a"
65         -
66             - Set the mapping values for new item records created from a MARC record in a staged file.
67             - pref: MarcItemFieldsToOrder
68               type: textarea
69             - "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"
70             - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z"
71         -
72             - pref: ClaimsBccCopy
73               default: no
74               choices:
75                 yes: Send
76                 no: Don't send
77             - blind copy (BCC) to logged in user when sending serial or acquisitions claims notices.
78
79     Printing:
80         -
81             - Use the
82             - pref: OrderPdfFormat
83               choices:
84                   "pdfformat::layout2pages":   English 2-page
85                   "pdfformat::layout3pages":   English 3-page
86                   "pdfformat::layout3pagesfr": French 3-page
87                   "pdfformat::layout2pagesde": German 2-page
88             - layout when printing basket groups.