Storage bins management

I want to make kind of storage bins managment. I have over 100 storage bins full of diffrent things. Im thinking if is it possible to manage them with HA. What I want to do:

  • make a list (database) with something like: binNumber; binLocation; itemId; itemName; itemQuantity. Then on each bin I want to put NFC Tag with written binNumer on it. When I scan Tag I want to see on my phone (android) full list of items in that bins. I think it’s easiest part. Next what necessary is kind of card (or something) where I can put name of item I looking for and it will find all bins that contain item with that name (or item which name contains word I put in search input). Last thing what it’s needed is kind of form where I can add new bins and new items to bins.

Is it possible to to something like that in HA?

I already try with NFC Tag scanning and I know how to show something… but not exactly what I want. When I scan tag it will automaticly show on screen my dashboard or any entitis but not just value but info with graph…