Subversion Repositories SmartDukaan

Rev

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

Rev 4008 Rev 4018
Line 533... Line 533...
533
	/**
533
	/**
534
	 * Marks a particular transaction as processed for a particular cateogory.
534
	 * Marks a particular transaction as processed for a particular cateogory.
535
	 * It essentially deletes the transaction if it is processed for a particular
535
	 * It essentially deletes the transaction if it is processed for a particular
536
	 * category. This is currently used by CRM application.
536
	 * category. This is currently used by CRM application.
537
	 */
537
	 */
538
	void markTransactionAsProcessed(1:i64 transactionId, 2:ExtraTransactionProcessingType category)
538
	void markTransactionAsProcessed(1:i64 transactionId, 2:ExtraTransactionProcessingType category),
-
 
539
	
-
 
540
	/**
-
 
541
	Returns a map containing the number of risky orders keyed by item id. A risky order
-
 
542
	is defined as one whose shipping date is about to expire.
-
 
543
	*/
-
 
544
	map<i64, i64> getItemWiseRiskyOrdersCount()
539
}
545
}
540
546