|
|
|
|
@@ -31,34 +31,34 @@
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.date") %></th>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.void_amount") %></th>
|
|
|
|
|
<% if @payment_methods.include? ("MPU") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.mpu_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.mpu_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("Master") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.master_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.master_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("VISA") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.visa_sales") %></th>
|
|
|
|
|
<th style='text-align:center;'class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.visa_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("JCB") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.jcb_sales") %></th>
|
|
|
|
|
<th style='text-align:center;'class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.jcb_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("UNIONPAY") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.unionpay_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.unionpay_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("Alipay") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.alipay_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.alipay_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("PAYMAL") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.paymal_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.paymal_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("DINGA") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.dinga_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.dinga_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("JunctionPay") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.junctionpay_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.junctionpay_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @payment_methods.include? ("Redeem") %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.redeem_sales") %></th>
|
|
|
|
|
<th style='text-align:center;' class="d-none d-sm-table-cell"><%= t("views.right_panel.detail.redeem_sales") %></th>
|
|
|
|
|
<% end %>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.cash_sales") %></th>
|
|
|
|
|
<th style='text-align:center;'><%= t("views.right_panel.detail.credit_sales") %></th>
|
|
|
|
|
|