Goal¶
Provide a complete solution for inventory number management.
Small companies don't necessary have a tool to automatically generate inventory numbers.
This could be achieved simply but extending GLPI's inventory number templating system.
- Each objet inserted into GLPI get a unique inventory number
- For each type, the number can be generated using a template (as it is right now in GLPI)
What could be done¶
- Having a global field to store the next available ID.
- global or by entity
- Having a global template definition by type
- Template definition by entity too ?
- In commodtbm->add() add inventory number generation