Hello Community , Now I am working on Machine Daily Routine
I got 17 Machines in the factory which assigned differently work each day from customer order
My routine is that
- In the morning , my supervisor need to input Machine Assignment
Ex : Machine 1 - Product ( Apple)
Machine 2 - Product ( Banana)
In this part , some machine might produce same product sometimes and some machine broken , so I use multiple component and counts which work great - In the end of the day , I want my worker to put total amount of works for each Machine
Ex. Machine 1 : Product(Apple ) - 50 pcs ( 8 Hour) - 6.25 pcs / hr
Machine 2 : Product ( Banana) - 80 pcs ( 8 Hr) - 10/hr
Something like this
What’s the best way to design the tables and set up page in Glide ?
Should I make 2 different table and use relation between Date each tabel? Still can’t figure it out