Clean up and tests.

This commit is contained in:
James Cole
2015-05-14 09:01:10 +02:00
parent 3603eb94cc
commit 36c8171d0f
3 changed files with 234 additions and 31 deletions

View File

@@ -13,18 +13,6 @@ use Illuminate\Support\Collection;
interface ReportHelperInterface
{
/**
* This methods fails to take in account transfers FROM shared accounts.
*
* @param Carbon $start
* @param Carbon $end
* @param int $limit
*
* @return Collection
*/
public function expensesGroupedByAccount(Carbon $start, Carbon $end, $limit = 15);
/**
* This method gets some kind of list for a monthly overview.
*