remove name from cashier/customer title
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-2 col-sm-2 mbl-style">
|
||||
<label class="font-14"><%= t("views.right_panel.detail.customer_name") %></label>
|
||||
<label class="font-14"><%= t :customer_name %></label>
|
||||
<input type="text" placeholder="Customer name" class="form-control m-t-3" name="customer" value="<%= params[:customer] %>" id="customer_filter" style="height: 32px;">
|
||||
</div>
|
||||
|
||||
|
||||
@@ -36,14 +36,13 @@
|
||||
<th> <%= t("views.right_panel.detail.shift_name") %> </th>
|
||||
<th> <%= t("views.right_panel.detail.receipt_no") %></th>
|
||||
<th><%= t("views.right_panel.detail.order_source") %></th>
|
||||
<th> <%= t :cashier %> <%= t("views.right_panel.detail.name") %></th>
|
||||
<th> <%= t :customer %> <%= t("views.right_panel.detail.name") %></th>
|
||||
<th> <%= t :cashier %></th>
|
||||
<th> <%= t :customer %></th>
|
||||
<th> <%= t("views.right_panel.detail.credit_amount") %> </th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <br>
|
||||
<%= t("views.right_panel.detail.shift_name") %></th>
|
||||
<th> <%= t :credit %> <%= t("views.right_panel.detail.receipt_date") %></th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <br> <%= t :cashier_name %></th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <%= t("views.right_panel.detail.amount") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.shift_name") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.receipt_date") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t :cashier %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.amount") %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -20,14 +20,13 @@
|
||||
<th> <%= t("views.right_panel.detail.shift_name") %> </th>
|
||||
<th> <%= t("views.right_panel.detail.receipt_no") %></th>
|
||||
<th><%= t("views.right_panel.detail.order_source") %></th>
|
||||
<th> <%= t :cashier %> <%= t("views.right_panel.detail.name") %></th>
|
||||
<th> <%= t :customer %> <%= t("views.right_panel.detail.name") %></th>
|
||||
<th> <%= t :cashier %></th>
|
||||
<th> <%= t :customer %></th>
|
||||
<th> <%= t("views.right_panel.detail.credit_amount") %> </th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <br>
|
||||
<%= t("views.right_panel.detail.shift_name") %></th>
|
||||
<th> <%= t :credit %> <%= t("views.right_panel.detail.receipt_date") %></th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <br> <%= t :cashier_name %></th>
|
||||
<th> <%= t :credit %> <%= t :payment %> <%= t("views.right_panel.detail.amount") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.shift_name") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.receipt_date") %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t :cashier %></th>
|
||||
<th> <%= t :credit_payment %> <br> <%= t("views.right_panel.detail.amount") %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user