WIP : longline change
This commit is contained in:
parent
f4f400eb65
commit
78309926ab
12 changed files with 46 additions and 44 deletions
|
|
@ -318,14 +318,14 @@ class Print_Ledger_Simple extends \Print_Ledger
|
|||
}
|
||||
$row=$a_jrn[$i];
|
||||
$ret_reconcile=$ledger->db->execute('reconcile_date',array($row['jr_id']));
|
||||
$this->LongLine(15,3,($row['jr_pj_number']),0);
|
||||
$this->write_multi(15,3,($row['jr_pj_number']),0);
|
||||
$this->write_cell(10,5,$row['str_date_short'],0,0);
|
||||
$this->write_cell(13,5,$row['jr_internal'],0,0);
|
||||
list($qc,$name)=$this->get_tiers($row['jr_id'],$this->jrn_type);
|
||||
$this->LongLine(40,3,"[".$qc."]".$name,0,'L');
|
||||
$this->write_multi(40,3,"[".$qc."]".$name,0,'L');
|
||||
|
||||
if ( !$flag_tva ) {
|
||||
$this->LongLine(65,3,mb_substr($row['jr_comment'],0,150),0,'L');
|
||||
$this->write_multi(65,3,mb_substr($row['jr_comment'],0,150),0,'L');
|
||||
}
|
||||
|
||||
/* get other amount (without vat, total vat included, private, ND */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue