Subversion Repositories SmartDukaan

Rev

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

Rev 8626 Rev 8717
Line 334... Line 334...
334
	 /**
334
	 /**
335
	 * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
335
	 * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
336
	 */
336
	 */
337
     list<InventoryAvailability> getHistoricBadInventoryByScans(1:i64 date) throws (1:WarehouseServiceException wex);
337
     list<InventoryAvailability> getHistoricBadInventoryByScans(1:i64 date) throws (1:WarehouseServiceException wex);
338
     
338
     
339
     void scanForBadSale(1:InventoryItem inventoryItem, 2:i64 orderId, 3:i64 quantity, 4:i64 fulfilmentWarehouseId, 5:i64 billingWarehouseId)
339
     InventoryItem scanForBadSale(1:string serialNumber, 2:string itemNumber, 3:i64 itemId, 4:i64 orderId, 5:i64 fulfilmentWarehouseId, 6:i64 quantity, 7:i64 billingWarehouseId) throws (1:WarehouseServiceException wex);
340
}
340
}
341
	 
341
	 
342
342