Subversion Repositories SmartDukaan

Rev

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

Rev 3269 Rev 3271
Line 24... Line 24...
24
    OTHER = 8
24
    OTHER = 8
25
}
25
}
26
 
26
 
27
enum ActivityType {
27
enum ActivityType {
28
    SEND_EMAIL_TO_CUSTOMER = 1,
28
    SEND_EMAIL_TO_CUSTOMER = 1,
29
    RECIEVED_EMAIL_FROM_CUSTOMER = 2,
29
    RECEIVED_EMAIL_FROM_CUSTOMER = 2,
30
    CALLED_CUSTOMER = 3,
30
    CALLED_CUSTOMER = 3,
31
    RECIEVED_CALL_FROM_CUSTOMER = 4,
31
    RECEIVED_CALL_FROM_CUSTOMER = 4,
32
    OTHER = 5
32
    OTHER = 5
33
}
33
}
34
 
34
 
35
struct Ticket {
35
struct Ticket {
36
    1:i64 id,
36
    1:i64 id,