Skip to main content

Questions tagged [sales-invoice]

0 votes
1 answer
47 views

I tried to override InvoiceSender (in /app/code/UFS/Sales/Model/Order/Email/Sender/InvoiceSender.php) but it doesn't work and I don't understand why. I added "'created_at_formatted' => $order-&...
Magento_Dev's user avatar
0 votes
1 answer
58 views

The version of my magento2 is 2.3.5-p1. Here is the problem: We will open the invoice view in backend. So we go to: ->Sales->orders->select an order ->go to Invoices->view Does someone ...
Alex's user avatar
  • 3
0 votes
1 answer
666 views

I have a column in sales_order table. I want to show this column in all grids in admin side. I have already shown it in sales_order_gdir. But couldn't find it on sales_invoice grid, ...
Jasvir Singh's user avatar
2 votes
1 answer
126 views

Foreach customer, I need to retrieve every order. Foreach order, I need to retrieve each product item. The tables are sales_order and sale_order_Item, but I don't see a connection. How are these ...
Justin Collins's user avatar
0 votes
1 answer
285 views

How to open an invoice pdf in a new tab in the Magento backend? How to see the preview of the invoice print in a new tab(target _blank) via the Magento invoice grid I have added the new column "...
Jaisa's user avatar
  • 2,640
0 votes
1 answer
352 views

After submit shipment in admin and complete order, How to display shipped value in quantity box instead of total qty items like below I want like this
User0434's user avatar
  • 1,155
1 vote
1 answer
1k views

When I placed the order using stripe payment method. I am able to received the order confirmation email but invoice email not received. Invoice email manually hit works. Magento 2.3.2
tanu's user avatar
  • 22
0 votes
1 answer
530 views

When we receive an order containing an out of stock item (that's allowed to be backordered) it nicely shows "Backordered" at 'Item status' in the backend sales order view. magento item ...
Shaun's user avatar
  • 129
0 votes
1 answer
625 views

I have added the column transaction_id to my sales_order_invoice_grid. Vendor\Module\etc\adminhtml\di.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
Th. Schott's user avatar
0 votes
1 answer
661 views

I have custom moudule with custom table and tried to join it with invoice grid table to show it in invoice grid.But it is not working as it should.Here is what i have tried. adminhtml/di.xml <type ...
Zahirabbas's user avatar
  • 2,093
0 votes
3 answers
2k views

How to get order id in invoice using plugin ? di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&...
sumeet bajaj's user avatar
  • 1,316
1 vote
1 answer
718 views

How to get invoiceId from sales_order_invoice_pay event. $invoice = $observer->getEvent()->getInvoice(); $invoice->getIncrementId(); Can't get with this code But with ...
fernandus's user avatar
  • 484
3 votes
1 answer
393 views

I want to display the pig chart on the invoice grid and the pie chart should be updated after applying the filer in the grid. Well, I am able to display the Pie chart on the sales order invoice grid ...
D Singh's user avatar
  • 1,144
1 vote
1 answer
413 views

Magento 1 version : 1.9.4.0 Magento 2 version : 2.3.5 Fresh install of m2 Run migrate:settings Run migrate:data All data is migrated We migrated data successfully but getting issues of html tags on ...
sumeet bajaj's user avatar
  • 1,316
0 votes
0 answers
117 views

Want to display custom attribute in payment method section of sales order invoice view
Vishal Vankar's user avatar

15 30 50 per page