@model ParcelWeb.Core.Dto.ShipmentDto @using ParcelWeb.Core; @{ /**/ ViewBag.Title = "PerformaInvoice"; Layout = "~/Views/Shared/_LayoutInvoice.cshtml"; } @{var imgPath = Html.Action("GetLogoImage", "DashBoard");}
@Model.SenderAddress.StreetAddress
@Model.SenderAddress.CityId, @Model.SenderAddress.Country.Name
Phone: @Model.SenderAddress.Phone
Fax @Model.SenderAddress.Fax
@Model.ReceiverAddress.StreetAddress
@Model.ReceiverAddress.CityId, @Model.ReceiverAddress.Country.Name
Phone: @Model.ReceiverAddress.Phone
Fax @Model.ReceiverAddress.Fax
| Item /Description | Mfg. Country | Description | Unit Value | Sub Total | Custom Code | Export Reason |
|---|---|---|---|---|---|---|
| @Model.TrackingId | @Model.SenderAddress.Country.Name | @Model.ItemDescription | @(Model.ShipmentDetail.Count == 0 ? 0 : Model.ShipmentDetail.First().EachCost) | @Model.TotalCost | @Model.RefNo |
Total Pieces: @Model.TotalPieces
Total Value: @Model.TotalCost @Model.Currency.Code
Total Weight: @Model.TotalWeight Kgs
Contents: @Model.ItemDescription
It hereby certify that the shipment doest not contain any drugs, narcotics, contrabrand items or all IATA Restricted items, Any duty or taxes at the destination, if not paid by the consignee, then the undersigned will have to bear such charges. Claim if any shall be entertain not exceeding the declared value or as per policy.
Shipper Signature:1234567890000000000
Booking Station:1234567890000000000
Thumb Impression:1234567890000000000
Print Date: @DateTime.Now.ToString("dd MMM yyy HH:mm:ss")
Consignor: @Model.SenderName
Address: @Model.SenderAddress.StreetAddress
@Model.SenderAddress.City.Name ,@Model.SenderAddress.Country.Name
Phone : @Model.SenderAddress.Mobile
Fax : @Model.SenderAddress.Fax
Consignee: @Model.ReceiverName
Address: @Model.ReceiverAddress.StreetAddress
@Model.ReceiverAddress.City.Name ,@Model.ReceiverAddress.Country.Name
Phone : @Model.ReceiverAddress.Mobile
Fax : @Model.ReceiverAddress.Fax
| Track # | Mfg. Country | Description | Unit Value | Sub Total | Custom Code | Export Reason |
|---|---|---|---|---|---|---|
| @Model.TrackingId | @Model.SenderAddress.Country.Name | @Model.ItemDescription | @(Model.ShipmentDetail.Count == 0 ? 0 : Model.ShipmentDetail.First().EachCost) | @Model.TotalCost | @Model.RefNo |
Total Pieces: @Model.TotalPieces
Total Value: @Model.TotalCost @Model.Currency.Code
Total Weight: @Model.TotalWeight Kgs
Contents: @Model.ItemDescription
It hereby certify that the shipment doest not contain any drugs, narcotics, contrabrand items or all IATA Restricted items, Any duty or taxes at the destination, if not paid by the consignee, then the undersigned will have to bear such charges. Claim if any shall be entertain not exceeding the declared value or as per policy.
Shipper Signature:1234567890000000000
Booking Station:1234567890000000000
Thumb Impression:1234567890000000000
Print Date: @DateTime.Now.ToString("dd MMM yyy HH:mm:ss")