Subversion Repositories SmartDukaan

Rev

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

Rev 14453 Rev 14454
Line 43... Line 43...
43
    worksheet.write(row, 2, 'Merchant Order Id', boldStyle)
43
    worksheet.write(row, 2, 'Merchant Order Id', boldStyle)
44
    worksheet.write(row, 3, 'Product Title', boldStyle)
44
    worksheet.write(row, 3, 'Product Title', boldStyle)
45
    worksheet.write(row, 4, 'Price', boldStyle)
45
    worksheet.write(row, 4, 'Price', boldStyle)
46
    worksheet.write(row, 5, 'Quantity', boldStyle)
46
    worksheet.write(row, 5, 'Quantity', boldStyle)
47
    worksheet.write(row, 6, 'Status', boldStyle)
47
    worksheet.write(row, 6, 'Status', boldStyle)
48
    worksheet.write(row, 7, 'Status', boldStyle)
48
    worksheet.write(row, 7, 'Detailed Status', boldStyle)
49
    worksheet.write(row, 8, 'Cashback Status', boldStyle)
49
    worksheet.write(row, 8, 'Cashback Status', boldStyle)
50
    worksheet.write(row, 9, 'Our CashBack', boldStyle)
50
    worksheet.write(row, 9, 'Our CashBack', boldStyle)
51
    worksheet.write(row, 10, 'Sale Date', boldStyle)
51
    worksheet.write(row, 10, 'Sale Date', boldStyle)
52
    worksheet.write(row, 11, 'SubtagId', boldStyle)
52
    worksheet.write(row, 11, 'SubtagId', boldStyle)
53
    worksheet.write(row, 12, 'Ad Id', boldStyle)
53
    worksheet.write(row, 12, 'Ad Id', boldStyle)