First attempt at account specific bill report.

This commit is contained in:
James Cole
2015-12-12 10:33:19 +01:00
parent afdae8bc1e
commit 9284eb3fe9
5 changed files with 115 additions and 3 deletions

View File

@@ -77,6 +77,15 @@ interface BillRepositoryInterface
*/
public function getBills();
/**
* Gets the bills which have some kind of relevance to the accounts mentioned.
*
* @param Collection $accounts
*
* @return Collection
*/
public function getBillsForAccounts(Collection $accounts);
/**
* @param Bill $bill
*