Subversion Repositories wpShopGermany4

Rev

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

Rev 8214 Rev 8241
Line 615... Line 615...
615
		$pdf->Cell(37, 8, $this->view['kunde']['ustidnr'], 0, 0, 'R');
615
		$pdf->Cell(37, 8, $this->view['kunde']['ustidnr'], 0, 0, 'R');
616
	}
616
	}
617
	
617
	
618
	$offset += 10; // Abstand zwischen Tabelle und Auswertung
618
	$offset += 10; // Abstand zwischen Tabelle und Auswertung
619
 
619
 
620
	if ( $this->get_option('wpsg_kleinunternehmer') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
620
	if ( ($this->get_option('wpsg_kleinunternehmer') == '1') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
621
	{
621
	{
622
		
622
		
623
		$pdf->Text($prod_left, $prod_top + $offset, __("Es ergibt sich folgender Gesamtbetrag", "wpsg").':');
623
		$pdf->Text($prod_left, $prod_top + $offset, __("Es ergibt sich folgender Gesamtbetrag", "wpsg").':');
624
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("Summe", "wpsg"));
624
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("Summe", "wpsg"));
625
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
625
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
Line 770... Line 770...
770
 
770
 
771
		$offset += 5;
771
		$offset += 5;
772
		$pdf->setFont('Arial', 'B', '9');
772
		$pdf->setFont('Arial', 'B', '9');
773
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("GESAMTSUMME", "wpsg"));
773
		$pdf->Text($prod_left + 80, $prod_top + $offset, __("GESAMTSUMME", "wpsg"));
774
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
774
		$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
775
		
775
 
776
		/* Endbetrag wird fett ausgegeben */
776
		/* Endbetrag wird fett ausgegeben */
777
		$pdf->Cell(37, 8, wpsg_ff($arCalculation['sum']['topay_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
777
		$pdf->Cell(37, 8, wpsg_ff($arCalculation['sum']['topay_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
778
		$pdf->setFont('Arial', '', '9');
778
		$pdf->setFont('Arial', '', '9');
779
				
779
				
780
	}
780
	}
781
	
781
	
782
	if (($this->get_option('wpsg_kleinunternehmer') == '1') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
782
	if ( ($this->get_option('wpsg_kleinunternehmer') == '1') || ($this->view['oCalculationOrder']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS) )
783
	{
783
	{
784
 
784
 
785
		$offset += 3;
785
		$offset += 3;
786
		$pdf->setFont('Arial', '', '8');
786
		$pdf->setFont('Arial', '', '8');
787
		$pdf->wpsg_MultiCell($prod_left - 1, $prod_top + $offset, 5, '('.$this->get_option('wpsg_kleinunternehmer_text').')');
787
		$pdf->wpsg_MultiCell($prod_left - 1, $prod_top + $offset, 5, '('.$this->get_option('wpsg_kleinunternehmer_text').')');