we have a warehouse with many different product types, each inside its own container. I will put a different NFC tag in front of each container and everyone will have to scan the corresponding tag before taking any product from its container using their own mobile phone. My idea is to manually record initial counts of how many objects of each type are present in the warehouse and then, each time someone takes an object away and scans the corresponding NFC tag, to decrement the corresponding object type counter by one, to always have an updated count of our warehouse. How can I accomplish that? I need every worker to be able to scan the NFC tag using their own smartphone.
As a possible solution, I thought about configuring all smartphones to send an email with a specific code each time the corresponding NFC tag is scanned, and then use some automated system to decrease counters each time an email with a relevant code inside its content or subject is received, but I don’t know which could be the best way to accomplish that.




