wolflu05 / inventree-bulk-plugin

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

Open wolflu05 opened 1 year ago

wolflu05 commented 1 year ago

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.