Subversion Repositories SmartDukaan

Rev

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

Rev 6000 Rev 6019
Line 1053... Line 1053...
1053
	list<Order> getReceivedAtStoreOrders(1:i64 storeId),
1053
	list<Order> getReceivedAtStoreOrders(1:i64 storeId),
1054
	
1054
	
1055
	list<Order> getOrdersCollectionAtStore(1:i64 storeId, 2:i64 fromDate, 3:i64 toDate, 4:bool onlyCod),
1055
	list<Order> getOrdersCollectionAtStore(1:i64 storeId, 2:i64 fromDate, 3:i64 toDate, 4:bool onlyCod),
1056
 
1056
 
1057
	string getOrderAttributeValue(1:i64 orderId, string attributeName),
1057
	string getOrderAttributeValue(1:i64 orderId, string attributeName),
-
 
1058
	
-
 
1059
	bool changeJacketNumber(1:i64 orderId, 2:i64 jacketNumber),
-
 
1060
	
-
 
1061
	bool markOrderAsRtoInTransit(1:i64 orderId),
-
 
1062
	
1058
	/**
1063
	/**
1059
	 * Accepts appropriate order for an item in a given billingWarehouse. Usually
1064
	 * Accepts appropriate order for an item in a given billingWarehouse. Usually
1060
	 * invoked while scanning IN of items.
1065
	 * invoked while scanning IN of items.
1061
	 */
1066
	 */
1062
	 void acceptOrderForItem(1:i64 itemId, 2:i64 quantity, 3:i64 fulfilmentWarehouseId, 4:i64 billingWarehouseId);
1067
	 void acceptOrderForItem(1:i64 itemId, 2:i64 quantity, 3:i64 fulfilmentWarehouseId, 4:i64 billingWarehouseId);