mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Final code for tag report.
This commit is contained in:
@@ -747,6 +747,8 @@ return [
|
||||
'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)',
|
||||
'include_income_not_in_category' => 'Included income not in the selected category(ies)',
|
||||
'include_income_not_in_account' => 'Included income not in the selected account(s)',
|
||||
'include_income_not_in_tags' => 'Included income not in the selected tag(s)',
|
||||
'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)',
|
||||
'everything_else' => 'Everything else',
|
||||
'income_and_expenses' => 'Income and expenses',
|
||||
'spent_average' => 'Spent (average)',
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<canvas id="budgets-out-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
|
||||
Uitgaven per budget voor de gevonden transacties
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -160,7 +159,6 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<canvas id="categories-out-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
|
||||
Uitgaven per category voor de gevonden transacties
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user