Subversion Repositories SmartDukaan

Rev

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

Rev 5713 Rev 5833
Line 996... Line 996...
996
	
996
	
997
	list<Order> getReceivedAtStoreOrders(1:i64 storeId),
997
	list<Order> getReceivedAtStoreOrders(1:i64 storeId),
998
	
998
	
999
	list<Order> getOrdersCollectionAtStore(1:i64 storeId, 2:i64 fromDate, 3:i64 toDate, 4:bool onlyCod),
999
	list<Order> getOrdersCollectionAtStore(1:i64 storeId, 2:i64 fromDate, 3:i64 toDate, 4:bool onlyCod),
1000
 
1000
 
-
 
1001
	string getOrderAttributeValue(1:i64 orderId, string attributeName),
1001
	/**
1002
	/**
1002
	 * Accepts appropriate order for an item in a given billingWarehouse. Usually
1003
	 * Accepts appropriate order for an item in a given billingWarehouse. Usually
1003
	 * invoked while scanning IN of items.
1004
	 * invoked while scanning IN of items.
1004
	 */
1005
	 */
1005
	 void acceptOrderForItem(1:i64 itemId, 2:i64 quantity, 3:i64 fulfilmentWarehouseId, 4:i64 billingWarehouseId);	
1006
	 void acceptOrderForItem(1:i64 itemId, 2:i64 quantity, 3:i64 fulfilmentWarehouseId, 4:i64 billingWarehouseId);