| Name | <%= @settings_shop.name %> |
| Address | <%= @settings_shop.address %> |
| City | <%= @settings_shop.city %> |
| Township | <%= @settings_shop.township %> |
| State | <%= @settings_shop.state %> |
| Country | <%= @settings_shop.country %> |
| Phone No | <%= @settings_shop.phone_no %> |
| Reservation No | <%= @settings_shop.reservation_no %> |
| License | <%= @settings_shop.license %> |
| Activated At | <%= @settings_shop.activated_at %> |
| license Data | <%= @settings_shop.license_data %> |
| Base Currency | <%= @settings_shop.base_currency %> |
| Cloud Token | <%= @settings_shop.cloud_token %> |
| Cloud URL | <%= @settings_shop.cloud_url %> |
| Owner Token | <%= @settings_shop.owner_token %> |
| id prefix | <%= @settings_shop.id_prefix %> |
| Rounding adj | <%= @settings_shop.is_rounding_adj %> |
| Viwe Sale Summary | <%= @settings_shop.quick_sale_summary %> |
| Calculate Tax | <%= @settings_shop.calc_tax_order %> |
| Shop Image | <%= image_tag @settings_shop.logo, :class => "img-thumbnail second-display", :size => "155x185"%> |
| Shop Images | <% @display_images.each do |p| %> <% if p.name.nil? %> <%= image_tag "#{p.image}", :class => "img-thumbnail second-display", :size => "155x185"%> <% end %> <% end %> |
| Order Audio | <% @display_images.each do |p| %> <% if !p.name.nil? %> <%= image_tag "#{p.image}", :class => "img-thumbnail second-display", :size => "155x185"%> <% end %> <% end %> |
| <%= link_to t("views.btn.edit"), edit_settings_shop_path(@settings_shop),:class => 'btn btn-primary btn-sm waves-effect' %> |
1) <%= 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") %>