Subversion Repositories SmartDukaan

Rev

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

Rev 14812 Rev 14860
Line 113... Line 113...
113
            sheet.write(it, 6, 'Out Of Stock')
113
            sheet.write(it, 6, 'Out Of Stock')
114
        sheet.write(it, 7, y[0]['source'])
114
        sheet.write(it, 7, y[0]['source'])
115
        sheet.write(it, 8, y[0]['identifier'])
115
        sheet.write(it, 8, y[0]['identifier'])
116
        sheet.write(it, 9, y[0]['secondaryIdentifier'])
116
        sheet.write(it, 9, y[0]['secondaryIdentifier'])
117
        sheet.write(it, 10, y[0]['source_product_name'])
117
        sheet.write(it, 10, y[0]['source_product_name'])
118
        sheet.write(it, 11, y[0]['url'])
118
        sheet.write(it, 11, y[0]['marketPlaceUrl'])
119
        sheet.write(it, 12, y[0]['available_price'])
119
        sheet.write(it, 12, y[0]['available_price'])
120
        sheet.write(it, 13, x.mrp)
120
        sheet.write(it, 13, x.mrp)
121
        sheet.write(it, 14, x.dp)
121
        sheet.write(it, 14, x.dp)
122
        sheet.write(it, 15, x.schemeAmount)
122
        sheet.write(it, 15, x.schemeAmount)
123
        sheet.write(it, 16, x.discountType)
123
        sheet.write(it, 16, x.discountType)