Bug 31036: (QA follow-up) Add a warning to the system preference
[koha.git] / 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             - "<p class='text-danger'><strong>Warning:</strong> Enabling this setting will make the register a required field for all CASH type transactions; This includes SIP00 transactions, so please ensure your SIP configurations are updated to map a register to your SIP device.</p>"
37         -
38             - "When collecting a payment, "
39             - pref: RequireCashRegister
40               default: no
41               choices:
42                 0: "require a cash register only when the CASH payment type is selected"
43                 1: "always require a cash register"
44             - '. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseCashRegisters">UseCashRegisters</a>)'
45         -
46             - pref: EnablePointOfSale
47               default: no
48               choices:
49                 1: "Enable"
50                 0: "Disable"
51             - ' 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>)'
52         -
53             - pref: AutoCreditNumber
54               choices:
55                 '': 'Do not automatically generate credit numbers'
56                 annual: 'Automatically generate credit numbers in the form <year>-0001'
57                 branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
58                 incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
59             - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)