Subversion Repositories SmartDukaan

Rev

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

Rev 19480 Rev 19671
Line 20... Line 20...
20
 
20
 
21
pending_order_status = [2,3,4,5,6,7,8,13,9,10,16,17,81,80, 40]
21
pending_order_status = [2,3,4,5,6,7,8,13,9,10,16,17,81,80, 40]
22
 
22
 
23
startDate = datetime.datetime.strptime('01-04-2016 00:00:00', '%d-%m-%Y %H:%M:%S')
23
startDate = datetime.datetime.strptime('01-04-2016 00:00:00', '%d-%m-%Y %H:%M:%S')
24
endDate = datetime.datetime.strptime('01-05-2016 00:00:00', '%d-%m-%Y %H:%M:%S')
24
endDate = datetime.datetime.strptime('01-05-2016 00:00:00', '%d-%m-%Y %H:%M:%S')
25
run_time = to_java_date(datetime.datetime.now())
25
run_time = to_java_date(datetime.datetime.strptime('30-04-2016 00:00:00', '%d-%m-%Y %H:%M:%S'))
26
 
26
 
27
cache_path = "/var/www/dtrdashboard/app/tmp/cache/target/"
27
cache_path = "/var/www/dtrdashboard/app/tmp/cache/target/"
28
 
28
 
29
 
29
 
30
class UserOrderData:
30
class UserOrderData: