manabb commited on
Commit
41b33cc
·
verified ·
1 Parent(s): 5398576

Create manabImportRules.py

Browse files
Files changed (1) hide show
  1. manabImportRules.py +31 -0
manabImportRules.py ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #manabImportRules.py
2
+ def NRLimportRules():
3
+ NRLimportRules = f"""
4
+ 1. Dispatch point and mode of dispatch: Dispatch point should be FOR and mode of dispatch should be FOR.
5
+ 2. Weight and dimension of item (Volumetric and Gross): It shall be less than 1 kg.
6
+ 3. Incoterm : FOR
7
+ 4. Packing & forwarding : It shall be included in quoted price and it is under vendor's scope.
8
+ 5. Cost of transportation/delivery from Ex work to the nearest port: It shall be included in quoted price and it is under vendor's scope.
9
+ 6. Charges outside India: Cost of all charges viz. taxes, levies, bank charges etc. applicable at seller dispatch point [excluding said delivery charged] is inclusive and on account of seller scope and there are no other charges up to the point of International Sea/Air Port of Exit.
10
+ 7. Third party Inspection or TPI: It shall be included in quoted price and it is under vendor's scope.
11
+ 8. Currency of quoted price: It shall be correctly mentioned with the value.
12
+ 9. Charges within India: All other taxes, duties, levies, bank charges, stamp duties payable in India shall be borne by NRL.
13
+ 10. Payment terms: It shall be through Bank (Cash against documents-CAD) or through Irrevocable Letter of Credit (LC).
14
+ 11. Delivery period: It should be clearly mentioned.
15
+ 12. OFFER VALIDITY: Next 4 months
16
+ 13. PRICE REDUCTION CLAUSE FOR DELAYED DELIVERY (LD): Applicable as per GPC. The LD a sum equivalent to 0.5% (half percent) per week or part thereof of delay. The total liquidated damages shall not exceed 5% (five percent) of the total value of the goods.
17
+ 14. GUARANTEE / WARRANTEE: 12 months from the date of commissioning or 24 months from the date of last dispatch whichever is earlier.
18
+ 15. Report submission: All test report / inspection report and interchangeability certificate shall be submitted along with the supply.
19
+ 16. Certificate of origin: The cost of certificate of origin is inclusive in the quoted price.
20
+ 17. Firm offer: The Quoted price shall remain firm and fixed till complete execution of the order.
21
+ 18. Shipping documents: Following shipping documents will be send through email immediately after shipment of the consignment:
22
+ a) Negotiable BL or AWB, as the case may be, evidencing shipment.
23
+ b) Invoice for Shipment.
24
+ c) Country of Origin Certificate from the Local Chamber of Commerce.
25
+ d) Packing List.
26
+ e) Certificate of Quality including Inspection Reports & Works Test Certificates.
27
+ f) Shipping Release from Inspector or Quality Surveillance Agency nominated by NRL for the purpose of Inspection (if applicable).
28
+ g) Certificate from the vendor certifying that in case of delay in delivery, price reduction for same have been applied in the invoices submitted for payment.
29
+ """
30
+ return NRLimportRules
31
+