payment option | cashier terminal | membership

This commit is contained in:
Nweni
2017-04-20 20:06:24 +06:30
parent 037eb1f0f2
commit 101c427322
19 changed files with 284 additions and 229 deletions

View File

@@ -1,4 +1,4 @@
<%= simple_form_for(@settings_cashier_terminal) do |f| %>
<%= simple_form_for([:settings, @settings_cashier_terminal]) do |f| %>
<%= f.error_notification %>
<div class="form-inputs">
@@ -7,8 +7,6 @@
<%= f.input :is_currently_login %>
<%= f.input :auto_print_receipt %>
<%= f.input :printer_name %>
<%= f.input :header %>
<%= f.input :footer %>
<%= f.input :font %>
<%= f.input :font_size %>
<%= f.input :show_tax %>