-
-
Notifications
You must be signed in to change notification settings - Fork 862
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
[FR] Adding custom parameters to POs #9192
Comments
Parameters are only on parts / categories right now. Expanding them to a more generic system like metadata or custom states would be very interesting. |
You can always add additional data into the metadata field. This is accessible from the reporting system too. |
Thank you for your help. For a temporary solution until a future update, is the one I proposed possible (using the PO notes field as data) ? And if yes what variable name should I add to the PO template for Inventree to make the link on generation ? |
You can write to the notes field whatever you like.The notes field is accessible from the report engine. |
Yes sorry "variable" is maybe not the best word. I meant the text that links to the PO parameter in this case the notes, similar to "{ line.part.description }" for example. I didn't manage to find it in the docs. Thank you again for your help @SergeoLacruz |
Try the context variable "notes". It should do the job. See example here: |
In the example it's for a part, I would like to have the notes from the purchase order instead. Oh and btw I think I've found a bug, the save button when I edit the notes of the PO doesn't always register when I click on it (no pop up confirming save and leaving loses the modifications). |
try order.notes |
Thank you so much @SergeoLacruz ! You have no idea how much it helps me !! |
Please verify that this feature request has NOT been suggested before.
Problem statement
Hi, I need some help on something I'm currently working on.
I'm doing a template for future purchase orders and I wish to add extra info, that is custom to each PO.
In this case, it will usually be either lead time (number of weeks), delivery type (DDP, EXW, etc.) and/or payment terms.
It's similar to the existing feature of custom parts parameters. With multiple ways to store the value (value, checkbox, list). But I can't find a way to do the same for POs. If it's not yet implemented, I would love to have that feature
Thank you in advance for your time !
Suggested solution
Adding custom field parameters to POs like the feature for custom part parameters
Describe alternatives you've considered
(Trying to find it)
As a potential temporary solution (or something else that is proposed by someone more knowledgeable than me): Is it possible to use the notes section in a PO to be exported into the document when generated with the template ?
Examples of other systems
No response
Do you want to develop this?
The text was updated successfully, but these errors were encountered: