diff --git a/application/views/Report_Material_inward_Register.php b/application/views/Report_Material_inward_Register.php
index a7959d2c..d3d290f0 100644
--- a/application/views/Report_Material_inward_Register.php
+++ b/application/views/Report_Material_inward_Register.php
@@ -153,7 +153,7 @@
- |
+ |
+ CreatedDate));
+ echo $CreatedDate;
+ ?>
+ |
+
+
+ SupplierName;?> |
+ MaterialName;?> |
+ Per;?> |
+ Quantity;?> |
+ ReceivedQuantity;?> |
+
+
+
+ Quantity >= $gmir->ReceivedQuantity){
+
+ $Quantity= round($gmir->Quantity);
+ $ReceivedQuantity= round($gmir->ReceivedQuantity);
+ $Shortage=$Quantity - $ReceivedQuantity;
+ echo $Shortage;
+ }else
+ {
+ echo '-';
+ }
+ ?> |
+ Quantity <= $gmir->ReceivedQuantity){
+ $Quantity= round($gmir->Quantity);
+ $ReceivedQuantity= round($gmir->ReceivedQuantity);
+ $Excess= $ReceivedQuantity -$Quantity ;
+ echo $Excess;
+ }else
+ {
+ echo '-';
+ }
+ ?> |
+ DeliveryChellanOrInvoiceNo;?> |
+ DeliveryChellanDate));
+ echo $DeliveryChellanDate;
+ ?>
+ |
+
+ VehicleNo;?> |
- CreatedDate));
- echo $CreatedDate;
- ?>
- |
-
-
- SupplierName;?> |
- MaterialName;?> |
- Per;?> |
- Quantity;?> |
- ReceivedQuantity;?> |
-
-
-
- Quantity >= $gmir->ReceivedQuantity){
-
- $Quantity= round($gmir->Quantity);
- $ReceivedQuantity= round($gmir->ReceivedQuantity);
- $Shortage=$Quantity - $ReceivedQuantity;
-
-
- echo $Shortage;} else ?> |
-
-
-
-
-
- Quantity);
- $ReceivedQuantity= round($gmir->ReceivedQuantity);
- $Excess= $ReceivedQuantity -$Quantity ;
-
-
- echo $Excess;}?> |
-
-
-
-
-
- DeliveryChellanOrInvoiceNo;?> |
- DeliveryChellanDate;?> |
- VehicleNo;?> |
-
- DeliveryChellanDate));
- echo $time;
- ?>
- |
-
-
-
-
+