function Header()
 {
     $this->SetFont('Arial', '', 10);
     //$this->Image('../img/logo.gif' , 10 ,8, 30 , 30,'GIF');
     $this->Cell(18, 10, '', 0);
     $this->SetFont('Arial', '', 9);
     $this->Cell(250, 10, 'Date: ' . date('d-m-Y') . '', 0, 0, 'R');
     $this->Ln(15);
     $this->SetFont('Arial', 'B', 20);
     $this->Cell(45, 8, '', 0);
     $this->Cell(200, 8, 'Contact Detail', 0, 0, 'C');
     $this->Ln(20);
     $this->SetFillColor(232, 232, 232);
     $this->SetFont('Arial', 'B', 10);
     $this->SetFillColor(232, 232, 232);
     $this->Cell(15, 8, 'No.', 0, 0, '', true);
     $this->Cell(20, 8, 'Code', 0, 0, '', true);
     $this->Cell(30, 8, 'Name', 0, 0, '', true);
     $this->Cell(40, 8, 'Address', 0, 0, '', true);
     $this->Cell(30, 8, 'Contact Name', 0, 0, '', true);
     $this->Cell(30, 8, 'Telephone1', 0, 0, '', true);
     $this->Cell(30, 8, 'Fax', 0, 0, '', true);
     $this->Cell(50, 8, 'Telephone2', 0, 0, '', true);
     $this->Cell(30, 8, 'Email', 0, 0, '', true);
     $this->Ln(8);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', '', 10);
     //$this->Image('../img/logo.gif' , 10 ,8, 30 , 30,'GIF');
     $this->Cell(18, 10, '', 0);
     $this->SetFont('Arial', '', 9);
     $this->Cell(155, 10, 'Date: ' . date('d-m-Y') . '', 0, 0, 'R');
     $this->Ln(15);
     $this->SetFont('Arial', 'B', 20);
     $this->Cell(45, 8, '', 0);
     $this->Cell(100, 8, 'Payment', 0, 0, 'C');
     $this->Ln(20);
     $this->SetFillColor(232, 232, 232);
     $this->SetFont('Arial', 'B', 8);
     $this->SetFillColor(232, 232, 232);
     $this->Cell(10, 8, 'No', 0, 0, '', true);
     $this->Cell(15, 8, 'CR Code', 0, 0, '', true);
     $this->Cell(20, 8, 'Bank Code', 0, 0, '', true);
     $this->Cell(30, 8, 'Cheque Number', 0, 0, '', true);
     $this->Cell(50, 8, 'Voucher Number', 0, 0, '', true);
     $this->Cell(30, 8, 'Date', 0, 0, '', true);
     $this->Cell(30, 8, 'Amount', 0, 0, '', true);
     $this->Ln(8);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', '', 10);
     //$this->Image('../img/logo.gif' , 10 ,8, 30 , 30,'GIF');
     $this->Cell(18, 10, '', 0);
     $this->SetFont('Arial', '', 9);
     $this->Cell(155, 10, 'Date: ' . date('d-m-Y') . '', 0, 0, 'R');
     $this->Ln(15);
     $this->SetFont('Arial', 'B', 20);
     $this->Cell(45, 8, '', 0);
     $this->Cell(100, 8, 'Invoice', 0, 0, 'C');
     $this->Ln(20);
     $this->SetFillColor(232, 232, 232);
     $this->SetFont('Arial', 'B', 8);
     $this->SetFillColor(232, 232, 232);
     $this->Cell(10, 8, 'No', 0, 0, '', true);
     $this->Cell(15, 8, 'CR Code', 0, 0, '', true);
     $this->Cell(15, 8, 'Invoice#', 0, 0, '', true);
     $this->Cell(15, 8, 'Total', 0, 0, '', true);
     $this->Cell(30, 8, 'Date', 0, 0, '', true);
     $this->Cell(50, 8, 'Description', 0, 0, '', true);
     $this->Cell(20, 8, 'Pay Due', 0, 0, '', true);
     $this->Cell(20, 8, 'PO Number', 0, 0, '', true);
     $this->Cell(20, 8, 'PO Type', 0, 0, '', true);
     $this->Ln(8);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', 'B', 18);
     $this->Cell(0, 6, 'Document Control Number', 0, 1, 'C');
     $this->Ln(10);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', 'B', 18);
     $this->Cell(0, 6, 'Purchase Order Type List', 0, 1, 'C');
     $this->Ln(10);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', 'B', 18);
     $this->Cell(0, 6, 'Creditor Control Table', 0, 1, 'C');
     $this->Ln(10);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', '', 10);
     //$this->Image('../img/logo.gif' , 10 ,8, 30 , 30,'GIF');
     $this->Cell(18, 10, '', 0);
     $this->SetFont('Arial', '', 9);
     $this->Cell(155, 10, 'Date: ' . date('d-m-Y') . '', 0, 0, 'R');
     $this->Ln(15);
     $this->SetFont('Arial', 'B', 20);
     $this->Cell(45, 8, '', 0);
     $this->Cell(100, 8, 'Purchase Order', 0, 0, 'C');
     $this->Ln(20);
     $this->SetFillColor(232, 232, 232);
     $this->SetFont('Arial', 'B', 12);
     $this->SetFillColor(232, 232, 232);
     $this->Cell(15, 8, 'Code', 0, 0, '', true);
     $this->Cell(30, 8, 'Name', 0, 0, '', true);
     $this->Cell(30, 8, 'Type', 0, 0, '', true);
     $this->Cell(50, 8, 'Short Name', 0, 0, '', true);
     $this->Cell(50, 8, 'Company Number', 0, 0, '', true);
     $this->Cell(15, 8, 'Period', 0, 0, '', true);
     $this->Cell(30, 8, 'Remark', 0, 0, '', true);
     $this->Cell(30, 8, 'PaymentYTD', 0, 0, '', true);
     $this->Cell(50, 8, 'Last Payment Date', 0, 0, '', true);
     $this->Cell(50, 8, 'InvoiceYTD', 0, 0, '', true);
     $this->Cell(50, 8, 'Last Invoice Date', 0, 0, '', true);
     $this->Cell(50, 8, 'Balance', 0, 0, '', true);
     $this->Cell(15, 8, 'Address', 0, 0, '', true);
     $this->Cell(30, 8, 'Contact Name', 0, 0, '', true);
     $this->Cell(30, 8, 'Telephone1', 0, 0, '', true);
     $this->Cell(50, 8, 'Fax', 0, 0, '', true);
     $this->Cell(50, 8, 'Telephone2', 0, 0, '', true);
     $this->Cell(15, 8, 'Email', 0, 0, '', true);
     $this->Cell(30, 8, 'Start Active Date', 0, 0, '', true);
     $this->Cell(30, 8, 'Last On Hold Date', 0, 0, '', true);
     $this->Ln(8);
     parent::Header();
 }
 function Header()
 {
     $this->SetFont('Arial', '', 10);
     //$this->Image('../img/logo.gif' , 10 ,8, 30 , 30,'GIF');
     $this->Cell(18, 10, '', 0);
     $this->SetFont('Arial', '', 9);
     $this->Cell(155, 10, 'Date: ' . date('d-m-Y') . '', 0, 0, 'R');
     $this->Ln(15);
     $this->SetFont('Arial', 'B', 20);
     $this->Cell(45, 8, '', 0);
     $this->Cell(100, 8, 'Purchase Order', 0, 0, 'C');
     $this->Ln(20);
     $this->SetFillColor(232, 232, 232);
     $this->SetFont('Arial', 'B', 12);
     $this->SetFillColor(232, 232, 232);
     $this->Cell(15, 8, 'NO', 0, 0, '', true);
     $this->Cell(30, 8, 'ID', 0, 0, '', true);
     $this->Cell(30, 8, 'Quantity', 0, 0, '', true);
     $this->Cell(50, 8, 'Unit Price', 0, 0, '', true);
     $this->Cell(50, 8, 'Total Price', 0, 0, '', true);
     $this->Ln(8);
     parent::Header();
 }