I need to build an app that will manage the activities of specific people.
Once a day , each user will fill in the application how many orders and invoices resolve in a day. Everything seems simple to do, except for the part that must be retained where the total value from the previous day, which must be added to the current record. To exemplify I have attached what the application should look like.
The calculation formulas are as follows: Total in is the sum of the remaining orders from the previous day plus the orders entered today (Total in = Remaining from yesterday + In) . Initial Remaining from yesterday is zero. Remaining has the calculation formula Total In-Solved.
I don't know how to manage the value from the previous day (remaining from yesterday). Remaining from yesterday will be an read only field.
I have to use the value of Remaining in the next day's record Remaining from yesterday . Practically the field Remaining from yesterday will have the value of field Remaining from previous record of user.
Thank you
Hope someone will understand
Each type of activity is managed separately (invoices, orders, etc.)