changes of ITAT from new desing and sql insert update proce chnage code of v2
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
{% for record in records %}
|
||||
<tr>
|
||||
<td>AY {{ record.year }}-{{ record.year+1 }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.mat_tax_credit) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.surcharge) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.cess) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.total_credit) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.gross_total_income) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.net_taxable_income) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.total_tax_payable) }}</td>
|
||||
<td>{{ "{:,.2f}".format(record.refund) }}</td>>
|
||||
|
||||
<td class="action-cell">
|
||||
<a href="{{ url_for('update_itat', id=record.id) }}" class="btn btn-update">Edit</a>
|
||||
|
||||
Reference in New Issue
Block a user