Moving stuff around, optimising charts.

This commit is contained in:
James Cole
2016-05-06 10:32:26 +02:00
parent 6d944ec98f
commit 27f5fe18df
12 changed files with 347 additions and 122 deletions

View File

@@ -50,6 +50,15 @@ interface BudgetRepositoryInterface
*/
public function find(int $budgetId): Budget;
/**
* This method returns the oldest journal or transaction date known to this budget.
* Will cache result.
* @param Budget $budget
*
* @return Carbon
*/
public function firstUseDate(Budget $budget): Carbon;
// /**
// * @param Budget $budget
// * @param Account $account