Subversion Repositories wpShopGermany4

Rev

Rev 8214 | Rev 8243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8214 Rev 8240
Line 627... Line 627...
627
		$pdf->Cell(37, 8, $this->view['kunde']['ustidnr'], 0, 0, 'R');
627
		$pdf->Cell(37, 8, $this->view['kunde']['ustidnr'], 0, 0, 'R');
628
	}
628
	}
629
	
629
	
630
	$offset += 10; // Abstand zwischen Tabelle und Auswertung
630
	$offset += 10; // Abstand zwischen Tabelle und Auswertung
631
 
631
 
632
	if ( $this->get_option('wpsg_kleinunternehmer') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
632
	if ( ($this->get_option('wpsg_kleinunternehmer') == '1') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
633
	{
633
	{
634
		
634
		
635
		$pdf->Text($prod_left, $prod_top + $offset, __("Es ergibt sich folgender Gesamtbetrag", "wpsg").':');
635
		$pdf->Text($prod_left, $prod_top + $offset, __("Es ergibt sich folgender Gesamtbetrag", "wpsg").':');
636
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("Summe", "wpsg"));
636
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("Summe", "wpsg"));
637
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
637
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
Line 782... Line 782...
782
	
782
	
783
		$offset += 5;
783
		$offset += 5;
784
		$pdf->setFont('Arial', 'B', '9');
784
		$pdf->setFont('Arial', 'B', '9');
785
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("GESAMTSUMME", "wpsg"));
785
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("GESAMTSUMME", "wpsg"));
786
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
786
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
787
		
787
 
788
		/* Endbetrag wird fett ausgegeben */
788
		/* Endbetrag wird fett ausgegeben */
789
		$pdf->Cell(37, 8, wpsg_ff($arCalculation['sum']['topay_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
789
		$pdf->Cell(37, 8, wpsg_ff($arCalculation['sum']['topay_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
790
		$pdf->setFont('Arial', '', '9');
790
		$pdf->setFont('Arial', '', '9');
791
				
791
				
792
	}
792
	}