Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref
Nick Clemens 9a5777dafc
Bug 24646: Move RoundFinesAtPayment to 'Fines policy' section
To test:
 - Search Admin->System preferences for 'RoundFinesAtPayment'
 - Note it is listed under self-check
 - Apply patch
 - Restart/refresh
 - Note it is now under Accounting -> Policy

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-24 09:54:03 +00:00

35 lines
1.3 KiB
Text

Accounting:
Policy:
-
- pref: AccountAutoReconcile
choices:
yes: "Do"
no: "Do not"
- reconcile patron balances automatically on each transaction adding debits or credits.
-
- pref: FinePaymentAutoPopup
choices:
yes: "Do"
no: "Don't"
- automatically display a print dialog for a payment receipt when making a payment.
-
- pref: RoundFinesAtPayment
choices:
yes: Do
no: "Don't"
- 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.
Features:
-
- pref: UseCashRegisters
default: no
choices:
yes: "Use"
no: "Don't use"
- " cash registers with the accounting system to track payments."
-
- pref: EnablePointOfSale
default: no
choices:
yes: "Enable"
no: "Disable"
- " the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)"