merge with settings_backend

This commit is contained in:
Yan
2017-06-18 12:30:06 +06:30
26 changed files with 610 additions and 57 deletions

View File

@@ -1,3 +1,8 @@
<style type="text/css">
div.form-inputs span{
padding: 1%;
}
</style>
<%= simple_form_for([:settings,@settings_order_queue_station]) do |f| %>
<%= f.error_notification %>
@@ -8,6 +13,8 @@
<%= f.input :printer_name %>
<%= f.input :font_size %>
<%= f.input :print_copy %>
<%= f.label "Select Zones", :class => 'control-label' %>
<%= f.collection_check_boxes :zone_ids , Zone.all, :id, :name , :class => 'ta'%>
<%= f.input :cut_per_item %>
<%= f.input :use_alternate_name %>
<%= f.input :processing_items, as: :hidden %>