@model ParcelWeb.Core.Dto.ShipmentDto @using ParcelWeb.Core; @{ /**/ ViewBag.Title = "PerformaInvoice"; Layout = "~/Views/Shared/_LayoutInvoice.cshtml"; } @{var imgPath = Html.Action("GetLogoImage", "DashBoard");}
Alternate Text

AWB No: @Model.TrackingId

Date: @Model.BookingDate.ToShortDateString() - Open till: @Model.DeliveryDate.Value.ToShortDateString()


Consignor (From)

Consignee (To)

p


@Model.SenderName

@Model.SenderAddress.StreetAddress
@Model.SenderAddress.CityId, @Model.SenderAddress.Country.Name

Phone: @Model.SenderAddress.Phone

Fax @Model.SenderAddress.Fax

@Model.ReceiverName

@Model.ReceiverAddress.StreetAddress
@Model.ReceiverAddress.CityId, @Model.ReceiverAddress.Country.Name

Phone: @Model.ReceiverAddress.Phone

Fax @Model.ReceiverAddress.Fax



@*

Item Details

*@
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
@*

Total Pieces:     @Model.TotalPieces

Total Value:       @Model.TotalCost @Model.Currency.Code

Total Weight:    @Model.TotalWeight Kgs

Contents:         @Model.ItemDescription

*@

UNDERTAKING:

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")




@*Old Performa Invoice Start*@ @*

AWB No:             @Model.TrackingId

Consignor (From)

Consignor:     @Model.SenderName

Address:        @Model.SenderAddress.StreetAddress
                      @Model.SenderAddress.City.Name ,@Model.SenderAddress.Country.Name

Phone :         @Model.SenderAddress.Mobile

Fax :              @Model.SenderAddress.Fax

Consignee (To)

Consignee:    @Model.ReceiverName

Address:        @Model.ReceiverAddress.StreetAddress
                      @Model.ReceiverAddress.City.Name ,@Model.ReceiverAddress.Country.Name

Phone :         @Model.ReceiverAddress.Mobile

Fax :              @Model.ReceiverAddress.Fax


Item Details

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



UNDERTAKING:

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")




*@ @*Old Performa Invoice end*@