🎉 Release v1 #40
wolflu05
announced in
Announcements
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took a long time, but now the time has come, v1.0.0 finally arrives 🚀 on 02.08.2023. There were a lot of breaking changes during the beta period to test out different things, but now with the first final version the syntax will stay compatible.
Just to highlight a few big things:
The plugin helps you bulk create storage locations and part categories in InvenTree by using customized naming strategies. That means you not only have the option to generate multidimensional* names for stock locations or part categories, but also have the option to save the templates for later usage if your storage room uses e.g. drawer towers, saved templates help to ensure naming consistency for all later added towers.
Note
multidimensional means that you are not limited to namings like
D1
,D2
, .. but also something likeD1.A
,D1.B
,D2.A
,D2.B
, ...🌟Screenshots
This will generate the previous mentioned example:
📄 Some more examples
But even nested generations don't stop you.
And with parent name match, you can even generate different sub-locations depending of the name of the parent.
Pad your numeric dimensions with zeros.
Extend from a template.
Use more generate keys.
Using input to reuse a saved template.
ℹ️ More info
You'll find a complete usage guide about all available options and how to install the plugin on the projects README.md. I would really appreciate if you share any feedback about the plugin below.
Beta Was this translation helpful? Give feedback.
All reactions