diff --git a/app/assets/stylesheets/origami.scss b/app/assets/stylesheets/origami.scss index b5176c2e..b2cac2b3 100755 --- a/app/assets/stylesheets/origami.scss +++ b/app/assets/stylesheets/origami.scss @@ -56,7 +56,7 @@ select.form-control { /* End Reset */ #back { - padding: 7px 0px 7px 0px; + padding: 0px 0px 7px 0px; } .order-info { diff --git a/app/views/origami/discounts/index.html.erb b/app/views/origami/discounts/index.html.erb index 172f029f..3a63c080 100755 --- a/app/views/origami/discounts/index.html.erb +++ b/app/views/origami/discounts/index.html.erb @@ -14,11 +14,11 @@
-

Receipt No: <%=@sale_data.receipt_no rescue ' '%>

+

Receipt No: <%=@sale_data.receipt_no rescue ' '%>

-

Date: <%=@sale_data.receipt_date.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%>

+

Date: <%=@sale_data.receipt_date.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%>

@@ -132,7 +132,7 @@
-
1
+
1
2
3
@@ -145,7 +145,7 @@
-
4
+
4
5
6
@@ -158,7 +158,7 @@
-
7
+
7
8
9
@@ -171,7 +171,7 @@
-
0
+
0
.
00
@@ -184,7 +184,7 @@
-
+
DEL
CLR
@@ -210,9 +210,9 @@
- - - + + + <% if @member_discount%>
- +
diff --git a/app/views/origami/sale_edit/edit.html.erb b/app/views/origami/sale_edit/edit.html.erb index 22224536..04841e1a 100755 --- a/app/views/origami/sale_edit/edit.html.erb +++ b/app/views/origami/sale_edit/edit.html.erb @@ -9,12 +9,12 @@
-

Receipt No: +

Receipt No: <%= @saleobj.receipt_no rescue '' %>

-

Date: +

Date: <%= @saleobj.created_at.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-' %>

@@ -121,7 +121,7 @@
- +