update
This commit is contained in:
commit
c69ebb8164
@ -203,7 +203,7 @@
|
|||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="{% url 'account_list' %}">
|
<a class="nav-link" href="{% url 'account_list' %}">
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
<span class="nav-link-icon"><span data-feather="users"></span></span><span class="nav-link-text">{% trans 'Accounts'|capfirst %}</span>
|
<span class="nav-link-icon"><span data-feather="users"></span></span><span class="nav-link-text">{% trans 'Chart of Accounts'|capfirst %}</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Customer" %}</th>
|
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Customer" %}</th>
|
||||||
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Status" %}</th>
|
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Status" %}</th>
|
||||||
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Status Date" %}</th>
|
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Status Date" %}</th>
|
||||||
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Created" %}</th>
|
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Created" %}</th>
|
||||||
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Actions" %}</th>
|
<th class="sort white-space-nowrap align-middle" scope="col">{% trans "Actions" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<span class="badge badge-phoenix badge-phoenix-success">{% trans "Paid" %}</span>
|
<span class="badge badge-phoenix badge-phoenix-success">{% trans "Paid" %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle product white-space-nowrap">
|
<td class="align-middle product white-space-nowrap">
|
||||||
{% if invoice.invoice_status == "in_review" %}
|
{% if invoice.invoice_status == "in_review" %}
|
||||||
{{ invoice.date_in_review }}
|
{{ invoice.date_in_review }}
|
||||||
{% elif invoice.invoice_status == "approved" %}
|
{% elif invoice.invoice_status == "approved" %}
|
||||||
@ -52,8 +52,8 @@
|
|||||||
{% elif invoice.invoice_status == "paid" %}
|
{% elif invoice.invoice_status == "paid" %}
|
||||||
{{ invoice.date_paid }}
|
{{ invoice.date_paid }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle product white-space-nowrap">{{ invoice.created }}</td>
|
<td class="align-middle product white-space-nowrap">{{ invoice.created }}</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<a href="{% url 'invoice_detail' invoice.pk %}"
|
<a href="{% url 'invoice_detail' invoice.pk %}"
|
||||||
class="btn btn-sm btn-phoenix-success">
|
class="btn btn-sm btn-phoenix-success">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user