Open Seb33300 opened 2 years ago
Hello @Seb33300
Thank you for your suggestion. The Product Team will take it into consideration for future developments. Please be aware that there is no guarantee that this feature will be developed anytime soon. If this is important to you, we strongly suggest you consider hiring a specialist to help you create it.
If you are willing to implement this feature into PrestaShop as a Pull Request, the teams will be happy to help you by ensuring that it is appropriate and coherent with the rest of the project. If that is the case, please let us know!
Thank you
@Seb33300 in that case, we should have a button to generate the delivery slip when it is not created by the order status flow ? The delivery slip in PrestaShop is the french "Bon de commande" :)
@MatShir delivery slip is "bon de livraison" in french which is different from "bon de commande".
You are right !!!! My bad, I wrote too fast without thinking 😅
I think we can also call it "Order slip", I found a HTMLTemplateOrderSlipCore
class to generate an order slip PDF, but it seems to be used for refunds (avoirs).
Prerequisites
Is your feature request related to a problem?
PrestaShop already offers an "invoice" feature to generate and send by email PDF invoices to customers after a successful order.
In some case, we do not want to let PrestaShop to generates invoices, for example when the company uses his own external accounting / PGI tool.
However, even if we don't want to enable invoices feature on PrestaShop, we still want to offer the user a PDF document he can download and print.
Describe the solution you'd like
The solution could be a "purchase order" PDF. When the invoice feature is disabled, we should be able to generate a purchase order instead of invoices.
("purchase order" = "bon de commande" in french, not sure about the english term)