Make some charts currency aware for #740

This commit is contained in:
James Cole
2018-08-27 18:59:30 +02:00
parent 4fc13037d2
commit 0d82589916
21 changed files with 531 additions and 137 deletions

View File

@@ -69,6 +69,8 @@ class BudgetReportController extends Controller
/**
* Chart that groups expenses by the account.
*
* TODO this chart is not multi-currency aware.
*
* @param Collection $accounts
* @param Collection $budgets
* @param Carbon $start
@@ -98,6 +100,8 @@ class BudgetReportController extends Controller
/**
* Chart that groups the expenses by budget.
*
* TODO this chart is not multi-currency aware.
*
* @param Collection $accounts
* @param Collection $budgets
* @param Carbon $start
@@ -127,6 +131,8 @@ class BudgetReportController extends Controller
/**
* Main overview of a budget in the budget report.
*
* TODO this chart is not multi-currency aware.
*
* @param Collection $accounts
* @param Collection $budgets
* @param Carbon $start