s11
This commit is contained in:
@@ -43,8 +43,8 @@ if ($invoiceInfo['tenure'] > 1) {
|
||||
<th>Description</th>
|
||||
<th>Qty</th>
|
||||
<th>Rate</th>
|
||||
<th>Tax(%)</th>
|
||||
<th>Tax</th>
|
||||
<th>Discount(%)</th>
|
||||
<th>Discount</th>
|
||||
<th>Total</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -54,8 +54,8 @@ if ($invoiceInfo['tenure'] > 1) {
|
||||
<td><?= $invoiceInfo['description'] ?></td>
|
||||
<td><?= $invoiceInfo['qty'] ?></td>
|
||||
<td><?= $invoiceInfo['rate'] ?></td>
|
||||
<td><?= $invoiceInfo['tax'] ?>%</td>
|
||||
<td>$<?= $invoiceInfo['taxAmount'] ?></td>
|
||||
<td><?= $invoiceInfo['discount'] ?>%</td>
|
||||
<td>$<?= $invoiceInfo['discountAmount'] ?></td>
|
||||
<td>$<?= number_format($invoiceInfo['totalAmount'], 2) ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user