Subversion Repositories SmartDukaan

Rev

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

Rev 14647 Rev 14649
Line 635... Line 635...
635
def main():
635
def main():
636
    
636
    
637
    generateSnapDealReco()
637
    generateSnapDealReco()
638
    generateFlipkartReco()
638
    generateFlipkartReco()
639
    getUserOrders()
639
    getUserOrders()
640
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com"], "", "Affiliate Reco", XLS_FILENAME, XLS_O_FILENAME)
640
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com"], "", "Affiliate Reco", XLS_FILENAME, XLS_F_FILENAME)
641
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com", "chaitnaya.vats@saholic.com", "manoj.kumar@saholic.com"], "", "All DTR Orders", XLS_O_FILENAME)
641
    sendmail(["amit.gupta@shop2020.in", "rajneesh.arora@saholic.com", "chaitnaya.vats@saholic.com", "manoj.kumar@saholic.com"], "", "All DTR Orders", XLS_O_FILENAME)
642
 
642
 
643
if __name__ == '__main__':
643
if __name__ == '__main__':
644
    main()
644
    main()
645
    
645
    
646
646