Subversion Repositories SmartDukaan

Rev

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

Rev 6880 Rev 7185
Line 11... Line 11...
11
    DOA_OUT = 4,     // Scan-out to return an item to the supplier
11
    DOA_OUT = 4,     // Scan-out to return an item to the supplier
12
    PURCHASE_RETURN = 5, // Scan-out to return an item to the supplier (a Non-DOA case)
12
    PURCHASE_RETURN = 5, // Scan-out to return an item to the supplier (a Non-DOA case)
13
    SALE_RET_UNUSABLE = 6,
13
    SALE_RET_UNUSABLE = 6,
14
    LOST_IN_TRANSIT = 7,
14
    LOST_IN_TRANSIT = 7,
15
    DOA_REPLACED = 8,
15
    DOA_REPLACED = 8,
16
    LOST_IN_WAREHOUSE = 9
16
    LOST_IN_WAREHOUSE = 9,
-
 
17
    MARKED_USED	= 10,
-
 
18
  	MARKED_BAD = 11,
-
 
19
  	MARKED_GOOD = 12;
17
}
20
}
18
 
21
 
19
struct InventoryItem {
22
struct InventoryItem {
20
    // primary fields
23
    // primary fields
21
    1:i64 id,
24
    1:i64 id,