mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Expand API for recurring transactions.
This commit is contained in:
		| @@ -89,6 +89,15 @@ interface RecurringRepositoryInterface | ||||
|      */ | ||||
|     public function getJournalCount(Recurrence $recurrence, Carbon $start = null, Carbon $end = null): int; | ||||
|  | ||||
|     /** | ||||
|      * Get journal ID's for journals created by this recurring transaction. | ||||
|      * | ||||
|      * @param Recurrence $recurrence | ||||
|      * | ||||
|      * @return array | ||||
|      */ | ||||
|     public function getJournalIds(Recurrence $recurrence): array; | ||||
|  | ||||
|     /** | ||||
|      * Get the notes. | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user