Dispatch Id : {{innerDispatchdetails.DispatchId}}
Requisition No: {{innerDispatchdetails.RequisitionId}}
Dispatch Date: {{innerDispatchdetails.CreatedOn | date}} {{innerDispatchdetails.CreatedOn | nepaliDate:'format':'YYYY-MM-DD'}}
Requisition Date: {{requisitionDate | date}} {{requisitionDate | nepaliDate:'format':'YYYY-MM-DD'}}
DISPATCH DETAILS PRINT
S.N | Item Name | Item Code | UOM | Batch No | Expiry Date | Dispatched Qty. |
{{ i+ 1 }} | {{row.ItemName}}({{row.GenericName}}) | {{row.ItemCode}} | {{row.UOMName}} | {{row.BatchNo}} | {{row.ExpiryDate | date}} | {{row.DispatchedQuantity}} |
Requisition No: {{requisition.RequisitionNo}}
Requisiting Store: {{requisition.RequestedStoreName}}
Requisition Date:{{requisition.RequisitionDate | date:"yyy-MM-dd"}} ({{requisition.RequisitionDate | nepaliDate:'format':'YYYY-MM-DD'}} )
REQUISITION DETAILS PRINT
Medicine Name | Quantity | Dispatched Qty. | Pending Qty. | Status | Remarks | |
{{row.ItemName}}({{row.GenericName}}) | {{row.RequestedQuantity}} | {{row.RequestedQuantity-row.PendingQuantity}} | {{row.PendingQuantity}} | {{row.RequestedItemStatus}}
Cancelled By: {{row.CancelledBy}} |
{{row.Remarks}} |
Requisition No: {{requisitionId}}
Requisition Date: {{requisitionDate}}
DISPATCH DETAILS PRINT
Item Name | Quantity | Received Qty. | Pending Qty. | Status | Remarks |
{{row.ItemName}} | {{row.Quantity}} | {{row.ReceivedQuantity}} | {{row.PendingQuantity}} | {{row.RequisitionItemStatus}} | {{row.Remark}} |