Link to account transactions on balance assertions report
This commit is contained in:
parent
4ce9bdf211
commit
03f991727c
@ -49,7 +49,7 @@
|
||||
<tr>
|
||||
<td class="py-0.5 pr-1 text-gray-900">{{ assertion.dt.strftime('%Y-%m-%d') }}</td>
|
||||
<td class="py-0.5 px-1 text-gray-900">{{ assertion.description }}</td>
|
||||
<td class="py-0.5 px-1 text-gray-900">{{ assertion.account }}</td>
|
||||
<td class="py-0.5 px-1 text-gray-900"><a href="{{ url_for('account_transactions', account=assertion.account) }}" class="text-gray-900 hover:text-blue-700 hover:underline">{{ assertion.account }}</a></td>
|
||||
<td class="py-0.5 px-1 text-gray-900 text-end">{{ (assertion.balance()|abs).format() }}</td>
|
||||
<td class="py-0.5 pr-1 text-gray-900">{{ 'Dr' if assertion.quantity >= 0 else 'Cr' }}</td>
|
||||
<td class="py-0.5 px-1 text-gray-900">
|
||||
|
Loading…
Reference in New Issue
Block a user