|
@ -371,6 +371,59 @@ |
|
|
</tr> |
|
|
</tr> |
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
|
|
|
<br/> |
|
|
|
|
|
<table style="border:2pt solid grey;width:100%;color:black;" |
|
|
|
|
|
class="table table-bordered table-sm"> |
|
|
|
|
|
<thead> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td width="40%" |
|
|
|
|
|
style="font-weight: bold;text-align:left;padding:2pt"> |
|
|
|
|
|
Total Taxable |
|
|
|
|
|
Amount (excl. VAT) |
|
|
|
|
|
</td> |
|
|
|
|
|
<td class="amount" width="40%" |
|
|
|
|
|
style="text-align:right;padding:2pt">إجمالي |
|
|
|
|
|
المبلغ |
|
|
|
|
|
الخاضع للضريبة (غير شامل ضريبة القيمة |
|
|
|
|
|
المضافة) |
|
|
|
|
|
</td> |
|
|
|
|
|
<td width="40%" |
|
|
|
|
|
style="text-align:right;padding:2pt" |
|
|
|
|
|
class="text-right"> |
|
|
|
|
|
<span t-esc="doc.currency_id.symbol"/> |
|
|
|
|
|
<span t-esc="doc.amount_untaxed"/> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td style="font-weight: bold;text-align:left;padding:3pt"> |
|
|
|
|
|
Total VAT |
|
|
|
|
|
</td> |
|
|
|
|
|
<td class="total" |
|
|
|
|
|
style="text-align:right;padding:3pt">مجموع |
|
|
|
|
|
ضريبة القيمة المضافة |
|
|
|
|
|
</td> |
|
|
|
|
|
<td style="text-align:right;padding:3pt" |
|
|
|
|
|
class="text-right"> |
|
|
|
|
|
<span t-esc="doc.currency_id.symbol"/> |
|
|
|
|
|
<span t-esc="tax_total"/> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td style="font-weight: bold;text-align:left;padding:3pt"> |
|
|
|
|
|
Amount Due |
|
|
|
|
|
</td> |
|
|
|
|
|
<td class="due" |
|
|
|
|
|
style="text-align:right;padding:3pt">اجمالي |
|
|
|
|
|
المبلغ المستحق |
|
|
|
|
|
</td> |
|
|
|
|
|
<td style="text-align:right;padding:3pt" |
|
|
|
|
|
class="text-right"> |
|
|
|
|
|
<span t-esc="doc.currency_id.symbol"/> |
|
|
|
|
|
<span t-esc="doc.amount_residual"/> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</thead> |
|
|
|
|
|
</table> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|