diff --git a/app/views/origami/cash_ins/new.html.erb b/app/views/origami/cash_ins/new.html.erb
index 1c513895..41330fc5 100644
--- a/app/views/origami/cash_ins/new.html.erb
+++ b/app/views/origami/cash_ins/new.html.erb
@@ -24,26 +24,24 @@
+
+
+ | Reference Number
+ |
+ |
+
+
+ | Amount
+ |
+ |
+
-
-
-
-
-
+
+
-
+
+
@@ -76,4 +74,7 @@ $('#cash_in').on('click',function(){
}
});
})
+$('#back').on('click',function(){
+ window.location.href = '/origami';
+})
diff --git a/app/views/origami/cash_outs/new.html.erb b/app/views/origami/cash_outs/new.html.erb
index 17f9bdf8..9d628f24 100644
--- a/app/views/origami/cash_outs/new.html.erb
+++ b/app/views/origami/cash_outs/new.html.erb
@@ -1,6 +1,8 @@
-Payment Debit
+
+
-
+
+
Payment Debit
| Payment Reference
@@ -20,13 +22,12 @@
|
+
+
+
+
+
-
-
-
diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb
index 4004e9cf..860633a4 100644
--- a/app/views/origami/payments/show.html.erb
+++ b/app/views/origami/payments/show.html.erb
@@ -188,10 +188,10 @@
0.0
<% end %>
-
+
-
Balance
-
<%= @sale_data.grand_total %>
+
Balance
+
<%= @sale_data.grand_total %>