Experimental new getJournals method.

This commit is contained in:
James Cole
2016-10-09 16:22:08 +02:00
parent b77ea6d316
commit 2017720096
2 changed files with 73 additions and 0 deletions

View File

@@ -62,6 +62,18 @@ interface AccountTaskerInterface
*/
public function expenseReport(Collection $accounts, Collection $excluded, Carbon $start, Carbon $end): Collection;
/**
* Experimental getJournals method.
*
* @param Collection $accounts
* @param array $types
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
*/
public function getJournalsInPeriod(Collection $accounts, array $types, Carbon $start, Carbon $end): Collection;
/**
* @param Carbon $start
* @param Carbon $end