James Cole 2024-11-08 21:13:41 +01:00
parent 6dd9bda6b4
commit 2723e05d2a
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -33,7 +33,7 @@
<th class="hidden-xs">&nbsp;</th> <th class="hidden-xs">&nbsp;</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 }}">