Home
last modified time | relevance | path

Searched refs:order_invoice (Results 1 – 21 of 21) sorted by relevance

/dports/finance/prestashop/prestashop/classes/pdf/
H A DHTMLTemplateInvoice.php40 public $order_invoice; variable in HTMLTemplateInvoiceCore
48 * @param OrderInvoice $order_invoice
56 $this->order_invoice = $order_invoice;
64 if (!isset($this->order_invoice->shop_address) || !$this->order_invoice->shop_address) {
72 $this->date = Tools::displayDate($order_invoice->date_add);
177 $order_details = $this->order_invoice->getProducts();
282 …$wrapping_taxes = $this->order_invoice->total_wrapping_tax_incl - $this->order_invoice->total_wrap…
284 …$total_taxes = $this->order_invoice->total_paid_tax_incl - $this->order_invoice->total_paid_tax_ex…
345 'order_invoice' => $this->order_invoice,
513 $this->order_invoice->number,
[all …]
H A DHTMLTemplateDeliverySlip.php38 public $order_invoice; variable in HTMLTemplateDeliverySlipCore
41 * @param OrderInvoice $order_invoice
47 public function __construct(OrderInvoice $order_invoice, Smarty $smarty, $bulk_mode = false) argument
49 $this->order_invoice = $order_invoice;
50 $this->order = new Order($this->order_invoice->id_order);
56 if (!isset($this->order_invoice->shop_address) || !$this->order_invoice->shop_address) {
57 …$this->order_invoice->shop_address = OrderInvoice::getCurrentFormattedShopAddress((int) $this->ord…
64 $this->date = Tools::displayDate($order_invoice->date_add);
66 … = sprintf(HTMLTemplateDeliverySlip::l('%1$s%2$06d'), $prefix, $this->order_invoice->delivery_numb…
104 $order_details = $this->order_invoice->getProducts();
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/classes/pdf/
H A DHTMLTemplateInvoice.php41 public $order_invoice; variable in HTMLTemplateInvoiceCore
57 $this->order_invoice = $orderInvoice;
58 $this->order = new Order((int) $this->order_invoice->id_order);
64 if (!isset($this->order_invoice->shop_address) || !$this->order_invoice->shop_address) {
130 $orderDetails = $this->order_invoice->getProducts();
131 $order = new Order($this->order_invoice->id_order);
222 …$wrappingTaxes = $this->order_invoice->total_wrapping_tax_incl - $this->order_invoice->total_wrapp…
224 …$totalTaxes = $this->order_invoice->total_paid_tax_incl - $this->order_invoice->total_paid_tax_exc…
270 'order_invoice' => $this->order_invoice,
386 $this->order_invoice->number,
[all …]
H A DHTMLTemplateDeliverySlip.php43 public $order_invoice; variable in HTMLTemplateDeliverySlipCore
57 $this->order_invoice = $orderInvoice;
58 $this->order = new Order($this->order_invoice->id_order);
64 if (!isset($this->order_invoice->shop_address) || !$this->order_invoice->shop_address) {
65 …$this->order_invoice->shop_address = OrderInvoice::getCurrentFormattedShopAddress((int) $this->ord…
74 … $this->title = sprintf(static::l('%1$s%2$06d'), $prefix, $this->order_invoice->delivery_number);
123 $orderDetails = $this->order_invoice->getProducts();
152 'order_invoice' => $this->order_invoice,
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php1346 $order_invoice->id_order = $this->id;
1348 $order_invoice->number = 0;
1414 get_class($order_invoice) => $order_invoice,
1434 if (!$order_invoice || !is_object($order_invoice)) {
1452 $order_invoice->save();
1485 $order_invoice = new OrderInvoice();
1487 $order_invoice->number = 0;
1549 $order_invoice->delivery_number = 0;
1552 $order_invoice->update();
1863 * @param OrderInvoice $order_invoice
[all …]
H A DOrderInvoice.php685 $order_invoice = new OrderInvoice($id);
686 if (!Validate::isLoadedObject($order_invoice)) {
690 return $order_invoice;
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminPdfController.php174 $order_invoice = new OrderInvoice((int) $id_order_invoice);
175 if (!Validate::isLoadedObject($order_invoice)) {
179 $this->generatePDF($order_invoice, PDF::TEMPLATE_DELIVERY_SLIP);
196 $order_invoice = new OrderInvoice((int) $id_order_invoice);
197 if (!Validate::isLoadedObject($order_invoice)) {
201 Hook::exec('actionPDFInvoiceRender', ['order_invoice_list' => [$order_invoice]]);
202 $this->generatePDF($order_invoice, PDF::TEMPLATE_INVOICE);
/dports/finance/prestashop/prestashop/pdf/
H A Dinvoice.note-tab.tpl25 {if isset($order_invoice->note) && $order_invoice->note}
37 <td class="note">{$order_invoice->note|nl2br}</td>
H A Dinvoice.payment-tab.tpl30 {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
H A Ddelivery-slip.payment-tab.tpl30 {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
H A Ddelivery-slip.addresses-tab.tpl28 {$order_invoice->shop_address}
/dports/www/thirtybees/thirtybees-1.1.0/pdf/
H A Dinvoice.note-tab.tpl25 {if isset($order_invoice->note) && $order_invoice->note}
37 <td class="note">{$order_invoice->note|nl2br}</td>
H A Dinvoice.addresses-tab.tpl28 {if isset($order_invoice)}{$order_invoice->shop_address}{/if}
H A Dinvoice.payment-tab.tpl30 {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
H A Ddelivery-slip.payment-tab.tpl30 {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
H A Ddelivery-slip.addresses-tab.tpl28 {$order_invoice->shop_address}
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/bundle/
H A Drepository.yml125 prestashop.core.api.order_invoice.repository:
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/bundle/form/
H A Dform_data_provider.yml19 - '@prestashop.adapter.data_provider.order_invoice'
28 - '@=service("prestashop.adapter.data_provider.order_invoice").getNextInvoiceNumber()'
H A Dform_handler.yml132 - '@prestashop.adapter.data_provider.order_invoice'
143 - '@prestashop.adapter.data_provider.order_invoice'
H A Dform_type.yml280 …- '@=service("prestashop.core.api.order_invoice.repository").countByOrderState(service("prestashop…
290 - '@=service("prestashop.adapter.data_provider.order_invoice").getNextInvoiceNumber()'
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/adapter/
H A Ddata_provider.yml65 prestashop.adapter.data_provider.order_invoice: