Fully Migrated Quote and Invoice to use TCPDF and elimiated PDFMake

This commit is contained in:
johnnyq
2025-06-17 14:22:57 -04:00
parent 012e54161a
commit 2741f78bd8
7 changed files with 667 additions and 1300 deletions

View File

@@ -2002,9 +2002,7 @@ if (isset($_GET['export_invoice_pdf'])) {
// Totals
$html .= '<table width="100%" cellspacing="0" cellpadding="4">
<tr>
<td width="70%" rowspan="6" valign="top">
<strong>Notes:</strong><br>' . nl2br($invoice_note) . '
</td>
<td width="70%" rowspan="6" valign="top"><i>' . nl2br($invoice_note) . '</i></td>
<td width="30%">
<table width="100%" cellpadding="3" cellspacing="0">
<tr><td>Subtotal:</td><td align="right">' . numfmt_format_currency($currency_format, $sub_total, $invoice_currency_code) . '</td></tr>';