From Date: {{FromDate}}
ToDate: {{ToDate}}
Print Date: {{currentDate}}
Prescriber Name: {{reportData[0].PrescriberName}}
Service Department: {{ServDeptName}}
Sr No. Date PatientCode PatientName ItemName Price Quantity Gross Discount Total Net Return Amt. Net Sales
{{i+1}} {{row.Date | DanpheDateTime:'format':'YYYY-MM-DD'}} {{row.PatientCode}} {{row.PatientName}} {{row.ItemName}} {{row.Price}} {{row.Quantity}} {{row.SubTotal}} {{row.DiscountAmount}} {{row.TotalAmount}} {{row.ReturnAmount}} {{row.NetAmount}}
Sr No. Date PatientCode PatientName ItemName Price Quantity Gross Discount Total Net Return Amt. Net Sales
Service Department: {{deptrow.ServiceDepartmentName}}
{{i+1}} {{row.Date | DanpheDateTime:'format':'YYYY-MM-DD'}} {{row.PatientCode}} {{row.PatientName}} {{row.ItemName}} {{row.Price}} {{row.Quantity}} {{row.SubTotal}} {{row.DiscountAmount}} {{row.TotalAmount}} {{row.ReturnAmount}} {{row.NetAmount}}
Gross Total: {{summary.tot_SubTotal}} Discount Amount: {{summary.tot_Discount}} Return Amount: {{summary.tot_Refund}} Net Sales: {{summary.tot_NetTotal}}