04-Jan-2010 Joe Hunt
! Making the stretch parameter = 1 on default print pdf all over
+ Improved layout on documents.
$ /reporting/includes/class.pdf.inc
/reporting/includes/pdf_report.inc
+ /reporting/includes/doctext.inc
+ /reporting/includes/doctext2.inc
+ /reporting/includes/header2.inc
31-Dec-2009 Joe Hunt
# When updating tax rate, it didn't show and calculate correct in documents.
}
else
{
- $doc_Our_Ref = _("Our Ref.");
+ $doc_Our_Ref = _("Sales Person");
$doc_Your_VAT_no = _("Your VAT no.");
$doc_Payment_Terms = _("Payment Terms");
$doc_Customers_Ref = _("Customers Reference");
}
else
{
- $doc_Our_Ref = "Our Ref.";
+ $doc_Our_Ref = "Sales Person";
$doc_Your_VAT_no = "Your VAT no.";
$doc_Payment_Terms = "Payment Terms";
$doc_Customers_Ref = "Customers Reference";
$this->Font();
$this->row = $adrline;
$this->NewLine(3);
- $this->Text($mcol + 100, $doc_Date.":");
+ $this->Text($mcol + 100, $doc_Date);
if ($doctype == 7 || $doctype == 8 || $doctype == 9)
$this->Text($mcol + 180, sql2date($myrow['ord_date']));
elseif ($doctype == 26)