| Line 738... |
Line 738... |
| 738 |
worksheet.write(row, inc(), 'Created On', boldStyle)
|
738 |
worksheet.write(row, inc(), 'Created On', boldStyle)
|
| 739 |
#worksheet1.write(row, i, 'Created On', boldStyle)
|
739 |
#worksheet1.write(row, i, 'Created On', boldStyle)
|
| 740 |
worksheet.write(row, inc(), 'Store Id', boldStyle)
|
740 |
worksheet.write(row, inc(), 'Store Id', boldStyle)
|
| 741 |
#worksheet1.write(row, i, 'Store Id', boldStyle)
|
741 |
#worksheet1.write(row, i, 'Store Id', boldStyle)
|
| 742 |
worksheet.write(row, inc(), 'Merchant Order Id', boldStyle)
|
742 |
worksheet.write(row, inc(), 'Merchant Order Id', boldStyle)
|
| - |
|
743 |
worksheet.write(row, inc(), 'SubOrder Id', boldStyle)
|
| 743 |
#worksheet1.write(row, i, 'Merchant Order Id', boldStyle)
|
744 |
#worksheet1.write(row, i, 'Merchant Order Id', boldStyle)
|
| 744 |
worksheet.write(row, inc(), 'Product title', boldStyle)
|
745 |
worksheet.write(row, inc(), 'Product title', boldStyle)
|
| 745 |
#worksheet1.write(row, i, 'Product title', boldStyle)
|
746 |
#worksheet1.write(row, i, 'Product title', boldStyle)
|
| 746 |
worksheet.write(row, inc(), 'Amount Paid', boldStyle)
|
747 |
worksheet.write(row, inc(), 'Amount Paid', boldStyle)
|
| 747 |
#worksheet1.write(row, i, 'Amount Paid', boldStyle)
|
748 |
#worksheet1.write(row, i, 'Amount Paid', boldStyle)
|
| Line 860... |
Line 861... |
| 860 |
worksheet.write(row, inc(), result[7])
|
861 |
worksheet.write(row, inc(), result[7])
|
| 861 |
worksheet.write(row, inc(), result[1])
|
862 |
worksheet.write(row, inc(), result[1])
|
| 862 |
worksheet.write(row, inc(), result[6], datetime_format)
|
863 |
worksheet.write(row, inc(), result[6], datetime_format)
|
| 863 |
worksheet.write(row, inc(), result[2])
|
864 |
worksheet.write(row, inc(), result[2])
|
| 864 |
worksheet.write(row, inc(), morder.get("merchantOrderId"))
|
865 |
worksheet.write(row, inc(), morder.get("merchantOrderId"))
|
| - |
|
866 |
worksheet.write(row, inc(), subOrder.get("merchantSubOrderId"))
|
| 865 |
worksheet.write(row, inc(), subOrder.get("productTitle"))
|
867 |
worksheet.write(row, inc(), subOrder.get("productTitle"))
|
| 866 |
worksheet.write(row, inc(), subOrder.get("amountPaid"))
|
868 |
worksheet.write(row, inc(), subOrder.get("amountPaid"))
|
| 867 |
worksheet.write(row, inc(), subOrder.get("cashBackAmount"))
|
869 |
worksheet.write(row, inc(), subOrder.get("cashBackAmount"))
|
| 868 |
worksheet.write(row, inc(), subOrder.get("status"))
|
870 |
worksheet.write(row, inc(), subOrder.get("status"))
|
| 869 |
worksheet.write(row, inc(), subOrder.get("detailedStatus"))
|
871 |
worksheet.write(row, inc(), subOrder.get("detailedStatus"))
|