Subversion Repositories SmartDukaan

Rev

Rev 9618 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9618 Rev 9856
Line 403... Line 403...
403
    exception_sheet(exceptionItems,wbk)
403
    exception_sheet(exceptionItems,wbk)
404
    createSheetForNegativeMargin(negativeMargin,wbk)
404
    createSheetForNegativeMargin(negativeMargin,wbk)
405
    wbk.save(filename)
405
    wbk.save(filename)
406
    today = date.today()
406
    today = date.today()
407
    datestr = str(today.year) + "-" + str(today.month) + "-" + str(today.day)
407
    datestr = str(today.year) + "-" + str(today.month) + "-" + str(today.day)
408
    EmailAttachmentSender.mail("build@shop2020.in", "cafe@nes", ["chandan.kumar@saholic.com","manoj.kumar@saholic.com","yukti.jain@saholic.com"], " Snapdeal Sheet " + datestr, "", [get_attachment_part(filename)], ["rajneesh.arora@saholic.com","kshitij.sood@saholic.com","khushal.bhatia@saholic.com"], [])
408
    EmailAttachmentSender.mail("build@shop2020.in", "cafe@nes", ["chandan.kumar@saholic.com","manoj.kumar@saholic.com","yukti.jain@saholic.com","ankush.dhingra@saholic.com","manoj.pal@saholic.com"], " Snapdeal Sheet " + datestr, "", [get_attachment_part(filename)], ["rajneesh.arora@saholic.com","kshitij.sood@saholic.com","khushal.bhatia@saholic.com"], [])
409
 
409
 
410
    
410
    
411
 
411
 
412
def createSheetForBuyBoxItems(buyBoxItems,wbk):
412
def createSheetForBuyBoxItems(buyBoxItems,wbk):
413
    sheet = wbk.add_sheet('Lowest')
413
    sheet = wbk.add_sheet('Lowest')