@@ -499,4 +499,15 @@ button:hover {
}
$("#saveButton").prop("disabled", true);
+
+
+
\ No newline at end of file
diff --git a/account/application/views/inventory/purchases/create.php b/account/application/views/inventory/purchases/create.php
index e228700..ad9d079 100644
--- a/account/application/views/inventory/purchases/create.php
+++ b/account/application/views/inventory/purchases/create.php
@@ -72,6 +72,7 @@
border: 0px;
}
+
@@ -89,7 +90,7 @@
@@ -428,4 +429,17 @@
$("#grand_total").val(grandTotal.toFixed(2));
}
});
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file
diff --git a/account/application/views/inventory/purchases/view.php b/account/application/views/inventory/purchases/view.php
index 737b23b..3b11ed0 100644
--- a/account/application/views/inventory/purchases/view.php
+++ b/account/application/views/inventory/purchases/view.php
@@ -22,7 +22,7 @@
@@ -260,4 +260,17 @@
$('#tax').val(tax.toFixed(2));
$('#grandtotal').val(grandTotal.toFixed(2));
}
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file
diff --git a/account/application/views/inventory/sales/view.php b/account/application/views/inventory/sales/view.php
index 5859e98..9ba18c8 100644
--- a/account/application/views/inventory/sales/view.php
+++ b/account/application/views/inventory/sales/view.php
@@ -22,7 +22,7 @@