Added a TODO note in the template of the balance sheet in the accounting application.
This commit is contained in:
parent
a18df0e928
commit
6c58b04617
@ -296,6 +296,7 @@ First written: 2020/7/20
|
|||||||
</li>
|
</li>
|
||||||
{% for item in group.details %}
|
{% for item in group.details %}
|
||||||
<li class="list-group-item d-flex justify-content-between align-items-center subject">
|
<li class="list-group-item d-flex justify-content-between align-items-center subject">
|
||||||
|
{# TODO: Link to the income statement for subject #3353 #}
|
||||||
<a class="list-group-item-action" href="{% url "accounting:ledger" item.code period.spec %}">
|
<a class="list-group-item-action" href="{% url "accounting:ledger" item.code period.spec %}">
|
||||||
{{ item.title|title }}
|
{{ item.title|title }}
|
||||||
<div class="float-right">
|
<div class="float-right">
|
||||||
|
Loading…
Reference in New Issue
Block a user