Subversion Repositories SmartDukaan

Rev

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

Rev 3383 Rev 3424
Line 155... Line 155...
155
	marks the oldest ItemInventory object as being scanned out.
155
	marks the oldest ItemInventory object as being scanned out.
156
	Raises an exception if:
156
	Raises an exception if:
157
	1. There is no stock present corresponding to the given item details.
157
	1. There is no stock present corresponding to the given item details.
158
	2. An older stock is present corresponding to the itemNumber which has not been scanned out.
158
	2. An older stock is present corresponding to the itemNumber which has not been scanned out.
159
	*/
159
	*/
160
	void scanOut(1:i64 itemNumber, 2:i64 imeiNumber, 3:ScanType type) throws (1:WarehouseServiceException wex)
160
	void scanOut(1:string itemNumber, 2:string imeiNumber, 3:ScanType type) throws (1:WarehouseServiceException wex)
161
}
161
}
162
162