-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add " Add Purchase Order " function in sales order #23870
Comments
Hello! You can do that with the following module If i unterstand well the AGPL, we have the right to duplicate the code and use it without limitation. Does it mean i can fork the project and make a pull request for module i find in Dolistore ? Bye |
Hi Thanks for this information . |
Just a little remark: Legally, you are of course free to fork any GPL licensed project. However, when existing modules get integrated into Dolibarr core, this generally happens with the consent of the original author. So, if you would like to integrate an existing module form the Dolistore into the core, it would be advisable to first have a chat with the author of that module. There are examples of successfully integrating such modules, but it also has implications regarding e.g. maintenance in case of identified bugs. |
The module module_supplierorderfromorder really register a link to the supplier invoice in the customer invoice? |
The module module_supplierorderfromorder really register a link to the supplier invoice in the customer invoice? |
what do you mean? |
I mena if really that module after creating a purchase order from a sales order will keep and object link between Sales and purchase orders. |
And there is not already that @edupulpillo ? When you create an order from a proposal you get a link between them. When you create an invoice from an order you get a link between them. they are shown in the bottom of the proposal/order/invoice detail page |
The link always is between customer order and proposal, but not between vendor proposal and customer proposal, and not between vendor purchase order and sales order, that should be a great feature to have a relationship between the products that are purchased and sold. |
Since v19, if you create a supplier purchase order from client sales order they get linked together automatically. However you can't link them manually via the "Link to" button. An external module is also available on the Dolistore for making multiple purchase orders from one sales order depending on supplier. This external module also links the orders. |
Feature Request
In small business , one people may do many things .
So after get a sales order , then you may need to purchase items .
Then it will more efficient to add a " Add Purchase Order " button in sales order .
And you could create several purchase orders and they will link to this sales order automatically . ( Like you could create several sales orders from one proposal , and it will auto link to same proposal now . )
Use case
No response
Suggested implementation
Suggested steps
No response
The text was updated successfully, but these errors were encountered: