Bug 19036: Add ability to enable credit number for only some credit types
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / accounting.pref
blob7f4ae68fd9e12419dd7b880f7ec618894d33e673
1 Accounting:
2     Policy:
3         -
4             - pref: AccountAutoReconcile
5               choices:
6                   yes: "Do"
7                   no: "Do not"
8             - reconcile patron balances automatically on each transaction adding debits or credits.
9         -
10             - pref: FinePaymentAutoPopup
11               choices:
12                   yes: "Do"
13                   no: "Don't"
14             - automatically display a print dialog for a payment receipt when making a payment.
15         -
16             - pref: RoundFinesAtPayment
17               choices:
18                   yes: Do
19                   no: "Don't"
20             - round fines to the nearest cent when collecting payments. Enabling this preference allows paying fines of partial cents which may not be visible in the interface.
21     Features:
22         -
23             - pref: UseCashRegisters
24               default: no
25               choices:
26                 yes: "Use"
27                 no: "Don't use"
28             - " cash registers with the accounting system to track payments."
29         -
30             - pref: EnablePointOfSale
31               default: no
32               choices:
33                 yes: "Enable"
34                 no: "Disable"
35             - " the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)"
36         -
37             - pref: AutoCreditNumber
38               choices:
39                 '': 'Do not automatically generate credit numbers'
40                 annual: 'Automatically generate credit numbers in the form <year>-0001'
41                 branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
42                 incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
43             - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)