-
- | QUOTATION TO: |
- {$companyName} |
+
+
+ QUOTATION TO: EMAIL TO: ATTENTION: |
+ {$companyName} |
FROM: |
{$fromName} |
+
+ | EMAIL |
+ WTF? |
+ RAH |
+
+
+
+ | EMAIL |
+ WTF? |
+ RAH |
+
ENDTABLE;
$this->SetTextColor(0); //Black Text
-
- $this->writeHTMLCell(0, 0, null, null, $table, null, 1, null, true, 'L', false);
+ $this->writeHTMLCell(0, 0, null, null, $table, null, 1, null, true, 'L', false);
+ $this->SetFontSize(7);
+
+ //Kinda lame that I cant seem to wrap this text nicer. But Whatever.
+ $this->MultiCell(0, 0, 'The information in this document is confidential and may be privileged. If you are not the indended recipient then access, disclosure, copying or other dissemination of the contents of t his message is unauthorised and may be unlawful. Please inform the sender immediately if you are not the intended addressee.',
+ '', 'L', false, 1
+ );
+
+ $this->writeHTMLCell(0, 0, null, null, '
', 0, 1, false,true, 'C', false);
+
}
diff --git a/views/documents/generate_first_page.ctp b/views/documents/generate_first_page.ctp
index b2448f5f..03dd9538 100644
--- a/views/documents/generate_first_page.ctp
+++ b/views/documents/generate_first_page.ctp
@@ -18,6 +18,7 @@
endforeach;?>
+
If you have any further queries, please contact us at our office for assistance.
We look forward to your reply.
diff --git a/views/documents/pdf.ctp b/views/documents/pdf.ctp
index 9568e4f1..b43e588a 100755
--- a/views/documents/pdf.ctp
+++ b/views/documents/pdf.ctp
@@ -38,10 +38,10 @@ foreach($document['DocPage'] as $page) {
$pdfdoc->DetailsBox($docTypeFullName, $companyName, $emailTo, $attention, $fromName,
$fromEmail, $enquiryNumber, $your_reference, $issue_date);
-
- /* $pdfdoc->DetailsBoxHTML($docTypeFullName, $companyName, $emailTo, $attention, $fromName,
- $fromEmail, $enquiryNumber, $your_reference, $issue_date);
- */
+
+ /*$pdfdoc->DetailsBoxHTML($docTypeFullName, $companyName, $emailTo, $attention, $fromName,
+ $fromEmail, $enquiryNumber, $your_reference, $issue_date);*/
+
$firstPageDone = true;
}
diff --git a/views/elements/line_items_table.ctp b/views/elements/line_items_table.ctp
index d7413e17..88315acf 100644
--- a/views/elements/line_items_table.ctp
+++ b/views/elements/line_items_table.ctp
@@ -51,16 +51,14 @@
-
-
-
+
|
|
=$totalsDescText['subtotal']?> |
|
=$number->currency($totals['subtotal'], $currencyCode);?> |
-
+
|
|
=$totalsDescText['gst'];?> |
@@ -74,12 +72,12 @@
}?>
-
+
|
|
=$totalsDescText['total'];?> |
=$currencyCode?> |
=$number->currency($totals['total'], $currencyCode);?> |
-
+