Add option to show account balance instead of available funds
Some foodcoops do not use the accounting feature of the foodsoft, which results in wrong calculation of the available credit. To avoid confusions show the current account balance instead.
This commit is contained in:
parent
f5bea41ccf
commit
72b5a5ca82
11 changed files with 46 additions and 22 deletions
|
|
@ -10,6 +10,7 @@
|
|||
.input-prepend
|
||||
%span.add-on= t 'number.currency.format.unit'
|
||||
= config_input_field form, :minimum_balance, as: :decimal, class: 'input-small'
|
||||
= config_input form, :charge_members_manually, as: :boolean
|
||||
= config_input form, :use_iban, as: :boolean
|
||||
|
||||
%h4= t '.schedule_title'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue