add foodcoop configuration screen
This commit is contained in:
parent
dd3ac0971c
commit
7b000c39eb
20 changed files with 562 additions and 12 deletions
12
app/views/admin/configs/_tab_payment.html.haml
Normal file
12
app/views/admin/configs/_tab_payment.html.haml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
= config_input form, :price_markup do
|
||||
.input-append
|
||||
= config_input_field form, :price_markup, as: :decimal, class: 'input-mini'
|
||||
%span.add-on %
|
||||
= config_input form, :tax_default do
|
||||
.input-append
|
||||
= config_input_field form, :tax_default, as: :decimal, class: 'input-mini'
|
||||
%span.add-on %
|
||||
= config_input form, :minimum_balance do
|
||||
.input-prepend
|
||||
%span.add-on= t 'number.currency.format.unit'
|
||||
= config_input_field form, :minimum_balance, as: :decimal, class: 'input-small'
|
||||
Loading…
Add table
Add a link
Reference in a new issue