inventree-bulk-plugin icon indicating copy to clipboard operation
inventree-bulk-plugin copied to clipboard

A bulk creation plugin for InvenTree, which helps you generating locations, categories and even parts in bulk by using customized naming strategies and ensure them along your complete storage tree.

Results 7 inventree-bulk-plugin issues
Sort by recently updated
recently updated
newest added

Add a plugin config option to specify an IPN format. The plugin can then listens to new part creations and automatically add IPNs to new parts based on the last...

type/feature

Add a dialog to the parts page where the serial number schema can be edited using the BulkGenerator. Then the plugin could implement the `ValidationMixin` which then could use the...

type/feature

It would be cool to have some sort of autocompletion and highlighting of dimensions input like on https://regex101.com Additionally it would be cool to have jinja2 templating autocompletion. That could...

type/feature

This can be more easily integrated after moving to a compiled preact+tsx stack.

type/feature

Error handling needs to be improved. Best would be to throw custom error classes instead of ValueErrors.

type/enhancement

See https://stackoverflow.com/a/67517621

type/enhancement

Validating fields on client side could help for the user to identify exactly where the issue with the schema is.

type/enhancement