Subversion Repositories SmartDukaan

Rev

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

Rev 11801 Rev 12357
Line 47... Line 47...
47
    22:i64 rtoOrders,
47
    22:i64 rtoOrders,
48
    23:string lastXdaysSale,
48
    23:string lastXdaysSale,
49
    24:i64 previouslyOrderedQty,
49
    24:i64 previouslyOrderedQty,
50
    25:double nlc,
50
    25:double nlc,
51
    26:double mrp
51
    26:double mrp
-
 
52
    27:double nlcP,
-
 
53
    28:double vatDiff
52
}
54
}
53
 
55
 
54
enum POStatus {
56
enum POStatus {
55
    INIT = 0,                   //Just created.
57
    INIT = 0,                   //Just created.
56
    READY = 1,                  //Posted for fulfillment.
58
    READY = 1,                  //Posted for fulfillment.