diff --git a/app/views/crm/customers/_new_form.html.erb b/app/views/crm/customers/_new_form.html.erb
index 0d6fe012..300603a3 100755
--- a/app/views/crm/customers/_new_form.html.erb
+++ b/app/views/crm/customers/_new_form.html.erb
@@ -4,14 +4,14 @@
<%= f.hidden_field :id, :class => "form-control " %>
-
-
+
+
<%= f.radio_button :salutation,"Mr", :class => "salutation mr with-gap radio-col-indigo", :value=>"Mr", :style=>"width: 30px"%>
-
+
<%= f.radio_button :salutation,"Mrs", :class => "salutation mrs with-gap radio-col-indigo", :value=>"Mrs", :style=>"width: 30px"%>
-
+
<%= f.radio_button :salutation,"Miss", :class => "salutation miss with-gap radio-col-indigo", :value=>"Miss", :style=>"width: 30px"%>
-
+
<%= f.radio_button :salutation,"Mdm", :class => "salutation mdm with-gap radio-col-indigo", :value=>"Mdm", :style=>"width: 30px"%>
@@ -27,11 +27,11 @@
-
-
+
+
<%= f.radio_button :gender,"Male", :class => "gender male", :value=>"Male", :style=>"width: 30px"%>
-
- <%= f.radio_button :gender,"Female", :class => "gender female", :value=>"Female", :style=>"width: 30px"%>
+
+ <%= f.radio_button :gender,"Female", :class => "gender female", :value=>"Female", :style=>"width: 30px"%>
@@ -75,7 +75,7 @@
-
+
<%= f.text_field :date_of_birth,:value=>"01-01-1990",:class=>"form-control datepicker"%>
-
+
<% end %>
diff --git a/app/views/crm/customers/show.html.erb b/app/views/crm/customers/show.html.erb
index 4527f7cf..640e8ef6 100755
--- a/app/views/crm/customers/show.html.erb
+++ b/app/views/crm/customers/show.html.erb
@@ -5,13 +5,13 @@
@@ -24,15 +24,15 @@
- | Card No |
- Name |
- Company |
- Contact no |
- Email |
- NRC/Passport No |
- Address |
- DOB |
- Membership Type |
+ <%= t("views.right_panel.detail.card_no") %> |
+ <%= t("views.right_panel.detail.name") %> |
+ <%= t("views.right_panel.detail.company") %> |
+ <%= t("views.right_panel.detail.contact_no") %> |
+ <%= t("views.right_panel.detail.email") %> |
+ <%= t("views.right_panel.detail.nrc_passport_no") %> |
+ <%= t("views.right_panel.detail.address") %> |
+ <%= t("views.right_panel.detail.dob") %> |
+ <%= t("views.right_panel.detail.membership_type") %> |
@@ -65,13 +65,13 @@
- | Date |
+ <%= t("views.right_panel.detail.date") %> |
- Discount Amount |
+ <%= t("views.right_panel.detail.discount_amount") %> |
- From Account |
- Status |
- Receipt No |
+ <%= t("views.right_panel.detail.from_account") %> |
+ <%= t("views.right_panel.detail.status") %> |
+ <%= t("views.right_panel.detail.receipt_no") %> |
@@ -97,16 +97,17 @@
-
Order Details
+
<%= t :order_details %>
- | Order ID |
- Type |
- Order status |
- Order date |
- Items Count |
+ <%= t("views.right_panel.detail.order_id") %> |
+ <%= t("views.right_panel.detail.type") %> |
+ <%= t("views.right_panel.detail.type") %> |
+ <%= t("views.right_panel.detail.order_status") %> |
+ <%= t("views.right_panel.detail.order_date") %> |
+ <%= t("views.right_panel.detail.items_count") %> |
@@ -127,18 +128,18 @@
-
Sale Details
+
<%= t :sale_details %>
- | Sale Id |
- Receipt no |
- Grand total |
- Tax amount |
- Cashier |
- Sales status |
- Receipt Date |
+ <%= t("views.right_panel.detail.sale_id") %> |
+ <%= t("views.right_panel.detail.receipt_no") %> |
+ <%= t("views.right_panel.detail.grand_total") %> |
+ <%= t("views.right_panel.detail.tax_amount") %> |
+ <%= t :cashier %> |
+ <%= t("views.right_panel.detail.sales_status") %> |
+ <%= t("views.right_panel.detail.receipt_date") %> |
@@ -166,7 +167,7 @@
diff --git a/app/views/inventory/inventory_definitions/index.html.erb b/app/views/inventory/inventory_definitions/index.html.erb
index e13d1359..943f47cf 100755
--- a/app/views/inventory/inventory_definitions/index.html.erb
+++ b/app/views/inventory/inventory_definitions/index.html.erb
@@ -1,7 +1,7 @@
<%= notice %>
-
Inventory Definitions
+
<%= t :inventory_definitions %>
diff --git a/app/views/inventory/inventory_definitions/new.html.erb b/app/views/inventory/inventory_definitions/new.html.erb
index e4a752cc..08dd4239 100755
--- a/app/views/inventory/inventory_definitions/new.html.erb
+++ b/app/views/inventory/inventory_definitions/new.html.erb
@@ -1,7 +1,7 @@