Invoice UI Update: Bolded Due Date, Moved Subtotal to the top added - sign in front of discount, do not subtract the discount from the subtotal as this is reservered for total, do not show tax discount or paid in pdf if they are 0

This commit is contained in:
johnnyq
2023-11-02 16:12:06 -04:00
parent 015d8265e0
commit ef213e34d4
3 changed files with 95 additions and 30 deletions

View File

@@ -234,7 +234,7 @@ if (isset($_GET['quote_id'])) {
<td>Date</td>
<td class="text-right"><?php echo $quote_date; ?></td>
</tr>
<tr>
<tr class="text-bold">
<td>Expire</td>
<td class="text-right"><?php echo $quote_expire; ?></td>
</tr>