In the rows I have the day entity. In column 1 the possibility to enter a number of new hires and in column 2 the end date for the new hires. The date on which I enter the new hires should represent the start date. In a procedure, the number of new hires should now be written to the days from the start date to the end date. If no end date is entered, the new hires should continue until the end of the database period or selected period. Another issue is that there can be multiple new hires on different days and the periods can overlap. Does anyone have a good idea of the easiest way to implement this or do I have to do this via an additional entity with positions (alternative approach)?
Thank you very much in advance!
Niklas