Fix issue in multi year reports

This commit is contained in:
James Cole
2019-09-06 17:18:55 +02:00
parent 69af0c3d65
commit 1a583c771b
3 changed files with 52 additions and 7 deletions

View File

@@ -121,6 +121,15 @@ interface GroupCollectorInterface
*/
public function setAccounts(Collection $accounts): GroupCollectorInterface;
/**
* Either account can be set, but NOT both. This effectively excludes internal transfers.
*
* @param Collection $accounts
*
* @return GroupCollectorInterface
*/
public function setXorAccounts(Collection $accounts): GroupCollectorInterface;
/**
* Collect transactions after a specific date.
*