Order queue stations
This commit is contained in:
@@ -13,14 +13,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Is active</th>
|
||||
<th>Is currently login</th>
|
||||
<th>Auto print receipt</th>
|
||||
<th>Active</th>
|
||||
<th>Login?</th>
|
||||
<th>Auto print</th>
|
||||
<th>Printer name</th>
|
||||
<th>Header</th>
|
||||
<th>Footer</th>
|
||||
<th>Font</th>
|
||||
<th>Font size</th>
|
||||
<th>Show tax</th>
|
||||
<th>Show cashier</th>
|
||||
<th>Show guest info</th>
|
||||
@@ -36,10 +32,6 @@
|
||||
<td><%= settings_cashier_terminal.is_currently_login %></td>
|
||||
<td><%= settings_cashier_terminal.auto_print_receipt %></td>
|
||||
<td><%= settings_cashier_terminal.printer_name %></td>
|
||||
<td><%= settings_cashier_terminal.header %></td>
|
||||
<td><%= settings_cashier_terminal.footer %></td>
|
||||
<td><%= settings_cashier_terminal.font %></td>
|
||||
<td><%= settings_cashier_terminal.font_size %></td>
|
||||
<td><%= settings_cashier_terminal.show_tax %></td>
|
||||
<td><%= settings_cashier_terminal.show_cashier %></td>
|
||||
<td><%= settings_cashier_terminal.show_guest_info %></td>
|
||||
|
||||
Reference in New Issue
Block a user