Home
last modified time | relevance | path

Searched refs:total_paid_tax_excl (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/thirtybees/thirtybees-1.1.0/pdf/
H A Dorder-slip.total-tab.tpl41 {if (($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0)}
73 {if ($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0}
79 …ice currency=$order->id_currency price=($order->total_paid_tax_incl - $order->total_paid_tax_excl)}
92 {$total_paid = $order->total_paid_tax_excl - $total_cart_rule}
99 - {displayPrice currency=$order->id_currency price=$order->total_paid_tax_excl}
H A Dinvoice.total-tab.tpl77 {displayPrice currency=$order->id_currency price=$footer.total_paid_tax_excl}
/dports/finance/prestashop/prestashop/pdf/
H A Dorder-slip.total-tab.tpl41 {if (($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0)}
73 {if ($order->total_paid_tax_incl - $order->total_paid_tax_excl) > 0}
79 …ice currency=$order->id_currency price=($order->total_paid_tax_incl - $order->total_paid_tax_excl)}
92 {$total_paid = $order->total_paid_tax_excl - $total_cart_rule}
95 - {displayPrice currency=$order->id_currency price=$order->total_paid_tax_excl}
H A Dinvoice.total-tab.tpl81 {displayPrice currency=$order->id_currency price=$footer.total_paid_tax_excl}
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.6.0.11.sql36 CHANGE COLUMN `total_paid_tax_excl` `total_paid_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' ,
H A D1.5.0.2.sql317 ADD `total_paid_tax_excl` decimal(17,2) NOT NULL AFTER `total_paid`,
318 ADD `total_paid_tax_incl` decimal(17,2) NOT NULL AFTER `total_paid_tax_excl`,
339 …, `number`, `total_discount_tax_excl`, `total_discount_tax_incl`, `total_paid_tax_excl`, `total_pa…
340 …_number`, `total_discounts_tax_excl`, `total_discounts_tax_incl`, `total_paid_tax_excl`, `total_pa…
H A D1.6.1.0.sql15 CHANGE COLUMN `total_paid_tax_excl` `total_paid_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' ,
H A D1.5.0.1.sql238 `total_paid_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00',
/dports/finance/prestashop/prestashop/src/Adapter/Presenter/Order/
H A DOrderLazyArray.php239 $amount = $this->includeTaxes() ? $order->total_paid : $order->total_paid_tax_excl;
270 'amount' => $order->total_paid_tax_excl,
272 $order->total_paid_tax_excl,
H A DOrderSubtotalLazyArray.php173 $tax = $this->order->total_paid_tax_incl - $this->order->total_paid_tax_excl;
/dports/finance/prestashop/prestashop/classes/pdf/
H A DHTMLTemplateOrderSlip.php108 …$this->order->total_paid_tax_excl = $this->order->total_paid_tax_incl = $this->order->total_produc…
127 $this->order->total_paid_tax_excl = $this->order->total_products;
149 $this->order->total_paid_tax_excl += $this->order->total_shipping_tax_excl;
H A DHTMLTemplateInvoice.php284 …otal_taxes = $this->order_invoice->total_paid_tax_incl - $this->order_invoice->total_paid_tax_excl;
302 'total_paid_tax_excl' => $this->order_invoice->total_paid_tax_excl,
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminOrdersController.php1527 $order->total_paid_tax_excl += $orderCartRule->value_tax_excl;
2433 $orderInvoice->total_paid_tax_excl
2477 $orderInvoice->total_paid_tax_excl += round(
2505 $order->total_paid_tax_excl += round(
2628 $order->total_paid_tax_excl -= $orderCartRule->value_tax_excl;
2825 $orderInvoice->total_paid_tax_excl += $orderDetail->total_price_tax_excl;
2844 $orderInvoice->total_paid_tax_excl += $diffPriceTaxExcl;
2854 $order->total_paid_tax_excl += $diffPriceTaxExcl;
3014 $orderInvoice->total_paid_tax_excl -= $orderDetail->total_price_tax_excl;
3024 $order->total_paid_tax_excl -= $orderDetail->total_price_tax_excl;
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Order/
H A DOrderAmountUpdater.php288 $order->total_paid_tax_excl = Tools::ps_round(
321 … $order->total_paid_tax_excl -= ($order->total_shipping_tax_excl - $totalShippingTaxExcluded);
527 $invoice->total_paid_tax_excl = Tools::ps_round(
575 … $invoice->total_paid_tax_excl -= ($invoice->total_shipping_tax_excl - $totalShippingTaxExcluded);
/dports/www/thirtybees/thirtybees-1.1.0/classes/pdf/
H A DHTMLTemplateInvoice.php224 …totalTaxes = $this->order_invoice->total_paid_tax_incl - $this->order_invoice->total_paid_tax_excl;
242 'total_paid_tax_excl' => $this->order_invoice->total_paid_tax_excl,
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DOrderConfirmationController.php150 'total_paid_tax_excl' => $order->total_paid_tax_excl,
/dports/finance/prestashop/prestashop/src/Adapter/Order/CommandHandler/
H A DAddProductToOrderHandler.php486 $invoice->total_paid_tax_excl = Tools::ps_round(
531 $invoice->total_paid_tax_excl += Tools::ps_round(
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php108 public $total_paid_tax_excl; variable in OrderCore
430 $this->total_paid_tax_excl -= $product_price_tax_excl + $shipping_diff_tax_excl;
1443 $order_invoice->total_paid_tax_excl = $this->total_paid_tax_excl;
2774 $this->total_paid_tax_excl -= $diff_shipping_tax_excl;
H A DOrderInvoice.php51 public $total_paid_tax_excl; variable in OrderInvoiceCore
/dports/www/thirtybees/thirtybees-1.1.0/classes/order/
H A DOrder.php151 public $total_paid_tax_excl; variable in OrderCore
447 $this->total_paid_tax_excl -= $productPriceTaxExcl + $shippingDiffTaxExcl;
1744 $orderInvoice->total_paid_tax_excl = $this->total_paid_tax_excl;
H A DOrderInvoice.php88 public $total_paid_tax_excl; variable in OrderInvoiceCore
/dports/finance/prestashop/prestashop/src/Adapter/Order/QueryHandler/
H A DGetOrderForViewingHandler.php736 $taxesAmount = $order->total_paid_tax_incl - $order->total_paid_tax_excl;
819 … $totalAmount = $this->locale->formatPrice($brotherItem->total_paid_tax_excl, $currency->iso_code);
/dports/finance/prestashop/prestashop/classes/
H A DPaymentModule.php666 …this->context)->formatPrice(($order->total_paid_tax_incl - $order->total_paid_tax_excl), $this->co…
1042 $order->total_paid_tax_excl = Tools::ps_round(
/dports/www/thirtybees/thirtybees-1.1.0/classes/module/
H A DPaymentModule.php550 …$order->total_paid_tax_excl = (float) (float) $this->context->cart->getOrderTotal(false, Cart::BOT…
/dports/finance/prestashop/prestashop/install/data/
H A Ddb_structure.sql1251 `total_paid_tax_excl` decimal(20, 6) NOT NULL DEFAULT '0.00',
1307 `total_paid_tax_excl` decimal(20, 6) NOT NULL DEFAULT '0.00',

12