Subversion Repositories SmartDukaan

Rev

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

Rev 12280 Rev 12357
Line 70... Line 70...
70
	15:Vendor vendor,
70
	15:Vendor vendor,
71
	16:i64 shippingWarehouseId,
71
	16:i64 shippingWarehouseId,
72
	17:i64 billingWarehouseId,
72
	17:i64 billingWarehouseId,
73
	18:bool isAvailabilityMonitored,
73
	18:bool isAvailabilityMonitored,
74
	19:i64 transferDelayInHours,
74
	19:i64 transferDelayInHours,
75
	20:i64 stateId
75
	20:i64 stateId,
-
 
76
	21:i64 source
76
}
77
}
77
 
78
 
78
struct StateInfo{
79
struct StateInfo{
79
	1:i64 id,
80
	1:i64 id,
80
	2:string stateName,
81
	2:string stateName,
Line 193... Line 194...
193
	1:i64 item_id
194
	1:i64 item_id
194
	2:i64 availability
195
	2:i64 availability
195
	3:i64 date
196
	3:i64 date
196
}
197
}
197
 
198
 
-
 
199
struct StockWeightedNlcInfo{
-
 
200
	1:i64 itemId,
-
 
201
	2:i64 source,
-
 
202
	3:i64 updatedTimestamp,
-
 
203
	4:i64 stockQuantity,
-
 
204
	5:string grnDetail,
-
 
205
	6:double avgWeightedNlc
-
 
206
}
198
 
207
 
199
 
208
 
200
service InventoryService extends GenericService.GenericService{
209
service InventoryService extends GenericService.GenericService{
201
 
210
 
202
	i64 addWarehouse(1:Warehouse warehouse) throws (1:InventoryServiceException cex),
211
	i64 addWarehouse(1:Warehouse warehouse) throws (1:InventoryServiceException cex),