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.
MIT License
17
stars
1
forks
source link
Serial number generation using BulkGenerator and templates #55
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 increment_serial_number function to generate the next value.
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 theincrement_serial_number
function to generate the next value.