Use different output format for pdf.
This commit is contained in:
@@ -246,4 +246,4 @@ $pdf->Cell(25, 4, number_format(($_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',',
|
||||
$pdf->SetFont('Helvetica','', 10);
|
||||
$pdf->Cell(25, 4, number_format(($_19 + $_7 + $_0 + $Sonst_Preis + $_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',', '.')." €", 0, 0, 'R');
|
||||
|
||||
$pdf->Output("A_" . date('Ymd') . ".pdf", "I");
|
||||
$pdf->Output("A_" . date('Ymd') . ".pdf", "S");
|
||||
@@ -170,4 +170,4 @@ $pdf->Cell(25, 4, number_format(($_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',',
|
||||
$pdf->SetFont('Helvetica','', 10);
|
||||
$pdf->Cell(25, 4, number_format(($_19 + $_7 + $_0 + $Sonst_Preis + $_19_MwSt + $_7_MwSt + $Sonst_MwSt), '2', ',', '.')." €", 0, 0, 'R');
|
||||
|
||||
$pdf->Output("A_" . date('Ymd') . ".pdf", "I");
|
||||
$pdf->Output("A_" . date('Ymd') . ".pdf", "S");
|
||||
@@ -153,4 +153,4 @@ $pdf->SetFont('Helvetica', '', 10);
|
||||
$pdf->Cell(25, 4, number_format($ntsum['Gesamt'], '2', ',', '.') . " €", 0, 1, 'R');
|
||||
|
||||
$file = __DIR__ . "/" . PREFIX . "/eur/E_" . date('Ymd') . ".pdf";
|
||||
$pdf->Output("E_" . date('Ymd') . ".pdf", "I");
|
||||
$pdf->Output("E_" . date('Ymd') . ".pdf", "S");
|
||||
@@ -150,4 +150,4 @@ $pdf->Cell(25, 4, number_format($ntsum['MwSt'], '2', ',', '.') . " €", 0, 0, '
|
||||
$pdf->SetFont('Helvetica', '', 10);
|
||||
$pdf->Cell(25, 4, number_format($ntsum['Gesamt'], '2', ',', '.') . " €", 0, 1, 'R');
|
||||
|
||||
$pdf->Output("E_" . date('Ymd') . ".pdf", "I");
|
||||
$pdf->Output("E_" . date('Ymd') . ".pdf", "S");
|
||||
Reference in New Issue
Block a user