Subversion Repositories SmartDukaan

Rev

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

Rev 720 Rev 752
Line 30... Line 30...
30
location: it is full address
30
location: it is full address
31
vendorString: some key for the warehouse
31
vendorString: some key for the warehouse
32
*/
32
*/
33
struct Warehouse{
33
struct Warehouse{
34
	1:i64 id,
34
	1:i64 id,
-
 
35
	2:string displayName,
35
	2:string location,
36
	3:string location,
36
	3:status warehouseStatus,
37
	4:status warehouseStatus,
37
	4:i64 addedOn,
38
	5:i64 addedOn,
38
	5:i64 lastCheckedOn,
39
	6:i64 lastCheckedOn,
39
	6:string tinNumber,
40
	7:string tinNumber,
40
	7:string pincode,
41
	8:string pincode,
41
	8:string vendorString,
42
	9:string vendorString,
42
	9:WarehouseLocation logisticsLocation
43
	10:WarehouseLocation logisticsLocation
43
}
44
}
44
/* */
45
/* */
45
struct ItemInventory{
46
struct ItemInventory{
46
	1:i64 id,
47
	1:i64 id,
47
	2:map<i64,i64> availability
48
	2:map<i64,i64> availability