Emmmanuel FIADUFE

Emmmanuel FIADUFE

  • 791
  • 1.1k
  • 53.7k

Count Item Quantity and Critical Stock on the dashboard

Oct 30 2023 4:39 PM

Hello Team I want to count item quantity and critical stock from my mvc controller and pass to dashboard, kindly assist. 

public JsonResult GetDashboardData()
        {
            ASPNETMASTERPOSTEntities db = new ASPNETMASTERPOSTEntities();
            var currentDate = DateTime.Now.Date.ToString("dd-MMM-yyyy");
        
            return Json(JsonRequestBehavior.AllowGet);
        }


Answers (4)