First attempt at budgets (split by account).

This commit is contained in:
James Cole
2015-12-11 18:45:39 +01:00
parent cba5e226d8
commit e332bfef7c
3 changed files with 100 additions and 1 deletions

View File

@@ -64,6 +64,15 @@ interface ReportHelperInterface
*/
public function getBalanceReport(Carbon $start, Carbon $end, $shared);
/**
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return Balance
*/
public function getBalanceReportForList(Carbon $start, Carbon $end, Collection $accounts);
/**
* @param Carbon $start
* @param Carbon $end