I hope you had a good start into 2018. All the best for you and your families.
As you may see, this is my first post. Thanks a lot for the great app. I am new to ERPNext and currently testing. Now, I stuck with the naming series for quotations:
The naming series for quotations needs to digits at the end (e.g. 06) for the user who created the quotation. Therefore, I have created a custom field “Quotation ID” is doctype “User” and also in “Quotation”, but I am not able to fetch the “Quotation ID” into a new quotation.
So, my question:
Is it possible to evaluate the user when creating a new quotation?
then fetch the “Quotation ID” from user doctype?
I tried custom scripts, link fields, data dependencies, but I assume it needs to get the current user first, right?
This helps so far, as m custom field “angebotsid” is set and displayed. Perfect! Unfortunately, its works only once. The first quotation after login gives back the right value, for all additional new quotations, the field is empty again.