Bug 28138: (QA follow-up) Link system preference in new system preference description
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / accounting.pref
1 Accounting:
2     Policy:
3         -
4             - pref: AccountAutoReconcile
5               choices:
6                   1: "Do"
7                   0: "Don't"
8             - reconcile patron balances automatically on each transaction adding debits or credits.
9         -
10             - pref: FinePaymentAutoPopup
11               choices:
12                   1: "Do"
13                   0: "Don't"
14             - automatically display a print dialog for a payment receipt when making a payment.
15         -
16             - pref: RequirePaymentType
17               choices:
18                   0: "Don't require"
19                   1: "Require"
20             - staff to select a payment type when a payment is made.
21             - This preference has no effect when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseCashRegisters">UseCashRegisters</a> is enabled or when no payment types are defined in the PAYMENT_TYPE authorised value category.
22         -
23             - pref: RoundFinesAtPayment
24               choices:
25                   1: Do
26                   0: "Don't"
27             - 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.
28     Features:
29         -
30             - pref: UseCashRegisters
31               default: no
32               choices:
33                 1: "Use"
34                 0: "Don't use"
35             - " cash registers with the accounting system to track payments."
36         -
37             - pref: EnablePointOfSale
38               default: no
39               choices:
40                 1: "Enable"
41                 0: "Disable"
42             - ' the point of sale feature to allow anonymous transactions with the accounting system. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseCashRegisters">UseCashRegisters</a>)'
43         -
44             - pref: AutoCreditNumber
45               choices:
46                 '': 'Do not automatically generate credit numbers'
47                 annual: 'Automatically generate credit numbers in the form <year>-0001'
48                 branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
49                 incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
50             - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)