Order queue stations
This commit is contained in:
50
app/views/settings/processing_items/show.html.erb
Normal file
50
app/views/settings/processing_items/show.html.erb
Normal file
@@ -0,0 +1,50 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Station name:</strong>
|
||||
<%= @settings_order_queue_station.station_name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Is active:</strong>
|
||||
<%= @settings_order_queue_station.is_active %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Processing items:</strong>
|
||||
<%= @settings_order_queue_station.processing_items %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Print copy:</strong>
|
||||
<%= @settings_order_queue_station.print_copy %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Printer name:</strong>
|
||||
<%= @settings_order_queue_station.printer_name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Font size:</strong>
|
||||
<%= @settings_order_queue_station.font_size %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Cut per item:</strong>
|
||||
<%= @settings_order_queue_station.cut_per_item %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Use alternate name:</strong>
|
||||
<%= @settings_order_queue_station.use_alternate_name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Created by:</strong>
|
||||
<%= @settings_order_queue_station.created_by %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_settings_order_queue_station_path(@settings_order_queue_station) %> | <%= link_to 'Destroy', settings_order_queue_station_path(@settings_order_queue_station), method: :delete, data: { confirm: 'Are you sure?' } %> |
|
||||
|
||||
<%= link_to 'Back', settings_order_queue_stations_path %>
|
||||
Reference in New Issue
Block a user