| Shop Name | Phone No | Reservation No | Rouding Adj | View Sale Summary | Calculate Tax | Show Account Info | Actions |
|---|---|---|---|---|---|---|---|
| <%= shop.name %> | <%= shop.phone_no %> | <%= shop.reservation_no %> | <%= shop.is_rounding_adj %> | <%= shop.quick_sale_summary %> | <%= shop.calc_tax_order %> | <%= shop.show_account_info %> | <%= link_to t("views.btn.show"), settings_shop_path(shop),:class => 'btn btn-info btn-sm waves-effect' %> <%= link_to t("views.btn.edit"), edit_settings_shop_path(shop),:class => 'btn btn-primary btn-sm waves-effect' %> |
1) <%= t("views.right_panel.button.show") %> - <%= t("views.right_panel.detail.show_btn_txt") %> <%= t("views.right_panel.detail.shop_txt") %>
2) <%= t("views.right_panel.button.edit") %> - <%= t("views.right_panel.detail.edit_btn_txt") %> <%= t("views.right_panel.detail.shop_txt") %>
1) <%= t("views.right_panel.button.home") %> - <%= t("views.right_panel.detail.home_txt") %>
2) <%= t("views.right_panel.button.back") %> - <%= t("views.right_panel.detail.back_txt") %> <%= t("views.right_panel.detail.dashboard_txt") %>