Subversion Repositories SmartDukaan

Rev

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

Rev 18128 Rev 21242
Line 496... Line 496...
496
	 
496
	 
497
	 /**
497
	 /**
498
     * Returns the shipment references and the count of scans against on a given day.
498
     * Returns the shipment references and the count of scans against on a given day.
499
     */
499
     */
500
     list<TransferInvoiceScan> fetchScansPerTransferInvoiceNumber(1:i64 date);
500
     list<TransferInvoiceScan> fetchScansPerTransferInvoiceNumber(1:i64 date);
-
 
501
     
-
 
502
     list<InventoryItem> getInventoryItems(1:list<string> serialNumbers) throws (1:WarehouseServiceException wex);
-
 
503
     
501
}
504
}
502
	 
505
	 
503
506