Open gioamato opened 4 years ago
Hi @gioamato ,
The scope of the extension is specifically the invoice, so no work was done regarding shipments. Anyway, the module is open source so you are free to add anything you want and create a PR.
Kind Regards, Renato
Thank you. I'll do it. How is the extension completing an order atm as it requires invoice+shipment to reach the status? Bypassing magento?
You can see it here, it's just creating an invoice and setting the destination status as configured: https://github.com/aune-io/magento2-autoinvoice/blob/master/Model/InvoiceProcess.php#L103
This extension manages auto invoice for any payment method, sends invoice email, generates shipment and send shipment email https://webpanda-solutions.com/auto-invoice-shipment.html
Using "Complete" as "Destination Status" is generating automatically invoices but not shipments also for orders without virtual products. It should also generate the shipment.