Subversion Repositories SmartDukaan

Rev

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

Rev 5553 Rev 5593
Line 985... Line 985...
985
	*/
985
	*/
986
	void setOrderAttributeForTransaction(1:i64 transactionId, Attribute attribute),
986
	void setOrderAttributeForTransaction(1:i64 transactionId, Attribute attribute),
987
	
987
	
988
	list<Order> getReceivePendingOrders(1:i64 storeId),
988
	list<Order> getReceivePendingOrders(1:i64 storeId),
989
	
989
	
990
	list<Order> getReceivedAtStoreOrders(1:i64 storeId)
990
	list<Order> getReceivedAtStoreOrders(1:i64 storeId),
-
 
991
 
-
 
992
	/**
-
 
993
	 * Accepts appropriate order for an item in a given billingWarehouse. Usually
-
 
994
	 * invoked while scanning IN of items.
-
 
995
	 */
-
 
996
	 void acceptOrderForItem(1:i64 itemId, 2:i64 quantity, 3:i64 fulfilmentWarehouseId, 4:i64 billingWarehouseId);	
991
}
997
}
992
998