Justify tab

This commit is contained in:
sparkyx 2007-12-30 22:47:31 +00:00
parent c4f2b6d9dd
commit b6d88183c3
2 changed files with 11 additions and 9 deletions

View file

@ -189,17 +189,17 @@ class Anc_Balance_Simple extends Anc_Print {
header_pdf($this->db,$pdf);
$pdf->ezTable($view,
array("po_id"=>"id",
"po_name"=>"Poste Comptable",
"sum_deb"=>"Debit",
"sum_cred"=>"Credit",
"solde"=>"Solde",
"debit"=>"Debit/Credit"),
"po_name"=>"Poste Comptable",
"sum_deb"=>"Debit",
"sum_cred"=>"Credit",
"solde"=>"Solde",
"debit"=>"Debit/Credit"),
$titre,
array('shaded'=>1,'showHeadings'=>1,'width'=>500,
'cols'=>array('sum_deb'=> array('justification'=>'right'),
'solde'=> array('justification'=>'right'),
'sum_cred'=> array('justification'=>'right'))));
'cols'=>array('sum_deb'=> array('justification'=>'right'),
'solde'=> array('justification'=>'right'),
'sum_cred'=> array('justification'=>'right'))));
$page++;
$pdf->ezNewPage();

View file

@ -29,6 +29,8 @@
require_once ('class_bud_synthese.php');
require_once ('class_anc_account.php');
require_once ('class_acc_account.php');
require_once ("class.ezpdf.php");
require_once ('header_print.php');
class Bud_Synthese_Acc extends Bud_Synthese {