I add a new supplier, which supplies ginger, and there is already a current supplier supplying Ginger.
When i added a supply item of my new supplier, ginger was added to my supplyItem list, although Ginger as a supplyItem from the previous supplier already exists in the list.
I would expect the app to flag this out as a duplicate item, something like
This supplyItem from a different supplier already exists in inventory. Currently this checking is case sensitive, although I think it should not be, as ginger and Ginger are the same supplyItem.
I add a new supplier, which supplies ginger, and there is already a current supplier supplying Ginger.
When i added a supply item of my new supplier, ginger was added to my supplyItem list, although Ginger as a supplyItem from the previous supplier already exists in the list.
I would expect the app to flag this out as a duplicate item, something like
This supplyItem from a different supplier already exists in inventory
. Currently this checking is case sensitive, although I think it should not be, as ginger and Ginger are the same supplyItem.