Questions tagged [sales-invoice]
The sales-invoice tag has no summary.
28 questions
0 votes
1 answer
47 views
Trying to override InvoiceSender
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-&...
0 votes
1 answer
58 views
View invoice in backend breaks page (layout will not load)
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 ...
0 votes
1 answer
666 views
Add sales_order column to sales_invoice_grid
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, ...
2 votes
1 answer
126 views
What is the foreign key relationships in database to connect sales_order with each sale_order_Item?
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 ...
0 votes
1 answer
285 views
How to open a invoice pdf in a new tab in Magento backend?
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 "...
0 votes
1 answer
352 views
Magento2 : Display shipped items value in qty box
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
1 vote
1 answer
1k views
order confirmation email send but invoice email not send in magento 2?
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
0 votes
1 answer
530 views
Item status in sales order view not showing backordered after invoice is created
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 ...
0 votes
1 answer
625 views
Magento 2.4 sales_order_invoice_grid populate custom column with values
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:...
0 votes
1 answer
661 views
Display custom column in Invoice grid using join
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 ...
0 votes
3 answers
2k views
Magento 2 how to get order id on admin order invoice save?
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=&...
1 vote
1 answer
718 views
How to get InvoiceId from sales_order_invoice_pay in magento 2
How to get invoiceId from sales_order_invoice_pay event. $invoice = $observer->getEvent()->getInvoice(); $invoice->getIncrementId(); Can't get with this code But with ...
3 votes
1 answer
393 views
Display pie chart at order invoice grid
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 ...
1 vote
1 answer
413 views
Payment content showing with HTML tags on admin invoice pages
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 ...
0 votes
0 answers
117 views
add a custom attributes to Payment method in order invoice detail page
Want to display custom attribute in payment method section of sales order invoice view