
Hi Everyone,
We are working on "Breakfast Management" APP using PowerApps platform. Basically, we have divided this APP into two modules using CANVAS APP.
1) Admin - Can able to add menu against menu period and can able to see the count of Menu opt. by employees.
2) Employee - Can opt for menu for each day, by canvas APP.
Below are some details of custom entities
1) Menu-period - This contains start and end date of week.
2) Menu - This contains menu item for day of added Menu periods. [Menu periods will be lookup in this entity]
3) Employee - This contain information of employees.
4) Employee-breakfast - This contains the employees who opt. for menu items.
We have almost covered the Admin part, but facing difficult in Employee part.
- In Employee section, we have provided login screen where employee will enter Emp code and after that he will navigate to Menu screen. [This has been done]
- On menu screen, we have shown the menu list using grid view for week [i.e 7 menu item will be displayed on screen]. [This has been done]
- On Menu screen, We want an checkbox or options as 'Yes' or 'No' for each menu item and employee can select the option and submit the request to admin. This information will be store in Employee-breakfast table. [Need some suggestion how to implement this.]
Could you please suggest on this.
Thanks