Subversion Repositories SmartDukaan

Rev

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

Rev 6176 Rev 6677
Line 31... Line 31...
31
    DOA_RECEIVED = 13,
31
    DOA_RECEIVED = 13,
32
    PRODUCT_PROCUREMENT = 14,
32
    PRODUCT_PROCUREMENT = 14,
33
    UNDELIVERED = 15,
33
    UNDELIVERED = 15,
34
    CATEGORY = 16,
34
    CATEGORY = 16,
35
    STORE_PICKUP = 17,
35
    STORE_PICKUP = 17,
-
 
36
    ON_TIME_GUARANTEE = 18
36
}
37
}
37
 
38
 
38
enum ActivityType {
39
enum ActivityType {
39
    SEND_EMAIL_TO_CUSTOMER = 1,
40
    SEND_EMAIL_TO_CUSTOMER = 1,
40
    RECEIVED_EMAIL_FROM_CUSTOMER = 2,
41
    RECEIVED_EMAIL_FROM_CUSTOMER = 2,