litzvi / avc-beta

trying to build first demo for avc
0 stars 0 forks source link

Reports -> Productions add info #585

Closed litzvi closed 2 years ago

litzvi commented 2 years ago

David asked.. start time, end time, down time, labor, process name -> production line

litzvi commented 2 years ago

490432dee60d1053491c

litzvi commented 2 years ago

I added to process row production line, start time, end time, down time, num of workers. duration will be down time, I'll change the name later. put production line instead of process name.

ONLY IN Reports -> Productions, NOT IN PRODUCTION REPORTS.

mei309 commented 2 years ago

we need to take care of the details first we dont have a duration input. i will suggest soon a few options

litzvi commented 2 years ago

leave the duration for after the upload. we will change it to down time

mei309 commented 2 years ago

leave the duration for after the upload. we will change it to down time

just so you know down time isnt the correct word. it means the stopped time

mei309 commented 2 years ago

and i left for now the process name because all production lines are empty

litzvi commented 2 years ago

I changed duration to downtime. so try to let them put it in and then show in productions. run this on your dump ALTER TABLE processes RENAME COLUMN duration TO downtime;

litzvi commented 2 years ago

if you prefer 'interruption' over downtime let me know

mei309 commented 2 years ago

we talked once about start time and end time that we need the actual times and therefor we should change it to choosing date and time for the start and the end and then the duration will be from that therefor im suggesting a picker like i added

mei309 commented 2 years ago

if you prefer 'interruption' over downtime let me know

i dont really care about the name but according to google downtime is the time a machine was broken

mei309 commented 2 years ago

Screenshot (4)

litzvi commented 2 years ago

So let's speak about it again. I only remember saying it should be a local date (without a time and offset). But leaving out the time they will lose the flexibility to search within a date. The problem with the way you are suggesting that it forces them to choose it. maybe let them choose only date and use the end time (or 00:00 by default)

litzvi commented 2 years ago

about this date and time range. It's nice, but I don't like that you need to scroll for the time. not suitable for a computer, typing in the time is way better. btw, the start and end time fields are very convenient. I just filled some data last week and liked it.

mei309 commented 2 years ago

for now this is ok if we need to change it will be a new issue