diff --git a/Areas/Report/Views/Reporting/InventoryReport.cshtml b/Areas/Report/Views/Reporting/InventoryReport.cshtml index 040efdd..d22da9d 100644 --- a/Areas/Report/Views/Reporting/InventoryReport.cshtml +++ b/Areas/Report/Views/Reporting/InventoryReport.cshtml @@ -78,6 +78,58 @@ +
Total Number of Item Registered: {{ reportData.itemCountRegistered }}
+Total Number of Item Still in Stock: {{ reportData.itemCountStillInStock }}
+This Month: {{ reportData.itemCountRegisteredThisMonth }}
+Last Month: {{ reportData.itemCountRegisteredLastMonth }}
+This Month: {{ reportData.itemCountStockOutThisMonth }}
+Last Month: {{ reportData.itemCountStockOutLastMonth }}
+