change of gst rels detail proce calling add
This commit is contained in:
@@ -69,14 +69,14 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- {% if hold_types %}-->
|
||||
<!-- <h3>Hold Types</h3>-->
|
||||
<!-- <ul>-->
|
||||
<!-- {% for hold in hold_types %}-->
|
||||
<!-- <li>{{ hold.hold_type }}</li>-->
|
||||
<!-- {% endfor %}-->
|
||||
<!-- </ul>-->
|
||||
<!-- {% endif %}-->
|
||||
<!-- {% if hold_types %}
|
||||
<h3>Hold Types</h3>
|
||||
<ul>
|
||||
{% for hold in hold_types %}
|
||||
<li>{{ hold.hold_type }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %} -->
|
||||
|
||||
|
||||
<h3>Invoice Details</h3>
|
||||
@@ -118,7 +118,7 @@
|
||||
<td>{{ invoice.Work_Type }}</td>
|
||||
<td>{{ invoice.Invoice_Details }}</td>
|
||||
<td>{{ invoice.Invoice_Date }}</td>
|
||||
<td>{{ invoice.Invoice_No }}</td>
|
||||
<td>{{ invoice.invoice_no }}</td>
|
||||
<td>{{ invoice.Basic_Amount }}</td>
|
||||
<td>{{ invoice.Debit_Amount }}</td>
|
||||
<td>{{ invoice.After_Debit_Amount }}</td>
|
||||
@@ -139,6 +139,7 @@
|
||||
0.00
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>hold.</td>
|
||||
{% endfor %}
|
||||
|
||||
<td>{{ invoice.GST_SD_Amount }}</td>
|
||||
@@ -258,6 +259,7 @@
|
||||
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h3>GST Release Note Details</h3>
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user