scaffold models
This commit is contained in:
64
app/views/settings/cashier_terminals/show.html.erb
Normal file
64
app/views/settings/cashier_terminals/show.html.erb
Normal file
@@ -0,0 +1,64 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @settings_cashier_terminal.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Is active:</strong>
|
||||
<%= @settings_cashier_terminal.is_active %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Is currently login:</strong>
|
||||
<%= @settings_cashier_terminal.is_currently_login %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Auto print receipt:</strong>
|
||||
<%= @settings_cashier_terminal.auto_print_receipt %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Printer name:</strong>
|
||||
<%= @settings_cashier_terminal.printer_name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Header:</strong>
|
||||
<%= @settings_cashier_terminal.header %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Footer:</strong>
|
||||
<%= @settings_cashier_terminal.footer %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Font:</strong>
|
||||
<%= @settings_cashier_terminal.font %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Font size:</strong>
|
||||
<%= @settings_cashier_terminal.font_size %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Show tax:</strong>
|
||||
<%= @settings_cashier_terminal.show_tax %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Show cashier:</strong>
|
||||
<%= @settings_cashier_terminal.show_cashier %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Show guest info:</strong>
|
||||
<%= @settings_cashier_terminal.show_guest_info %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_settings_cashier_terminal_path(@settings_cashier_terminal) %> |
|
||||
<%= link_to 'Back', settings_cashier_terminals_path %>
|
||||
Reference in New Issue
Block a user