Subversion Repositories SmartDukaan

Rev

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

Rev 20001 Rev 20040
Line 84... Line 84...
84
CREDIT_TYPE_REFUND = "Refund"
84
CREDIT_TYPE_REFUND = "Refund"
85
CREDIT_TYPE_OFFER = "Offer"
85
CREDIT_TYPE_OFFER = "Offer"
86
CREDIT_TYPE_ADJUSTMENT = "Adjustment"
86
CREDIT_TYPE_ADJUSTMENT = "Adjustment"
87
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
87
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank",13:"Pendrive",14:"Combo",15:"Charger",16:"Bluetooth Headset",17:"Speaker", \
88
                    18:"Adapter",19:"Cases",20:"Screen Guard",21:"Earphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Back Cover",28:"Tempered Glass",29:"Battery", \
88
                    18:"Adapter",19:"Cases",20:"Screen Guard",21:"Earphone",22:"Card Reader",23:"Mobile Holder",24:"AUX Cable",25:"OTG Cable",26:"Selfie Stick",27:"Back Cover",28:"Tempered Glass",29:"Battery", \
89
                    30:"Usb Hub",31:"Portable Music Player",32:"Smart Watch",33:'Flip Cover',34:'Connector',35:'TV Remote',36:'Bumper Case',37:'DVD Player',38:'LED Light'}
89
                    30:"Usb Hub",31:"Portable Music Player",32:"Smart Watch",33:'Flip Cover',34:'Connector',35:'TV Remote',36:'Bumper Case',37:'DVD Player',38:'LED Light', \
-
 
90
                    39:"USB Device"}
90
 
91
 
91
CATEGORY_MAP = {3:'Mobiles',5:'Tablets',6:'Accessories'}
92
CATEGORY_MAP = {3:'Mobiles',5:'Tablets',6:'Accessories'}
92
REFUND_ADJUSTMENT_MAP={0:'Pending',1:'Approved',2:'Cancelled',3:'Credited'}
93
REFUND_ADJUSTMENT_MAP={0:'Pending',1:'Approved',2:'Cancelled',3:'Credited'}
93
 
94
 
94
SUB_CATEGORY_HEADER_RANKING = [26,13,15,24,35,11,36,7,29,23,28,8,21,12,25,27,20,32,31,16,34,10,17,9,22,33]
95
SUB_CATEGORY_HEADER_RANKING = [26,13,15,24,38,39,35,11,36,7,29,23,28,8,21,12,25,27,20,32,31,16,34,10,17,9,22,33]
95
 
96
 
96
def get_mongo_connection(host='localhost', port=27017):
97
def get_mongo_connection(host='localhost', port=27017):
97
    global con
98
    global con
98
    if con is None:
99
    if con is None:
99
        print "Establishing connection %s host and port %d" %(host,port)
100
        print "Establishing connection %s host and port %d" %(host,port)