Please Wait.. Print will start automatically in a few seconds...
You may now close this pop up window, or print again if there was a problem. Thank you.
{{i18n.agentLabel}}: {{agentData.Name}} | {{i18n.shipmentDetails}} - {{shipment.ShipmentID}}: {{shipment.Title}} |
{{i18n.transportMode}}:{{shipment.TransportModeName}}
{{i18n.movement}}: {{shipment.MovementTypeName}}
{{i18n.date}}:{{isoDate shipment.Created.Datetime}}
{{i18n.origin}}: {{shipment.originName}}
{{i18n.destination}}: {{shipment.destinationName}}
{{i18n.freightTerms}}: {{#if shipment.FreightTermsName}}{{shipment.FreightTermsName}}{{else}}-{{/if}}
{{i18n.incoTerms}}: {{#if shipment.INCOTerms.TermsName}}{{shipment.INCOTerms.TermsName}}{{#if shipment.INCOTerms.Place}}, {{shipment.INCOTerms.Place}}{{/if}}{{else}}-{{/if}}
{{i18n.cargoValue}}: {{#if shipment.ShipmentDeclared.Value}}{{shipment.ShipmentDeclared.Value}} {{shipment.ShipmentDeclared.Currency}}{{else}}-{{/if}}
{{#if shipment.Cargos}}
{{{i18n.cargo}}}:
{{../i18n.cargoType}} | {{../i18n.commodity}} | {{../i18n.grossWeight}} | {{../i18n.volume}} | {{../i18n.quantity}} | {{../i18n.remarks}} |
{{#each shipment.Cargos}}
{{CargoTypeName}} |
{{Commodity}} |
{{GrossWeight.Value}} {{GrossWeight.UOMName}} |
{{#if GrossVolume.Value}}{{GrossVolume.Value}} {{GrossVolume.UOMName}}{{else}}-{{/if}} |
{{NumberOfPackages}} {{PackageTypeName}} |
{{Remarks}} |
{{/each}}
{{else}}
No cargo to list.
{{/if}}
{{#each rfqs}}
Quote Details
{{#if Quote}}
{{../../i18n.from}}: {{Recipient.AgentName}}
{{../../i18n.status}}: {{statusName}}
{{../../i18n.validUntil}}: {{isoDate Quote.ValidUntilDate}}
{{../../i18n.remarks}}:
{{#ifQuoteType Quote "AllInclusive"}}
{{../../../i18n.allInclusive}} | {{../../../i18n.currency}} |
{{Quote.Total}} |
{{Quote.CurrencyCode}} |
{{else}}
{{#ifQuoteType Quote "ChargeBreakup"}}
{{{../../../../i18n.chargeBreakup}}}
{{../../../../i18n.service}} | {{../../../../i18n.amount}} | {{../../../../i18n.currency}} | {{../../../../i18n.per}} | {{../../../../i18n.description}} |
{{#each Quote.QuoteRates}}
{{ServiceName}} |
{{Amount}} |
{{CurrencyCode}} |
{{PerByName}} |
{{ServiceDescription}} |
{{/each}}
{{else}}
{{#ifQuoteType Quote "QuoteAttached"}}
Documents supporting the quote are available, please log on for full data view.
{{/ifQuoteType}}
{{/ifQuoteType}}
{{/ifQuoteType}}
{{{../../i18n.conditions}}}:
{{#if Quote.TermsAndConditions}}{{Quote.TermsAndConditions}}{{else}}None provided.{{/if}}
{{else}}
{{../../i18n.from}}: {{Recipient.AgentName}}
{{../../i18n.status}}: {{statusName}}
{{/if}}
{{/each}}