Available budget end point also gives info on spent info #1884

This commit is contained in:
James Cole
2018-12-22 06:40:25 +01:00
parent d27176c0b3
commit 91593335ef
3 changed files with 95 additions and 2 deletions

View File

@@ -251,6 +251,16 @@ interface BudgetRepositoryInterface
*/
public function spentInPeriodWoBudget(Collection $accounts, Carbon $start, Carbon $end): string;
/**
* @param Collection $accounts
* @param Carbon $start
* @param Carbon $end
*
* @return array
*/
public function spentInPeriodWoBudgetMc(Collection $accounts, Carbon $start, Carbon $end): array;
/**
* @param array $data
*