Order queue stations

This commit is contained in:
Min Zeya Phyo
2017-05-28 13:30:30 +06:30
parent 112fe8b56b
commit 08f993d621
40 changed files with 878 additions and 18 deletions

View File

@@ -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>