{% extends "base.html" %} {% block title %}Goods Declaration {{ declaration.custom_file_no }}{% endblock %} {% block content %}

Goods Declaration: {{ declaration.custom_file_no }}

Document Information
2. Declaration Type:
{{ declaration.declaration_type }}
3. Valuation Method:
{{ declaration.valuation_method }}
4. Prevous Ref:
{{ declaration.previous_ref }}
6. Custome Office:
{{ declaration.custome_office }}
8. IGM/EGM NO & DT:
{{ declaration.igm_egm_dt }}
9. DRY PORT IGM/EGM NO:
{{ declaration.dryport_igm_egm }}
Parties Information
1. Exporter/Consignor

{{ declaration.exporter_name }}
{{ declaration.exporter_address|linebreaks }}

10. Importer/Consignee

{{ declaration.importer_name }}
{{ declaration.importer_address|linebreaks }}

11. DECLARANT (OTHER THAN IMPORTER/EXPORTER)

{{ declaration.declaration_otherthan }}

Information
12. TEL:
{{ declaration.tel }}
14. NTN Number:
{{ declaration.ntn_number }}
13. C.H.A.L. No:
{{ declaration.chal_no }}
15. STR Number:
{{ declaration.str_number }}
16. WAREHOUSE LIC NO:
{{ declaration.warehouse_lic }}
19. WAREHOUSE LIC NO:
{{ declaration.lc_dd_no }}
17. TRANSACTION TYPE:
{{ declaration.transaction_type }}
20. COUNTRY OF DESTINATION:
{{ declaration.country_of_destination }}
21. CURRENCY NAME & CODE:
{{ declaration.currency_name_code }}
23. BL/AWB Info:
{{ declaration.bl_awb_con_info }}
22. Vessel Mode:
{{ declaration.vessel_mode }}
24. EXCHANGE RATE:
{{ declaration.exchange_rate }}
25. PORT OF SHIPMENT:
{{ declaration.port_of_shipment }}
27. PORT OF DISCHARGE:
{{ declaration.port_of_discharge }}
26. PAYMENT TERMS:
{{ declaration.payment_terms }}
28. PLACE OF DELIVERY:
{{ declaration.place_of_delivery }}
29. DELIVERY TERMS:
{{ declaration.delivery_terms }}
31. NUMBER OF PACKAGES:
{{ declaration.number_of_packages }}
30. MARKS/CONTAINER No:
{{ declaration.marks_container_no }}
32. TYPE OF PACKAGE:
{{ declaration.package_type }}
33. GROSS WEIGHT:
{{ declaration.gross_weight }}
34. VOLUME M3:
{{ declaration.volume_m3 }}
NET WEIGHT:
{{ declaration.net_weight }}
35. DESCRIPTION:
{{ declaration.gen_desc_goods }}
Goods Items ({{ declaration.items.count }})
{% for item in declaration.items.all %} {% endfor %}
Item No Description Quantity CO Code SRO No HS Code Unit Value Actions
{{ item.item_number }} {{ item.description }} {{ item.quantity }} {{ item.unit_type }} {{ item.co_code }} {{ item.sro_number }} {{ item.hs_code }} {{ item.unit_value }} View / Edit
Shipping Information
49. SRO/Test Report No:
{{ declaration.sro_test_report_no }}
51. FREIGHT:
{{ declaration.freight }}
50. FOB VALUE:
{{ declaration.fob_value }}
52. CFR VALUE:
{{ declaration.cfr_value }}
53. INSURANCE:
{{ declaration.insurance }}
55. OTHER CHARGES:
{{ declaration.other_charges }}
54. LANDING CHARGES:
{{ declaration.landing_charges }}
56. ASSESSED VALUE PKR:
{{ declaration.assessed_pkr }}
57. TOTAL REBATE CLAIM/ PROV:
{{ declaration.rebate_prov }}
59. REVENUE RECOVER:
{{ declaration.revenue_recover }}
58. MACHINE NO:
{{ declaration.machine_number }}
60. AMOUNT (PKR):
{{ declaration.amount_pkr }}
Back to Dashboard
Edit Declaration View Original PDF
{% endblock %}