-
Notifications
You must be signed in to change notification settings - Fork 2
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
Multiple IPN patterns #11
Comments
I am looking for something similar to this as well. I am needing to change the IPN based on the Part Category chosen. Possibly willing to contract this out to get it done fast. |
I've had this on my mind as a natural expansion of the plugin. In any capacity, it's most likely going to be tied to categories, as that's a native database object with the ability to add plugin metadata to. The practical implementation will depend on the above. Either as something configurable in settings, or something configurable within the GUI of each category. |
I would highly appreciate this functionality. Might also be that the IPNs would be dependent on tags instead of categories, since it would allow more flexibility. As far as I know, parts can only be assigned to one category but can have multiple tags. |
Feature Request:
This may be a niche requirement but I think it could be useful to specify multiple IPN patterns to allow the addition of parts and have multiple sets of IPNs.
An example (my particular use case); I'm adding all my electronic components to Inventree and they are numbered depending on their category. I.e. Capacitors are 00-10-xxxx and resistors are 00-11-xxxx.
If you could specify an IPN category when adding a part, IPN generator sees that and applies the applicable pattern.
The text was updated successfully, but these errors were encountered: