@model ParcelWeb.Core.Dto.LoadSheetReportDto @{ ViewBag.Title = "LoadSheet"; Layout = "~/Views/Shared/_LayoutInvoice.cshtml"; int i = 1; } @{var imgPath = Html.Action("GetLogoImage", "DashBoard");}
@DateTime.Now.ToShortDateString()
Customer Name: @Model.Customer.UserName
Customer Company: @Model.Customer.BusinessName
Booking Date: @Model.Shipments.Min(x => x.BookingDate).ToShortDateString()
@Model.TenantName: Customer Portal
Vehicle: n/a
} else {Vehicle: @Model.Vehicle
}| Sr.# | Booking Date | Tracking No | Customer Name | Cust. REF | WT | PCS | COD Amount | Destination City |
|---|---|---|---|---|---|---|---|---|
| @i | @item.BookingDate.ToShortDateString() | @item.TrackingId | @item.ReceiverName | @item.RefNo | @item.TotalWeight | @item.TotalPieces | @item.TotalCost | @item.ReceiverAddress.CityId |
@Model.Customer.BusinessName is to ensure that the items being handed over to the @Model.TenantName Pick-up staff are pasted with right address labe
@Model.Customer.BusinessName will be responsible for the content packed inside the shipment.
@Model.Customer.BusinessName will ensure the availability of receiver with the required COD amount for hassle free delivery.
@Model.Customer.BusinessName is responsible to ensure that the shipments he receives are properly packed and duly sealed.
* @Model.TenantName is not responsible to pack the shipments and also not responsible for pasting address labels on the shipments.
* @Model.TenantName is only responsible to collect the booked shipments after proper counting.
* @Model.TenantName is also authorized to cross check the booked shipments after proper counting.
* Booked weight may vary with invoice/billing weight as our manifested weight will be treated as final weight.
Pickup Date:@DateTime.Now.ToShortDateString()
Picked Quantity:@Model.Shipments.Sum(c => c.TotalPieces)
Name:@Model.Vehicle
SIGN & STAMP :1234567890000000000
Customer Name: @Model.Customer.UserName
Customer Company: @Model.Customer.BusinessName
Booking Date: @Model.Shipments.Min(x => x.BookingDate).ToShortDateString()
Vehicle: n/a
} else {Vehicle: @Model.Vehicle
}| Sr.# | Booking Date | Tracking No | Customer Name | Cust. REF | WT | PCS | COD Amount | Destination City |
|---|---|---|---|---|---|---|---|---|
| @i | @item.BookingDate.ToShortDateString() | @item.TrackingId | @item.ReceiverName | @item.RefNo | @item.TotalWeight | @item.TotalPieces | @item.TotalCost | @item.ReceiverAddress.CityId |
@Model.Customer.BusinessName is to ensure that the items being handed over to the @Model.TenantName Pick-up staff are pasted with right address labe
@Model.Customer.BusinessName will be responsible for the content packed inside the shipment.
@Model.Customer.BusinessName will ensure the availability of receiver with the required COD amount for hassle free delivery.
@Model.Customer.BusinessName is responsible to ensure that the shipments he receives are properly packed and duly sealed.
* @Model.TenantName is not responsible to pack the shipments and also not responsible for pasting address labels on the shipments.
* @Model.TenantName is only responsible to collect the booked shipments after proper counting.
* @Model.TenantName is also authorized to cross check the booked shipments after proper counting.
* Booked weight may vary with invoice/billing weight as our manifested weight will be treated as final weight.
Pickup Date:@DateTime.Now.ToShortDateString()
Picked Quantity:@Model.Shipments.Sum(c => c.TotalPieces)
Name:@Model.Vehicle
SIGN & STAMP :1234567890000000000