Subversion Repositories SmartDukaan

Rev

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

Rev 19587 Rev 21261
Line 396... Line 396...
396
            self.pending_order_value = pending_order_value
396
            self.pending_order_value = pending_order_value
397
            self.delivered_order_value = delivered_order_value
397
            self.delivered_order_value = delivered_order_value
398
            self.last_run_timestamp = last_run_timestamp
398
            self.last_run_timestamp = last_run_timestamp
399
 
399
 
400
class NotificationCampaign:
400
class NotificationCampaign:
401
    def __init__(self, campaignId, name, title, message, sql, url, created, expiresat, type, status, sendsms, messagetext, smsprocessed, notification_processed, notification_type):
401
    def __init__(self, campaignId, name, title, message, sql, url, created, expiresat, type, status, sendsms, messagetext, smsprocessed, notification_processed, notification_type, image=""):
402
        self._id = campaignId
402
        self._id = campaignId
403
        self.name = name
403
        self.name = name
404
        self.title = title
404
        self.title = title
405
        self.message = message
405
        self.message = message
406
        self.sql = sql
406
        self.sql = sql
Line 413... Line 413...
413
        self.messagetext = messagetext 
413
        self.messagetext = messagetext 
414
        self.smsprocessed = smsprocessed
414
        self.smsprocessed = smsprocessed
415
        self.notification_processed = notification_processed
415
        self.notification_processed = notification_processed
416
        self.notification_type = notification_type 
416
        self.notification_type = notification_type 
417
        self.notification_long_text = None
417
        self.notification_long_text = None
-
 
418
        self.image = image
418
            
419
            
419
class CrmRefundWallet:
420
class CrmRefundWallet:
420
    def __init__(self, user_id,email_id,mobile,amount,type,store,reference_no,reference_desc,status,created):
421
    def __init__(self, user_id,email_id,mobile,amount,type,store,reference_no,reference_desc,status,created):
421
        self.user_id = user_id
422
        self.user_id = user_id
422
        self.email_id = email_id
423
        self.email_id = email_id