Inventory Management recipe
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3548861. --> Reported by: [maciej lukianski](https://www.drupal.org/user/400060) Related to !61 >>> <p>An inventory managment system is something multiple companies need.<br> Le't build a simple inventory management system based on nodes.<br> 1. Inventory storage locations - for designating where the item can be when it is not leased out<br> 2. Inventory item - with taxonomy for inventory item types (eg. laptop, desk, printer etc)<br> 3. Inventory assignment - for activity of assiginign an item to user and back to location. </p> <p>Some views to display everything with exposed filters to allow for searching by inventory numner on title</p>
issue