<%= simple_form_for([:settings,@zone,@settings_dining_facility,@dining_charge]) do |f| %> <%= f.error_notification %>
<%= f.input :item_code, :input_html => { :id => 'item_code',:class=>"col-md-9" } %> <%= f.input :unit_price, :input_html => { :id => 'unit_price',:class=>"col-md-9"} %> <%= f.input :taxable, :input_html => {:class=>"col-md-9"} %> <%= f.input :charge_type, :collection => [:hr, :day], :input_html => {:class=>"col-md-8"} %>
access_time <% if !@dining_charge.minimum_free_time.nil?%> <% else %> <% end %>
access_time <% if !@dining_charge.charge_block.nil?%> <% else %> <% end %>
<%= f.input :time_rounding, :collection => [:down, :up], :input_html => { :class=>"col-md-8"} %>
access_time <% if !@dining_charge.time_rounding_block.nil?%> <% else %> <% end %>
<%= f.input :time_rounding_block_price, :input_html => { :id => 'time_rounding_block_price',:class=>"col-md-8"} %>
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>
<% end %>
view_headline PAGE DETAIL

1) Item code - generated item code for extra charges
2) Unit price - to write price for extra charges
3) Taxable - checkbox for taxble or not
4) Charge Type - to write type for extra charges
5) Minimum free time - time for free
6) Charge block - time for block
7) Time rounding block - rounding time for block
8) Time rounding block price - to write price for time rounding block

list BUTTON LISTS

1) SUBMIT - to create extra charges

list LINK LISTS

1) Home / Back - go to dashboard