Subversion Repositories SmartDukaan

Rev

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

Rev 7442 Rev 7460
Line 1403... Line 1403...
1403
	 
1403
	 
1404
	 bool saveRefundAmountsForStoreOrder(1:i64 orderId, 2:i64 storeId, 3:double cashRefundAmount, 4:double cardRefundAmount);
1404
	 bool saveRefundAmountsForStoreOrder(1:i64 orderId, 2:i64 storeId, 3:double cashRefundAmount, 4:double cardRefundAmount);
1405
	 
1405
	 
1406
	 list<StoreOrderCollection> getCollectionsForStore(1:i64 storeId, 2:i64 startDate, 3:i64 endDate);
1406
	 list<StoreOrderCollection> getCollectionsForStore(1:i64 storeId, 2:i64 startDate, 3:i64 endDate);
1407
	 
1407
	 
1408
	 list<AmazonOrdersToAcknowledge> getAmazonOrdersToAcknowledge()
1408
	 list<AmazonOrdersToAcknowledge> getAmazonOrdersToAcknowledge();
1409
	 
1409
	 
1410
	 void changeAmazonOrderStatus(1:string amazonOrderCode,2:string status)
1410
	 void changeAmazonOrderStatus(1:string amazonOrderCode,2:string status);
-
 
1411
	 
-
 
1412
	 bool updateTimestampForAmazonOrder(1:i64 orderId, 2:i64 expectedDelivery, 3:i64 promisedDelivery, 4:i64 expectedShipping , 5:i64 promisedShipping);
1411
}
1413
}