plugin Order invoice Netto

08.02.2021 10:02
#1
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
plugin Order invoice Netto

hi is it possible to show both taxes if we have 2 in order?
example we have products with 19 and products with 7
we need netto price for 19% and netto for 7%
thanks
plugin Order invoice Netto

 
09.02.2021 08:41
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: plugin Order invoice Netto

I didn't understand the question.
Error?

 
10.02.2021 12:44
#3
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: plugin Order invoice Netto

no error
i need not only netto sum price
i need netto price for articles 19% and netto price for articles with 7%

 
10.02.2021 15:25
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: plugin Order invoice Netto

Ok.
Wiil be in new version.

Header text?

(Subtotal price 7%) or ??


Last change: 10.02.2021 15:29
 
11.02.2021 16:05
#5
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: plugin Order invoice Netto

subtotal 19% netto
subtotal 7% netto

thx

 
13.02.2021 21:04
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: plugin Order invoice Netto

Order invoice Netto 1.1.0
New option:
Show Subtotal netto

 
15.02.2021 19:37
#7
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: plugin Order invoice Netto

Thanks for the update

but please only show net prices of VAT if there are more than 1 in the order
please change code like this

if ($this->params->get('subtotalnetto', 0)) {

if (count($groptax)>1){
foreach($groptax as $tax => $price) {
$pdf->SetXY(20,$y + 10);
$pdf->Rect(20,$y + 10,170,5,'F');
$pdf->MultiCell(130, 5, JText::sprintf('PLG_JOOMSHOPPING_SUBTOTAL_X_NETTO', $tax), '1', 'R');
$pdf->SetXY(150,$y + 10);
$pdf->MultiCell(40, 5, formatprice($price, $order->currency_code),'1','R');
$y = $y + 5;
}
}else{
$pdf->SetXY(20,$y + 10);
$pdf->Rect(20,$y + 10,170,5,'F');
$pdf->MultiCell(130,5,JText::_('PLG_JOOMSHOPPING_TOTAL_NETTO'),'1','R');
$pdf->SetXY(150,$y + 10);
$pdf->MultiCell(40,5,formatprice(($order->order_total - $tax_sum), $order->currency_code),'1','R');
$y = $y + 5;
}
}

 
03.03.2021 11:10
#8
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: plugin Order invoice Netto

if transport costs (including VAT) are charged on the order, these are not included in the netto amount
also discount for payment and Voucher
could you correct that ? Netto is wrong?

thx
img_1722.jpeg
Aw: plugin Order invoice Netto
img_1721.jpeg


Last change: 07.03.2021 17:44
 
09.03.2021 22:19
#9
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: plugin Order invoice Netto

please update
thx

 
10.03.2021 07:41
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: plugin Order invoice Netto

We've made a lot of changes for you.

For order development use Kontakt.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.