Subversion Repositories SmartDukaan

Rev

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

Rev 14873 Rev 14874
Line 309... Line 309...
309
            worksheet1.write(anotherrow, inc(), order['placedOn'])
309
            worksheet1.write(anotherrow, inc(), order['placedOn'])
310
            worksheet1.write(anotherrow, inc(), int(order['paidAmount']))
310
            worksheet1.write(anotherrow, inc(), int(order['paidAmount']))
311
            try:
311
            try:
312
                timestamp1 = int(time.mktime(datetime.strptime(order['placedOn'], "%b %d, %Y, %I:%M %p").timetuple()))
312
                timestamp1 = int(time.mktime(datetime.strptime(order['placedOn'], "%b %d, %Y, %I:%M %p").timetuple()))
313
            except:
313
            except:
314
                timestamp1 = row[-4]
314
                timestamp1 = row1[-4]
315
                
315
                
316
            notReconciled[orderId] = (anotherrow, i, int(order['paidAmount']), timestamp1, order["subTagId"]) 
316
            notReconciled[orderId] = (anotherrow, i, int(order['paidAmount']), timestamp1, order["subTagId"]) 
317
            inc()
317
            inc()
318
            inc()
318
            inc()
319
            inc()
319
            inc()