pas de pb phil
mon idee etais de mettre en police plus "tape a l oeil " le prix final dans le devis et mes factures
cela donne cela philazerty
->
// Total TTC
$index++;
$pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index);
$pdf->SetTextColor(0,0,60);
$text=$outputlangs->transnoentities("TotalTTC");
if ($object->type == 2) $text=$outputlangs->transnoentities("TotalTTCToYourCredit");
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $text, $useborder, 'L', 1);
$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
$pdf->MultiCell($largcol2, $tab2_hl, price($sign * $object->total_ttc), $useborder, 'R', 1);
$pdf->SetXY($col1x, $tab2_top + $tab2_hl+4 * $index);
$pdf->SetTextColor(0,0,60);
$pdf->SetFillColor(235,158,116);
$pdf->SetFont('','B', $default_font_size);
$text=$outputlangs->transnoentities("NET A PAYER");
if ($object->type == 2) $text=$outputlangs->transnoentities("TotalTTCToYourCredit");
$pdf->MultiCell($col2x-$col1x, $tab2_hl+4, $text, $useborder, 'L', 1);
$pdf->SetFont('','B', $default_font_size);
$pdf->SetXY($col2x, $tab2_top + $tab2_hl+4 * $index);
$pdf->MultiCell($largcol2, $tab2_hl+4, price($sign * $object->total_ttc), $useborder, 'R', 1); ...
mon idee etais de mettre en police plus "tape a l oeil " le prix final dans le devis et mes factures
cela donne cela philazerty
->
// Total TTC
$index++;
$pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index);
$pdf->SetTextColor(0,0,60);
$text=$outputlangs->transnoentities("TotalTTC");
if ($object->type == 2) $text=$outputlangs->transnoentities("TotalTTCToYourCredit");
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $text, $useborder, 'L', 1);
$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
$pdf->MultiCell($largcol2, $tab2_hl, price($sign * $object->total_ttc), $useborder, 'R', 1);
$pdf->SetXY($col1x, $tab2_top + $tab2_hl+4 * $index);
$pdf->SetTextColor(0,0,60);
$pdf->SetFillColor(235,158,116);
$pdf->SetFont('','B', $default_font_size);
$text=$outputlangs->transnoentities("NET A PAYER");
if ($object->type == 2) $text=$outputlangs->transnoentities("TotalTTCToYourCredit");
$pdf->MultiCell($col2x-$col1x, $tab2_hl+4, $text, $useborder, 'L', 1);
$pdf->SetFont('','B', $default_font_size);
$pdf->SetXY($col2x, $tab2_top + $tab2_hl+4 * $index);
$pdf->MultiCell($largcol2, $tab2_hl+4, price($sign * $object->total_ttc), $useborder, 'R', 1); ...