Subversion Repositories SmartDukaan

Rev

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

Rev 14632 Rev 14633
Line 516... Line 516...
516
    i = 0
516
    i = 0
517
    sheet.write(0, inc(), )
517
    sheet.write(0, inc(), )
518
def main():
518
def main():
519
    generateSnapDealReco()
519
    generateSnapDealReco()
520
    getUserOrders()
520
    getUserOrders()
521
    sendmail(["amit.gupta@shop2020.in"], "", "DTR Affiliate Reco", XLS_FILENAME)
521
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com"], "", "DTR Affiliate Reco", XLS_FILENAME)
522
    sendmail(["amit.gupta@shop2020.in"], "", "All Orders", XLS_O_FILENAME)
522
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com", "chaitnaya.vats@saholic.com", "manoj.kumar@saholic.com"], "", "All DTR Orders", XLS_O_FILENAME)
523
 
523
 
524
if __name__ == '__main__':
524
if __name__ == '__main__':
525
    main()
525
    main()
526
    
526
    
527
527