Subversion Repositories SmartDukaan

Rev

Rev 13738 | Rev 14623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13738 Rev 14201
Line 5661... Line 5661...
5661
    p = Paragraph(text, style)
5661
    p = Paragraph(text, style)
5662
    Story.append(p)
5662
    Story.append(p)
5663
    Story.append(Spacer(1,0.2*inch))
5663
    Story.append(Spacer(1,0.2*inch))
5664
    text = ("""Insurer will indemnify the Insured in the event of Theft/Burglary of <i>Mobile Handsets</i> 
5664
    text = ("""Insurer will indemnify the Insured in the event of Theft/Burglary of <i>Mobile Handsets</i> 
5665
    alone and <i>Tablets with 'Voice Calls'</i> only sold as per Invoice No. %s
5665
    alone and <i>Tablets with 'Voice Calls'</i> only sold as per Invoice No. %s
5666
    dated %s and insured with THE NEW INDIA ASSURANCE COMPANY LIMITED, BANGALORE, as per Policy No. 67170046132400000017,  
5666
    dated %s and insured with THE NEW INDIA ASSURANCE COMPANY LIMITED, BANGALORE, as per Policy No. 67020046142400000013,  
5667
    for a period of 12 months from the date and time of delivery of Mobile Handset to the customer.""" % (invoiceNumber, billing_timestamp)) 
5667
    for a period of 12 months from the date and time of delivery of Mobile Handset to the customer.""" % (invoiceNumber, billing_timestamp)) 
5668
    p = Paragraph(text, style)
5668
    p = Paragraph(text, style)
5669
    Story.append(p)
5669
    Story.append(p)
5670
    Story.append(Spacer(1,0.2*inch))
5670
    Story.append(Spacer(1,0.2*inch))
5671
    text = ("""<b>WARRANTY</b> -  Warranted that the Mobile Handset sold during the Policy Period of 25/02/2014 to 24/02/2015
5671
    text = ("""<b>WARRANTY</b> -  Warranted that the Mobile Handset sold during the Policy Period of 25/02/2015 to 24/02/2016
5672
             are only covered irrespective of date of delivery to the customer""")
5672
             are only covered irrespective of date of delivery to the customer""")
5673
    p = Paragraph(text, style)
5673
    p = Paragraph(text, style)
5674
    Story.append(p)
5674
    Story.append(p)
5675
    Story.append(Spacer(1,0.2*inch))
5675
    Story.append(Spacer(1,0.2*inch))
5676
    text = ("<b>INSURER</b> -The New India Assurance company limited.")
5676
    text = ("<b>INSURER</b> -The New India Assurance company limited.")