mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 16:38:36 -06:00
This commit is contained in:
parent
6dd9bda6b4
commit
2723e05d2a
@ -29,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- [Issue 9294](https://github.com/firefly-iii/firefly-iii/issues/9294) (Repetition counts ignored for recurring transactions) reported by @Syncena
|
- [Issue 9294](https://github.com/firefly-iii/firefly-iii/issues/9294) (Repetition counts ignored for recurring transactions) reported by @Syncena
|
||||||
- [Issue 9427](https://github.com/firefly-iii/firefly-iii/issues/9427) (The standard financial report does not show all transactions for the income categories) reported by @Neroxeles
|
- [Issue 9427](https://github.com/firefly-iii/firefly-iii/issues/9427) (The standard financial report does not show all transactions for the income categories) reported by @Neroxeles
|
||||||
- #9443
|
- #9443
|
||||||
|
- #9444
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<th class="hidden-xs"> </th>
|
<th class="hidden-xs"> </th>
|
||||||
<th>{{ trans('list.description') }}</th>
|
<th>{{ trans('list.description') }}</th>
|
||||||
<th>{{ trans('list.amount') }}</th>
|
<th>{{ trans('list.amount') }}</th>
|
||||||
<th class="hidden-xs">{{ trans('list.date') }}</th>
|
<th>{{ trans('list.date') }}</th>
|
||||||
<th>{{ trans('list.source_account') }}</th>
|
<th>{{ trans('list.source_account') }}</th>
|
||||||
<th>{{ trans('list.destination_account') }}</th>
|
<th>{{ trans('list.destination_account') }}</th>
|
||||||
{% if showCategory %}
|
{% if showCategory %}
|
||||||
@ -210,7 +210,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style=" {{ style|raw }}" class="hidden-xs">
|
<td style=" {{ style|raw }}">
|
||||||
{{ transaction.date.isoFormat(monthAndDayFormat) }}
|
{{ transaction.date.isoFormat(monthAndDayFormat) }}
|
||||||
</td>
|
</td>
|
||||||
<td style=" {{ style|raw }}">
|
<td style=" {{ style|raw }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user