Expanded report for categories.

This commit is contained in:
James Cole
2015-12-11 18:03:13 +01:00
parent d4690ce580
commit 18eba02026
5 changed files with 77 additions and 13 deletions

View File

@@ -91,6 +91,15 @@ interface ReportHelperInterface
*/
public function getCategoryReport(Carbon $start, Carbon $end, $shared);
/**
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return CategoryCollection
*/
public function getCategoryReportForList(Carbon $start, Carbon $end, Collection $accounts);
/**
* Get a full report on the users expenses during the period.
*