Is it normal behavior that to have the supplier order generation in the customer order drop-down list I have to enter a service, such as “shipping”?
Thank you
I don’t have the drop-down list at all. How to enable that?
I’d like to have the option to Create Purchase Order from Sales Order.
have you enabled the Vendor module?
Yes Sales Order and Vendor Modules, both enabled. Only option for Validated Sales Order is to create shipment:
@jonbendtsen I think I may have figured out the descrepancy. Are you in the Purchase Order screen when experiencing this drop-down?
If so, this is not according to the topic: Create purchase order from sales order
I am standing right here /commande/card.php?id=20&save_lastsearch_values=1
I am logged in with the super admin because this is my demo server
and my order is in Validated status
Thanks @jonbendtsen
Not trying to offend. I would really like this functionality to create a supplier Purchase Order from the customer Sales Order screen. But I cannot duplicate.
Here are the links from my system:
Purchase Order: /fourn/commande/card.php
Sales Order: /commande/card.php
They are very similar. Is this correct for your system as well?
Which version of Dolibarr are you using?
Commerce in the top menu, then validated sales orders in the left menu.
which has this url /commande/list.php?leftmenu=orders&search_status=1
using my superadmin account because it is my demo server
I have 4 validated orders, and all 4 have this option for creating purchase order. No order is marked billed.
Even though none of my 3 services are marked for purchase, they are only marked for sale
I have one draft order and it still has that create purchase order in the dropdown menu.
I also have a delivered and billed order - which also has the create purchase order drop down menu.
It seems like my demo server is still in version 19.0.1. My PHP is 8.2.7 and all of it is a dolibarr container from tuxgasi running using podman, not docker
Thanks @jonbendtsen
I’m running v19.02. But more importantly, it is a manual install for a dedicated linux machine. So far, I’ve kept it pretty vanilla.
Maybe its an extra module/plugin pre-installed on your docker image. Would it be possible for you to share a screenshot of the Modules/Application setup page?
Thanks a bundle!
Module list extracted using the API
["adherent","agenda","api","banque","barcode","blockedlog","bom","bookmark","categorie","clicktodial","commande","comptabilite","contrat","cron","dav","debugbar","don","ecm","emailcollector","eventorganization","expedition","expensereport","export","externalrss","externalsite","facture","fckeditor","ficheinter","fournisseur","geoipmaxmind","gravatar","holiday","hrm","import","incoterm","knowledgemanagement","ldap","loan","mailing","mailmanspip","margin","modulebuilder","mrp","multicurrency","notification","oauth","opensurvey","paymentbybanktransfer","paypal","prelevement","printing","product","productbatch","projet","propal","receiptprinter","reception","recruitment","resource","salaries","service","socialnetworks","societe","stock","stripe","supplier_proposal","syslog","takepos","tax","ticket","user","variants","webhook","website","workflow","workstation"]
Thanks.
Still not figuring out the problem. Online demo site appears to have the same functionality. Not sure why my instance does not work.
Any help is greatly appreciated.
Finally figured it out!
For the record, the Sales Order must have at least one line of service!?!?
This helped:
https://github.com/Dolibarr/dolibarr/issues/29782
What a bizarre choice! (I’ll call it a bug bc it makes no sense to me.)
I sell mostly products (physical items). This is why it did not work for me. In order to get it to work, I had to add a mock service item:
I looks like this might have been fixed since my version v19.02. Can anyone confirm these findings?
Thanks to everyone.