☑Kizspy.me
Zoom
4. (1.5 points) If the login is successful with a Manager or Staff role, display a list of all items from the
Inventory table along with the Name of the Plant from the Plant table.
5. (1.5 point) If the login is successful with a Manager role, allow searching for inventory items by Supplier or
Plant Name using a relative search. The results must be grouped by Supplier.
6. (1.0 point) If the login is successful with a Manager role, delete the selected item after confirmation, and
then update the list of items.
7. (2.0 points) If the login is successful with a Manager role, add a new item with the following requirements:
The PlantID/Name will come from the Plant table (you can use ComboBox UI control)
All fields are required.
ArrivalDate must be a valid date (typically not in the future).
Supplier must be between 20 and 100 characters. Each word in Supplier must start with a capital letter
or a digit (1-9). Supplier cannot contain special characters such as $,%,^, @
8. (1.5 points) If the login is successful with a Manager role, update an existing item.
You can use a different Window/Page or the data grid view for this update function (update by
InventoryID).
+ 80%
Close