Add link to statement lines page to filter by account
This commit is contained in:
parent
9378cf441f
commit
383d43fa4a
@ -59,7 +59,7 @@
|
|||||||
{% for line in page.items %}
|
{% for line in page.items %}
|
||||||
<tr data-line-id="{{ line.id }}">
|
<tr data-line-id="{{ line.id }}">
|
||||||
<td><input type="checkbox" name="sel-line-id" value="{{ line.id }}"></td>
|
<td><input type="checkbox" name="sel-line-id" value="{{ line.id }}"></td>
|
||||||
<td>{{ line.source_account }}</td>
|
<td><a href="{{ url_for('statement_lines', account=line.source_account) }}">{{ line.source_account }}</a></td>
|
||||||
<td>{{ line.dt.strftime('%Y-%m-%d') }}</td>
|
<td>{{ line.dt.strftime('%Y-%m-%d') }}</td>
|
||||||
<td>{{ line.description }}</td>
|
<td>{{ line.description }}</td>
|
||||||
<td class="charge-account">
|
<td class="charge-account">
|
||||||
|
Loading…
Reference in New Issue
Block a user