Subversion Repositories SmartDukaan

Rev

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

Rev 4506 Rev 4649
Line 484... Line 484...
484
	
484
	
485
	/**
485
	/**
486
	This method creates a purchase order from an excel sheet containing Item Id and Quantity column and returns the PO Id.
486
	This method creates a purchase order from an excel sheet containing Item Id and Quantity column and returns the PO Id.
487
	*/
487
	*/
488
	string processPurchaseOrder(1:string filename 2:i32 vendorId) throws (1:InventoryServiceException cex)
488
	string processPurchaseOrder(1:string filename 2:i32 vendorId) throws (1:InventoryServiceException cex)
-
 
489
	
-
 
490
	/**
-
 
491
	This method adds a log to authorize table with Item Id, username who authorized the change, reason.
-
 
492
	*/
-
 
493
	bool addAuthorizationLog(1:i64 itemId, 2:string username, 3:string reason) throws (1:InventoryServiceException cex)
489
}
494
}
490
495