Subversion Repositories SmartDukaan

Rev

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

Rev 4783 Rev 4788
Line 451... Line 451...
451
 
451
 
452
	/**
452
	/**
453
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED and marked as MANIFESTED by the
453
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED and marked as MANIFESTED by the
454
	given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
454
	given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
455
	*/
455
	*/
456
	bool markOrdersAsShippedFromWarehouse(1:i64 warehouseId, 2:i64 providerId, 3:bool cod) throws (1:TransactionServiceException ex),
456
	bool markOrdersAsShippedFromWarehouse(1:i64 warehouseId, 2:i64 providerId, 3:bool cod, 4:list<i64> orderIds) throws (1:TransactionServiceException ex),
457
		
457
		
458
	/**
458
	/**
459
	Marks all SHIPPED_FROM_WH orders of the previous day for a provider as SHIPPED_TO_LOGISTICS.
459
	Marks all SHIPPED_FROM_WH orders of the previous day for a provider as SHIPPED_TO_LOGISTICS.
460
	Returns a list of orders that were shipped from warehouse but did not appear in the pick-up report.
460
	Returns a list of orders that were shipped from warehouse but did not appear in the pick-up report.
461
	Raises an exception if we encounter report for an AWB number that we did not ship.
461
	Raises an exception if we encounter report for an AWB number that we did not ship.