Expanded new report a bit. Mainly copy/paste work. Will have to see how it pans out.

This commit is contained in:
James Cole
2015-12-11 09:39:17 +01:00
parent 0a54caf202
commit 7f19b6957a
5 changed files with 126 additions and 5 deletions

View File

@@ -36,8 +36,8 @@ interface ReportHelperInterface
* This method generates a full report for the given period on all
* given accounts
*
* @param Carbon $start
* @param Carbon $end
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return AccountCollection
@@ -104,6 +104,17 @@ interface ReportHelperInterface
*/
public function getIncomeReport($start, $end, $shared);
/**
* Get a full report on the users incomes during the period for the given accounts.
*
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return Income
*/
public function getIncomeReportForList($start, $end, Collection $accounts);
/**
* @param Carbon $date
*