Hello,
I am looking for the code which generates the "Reports=>Planning=>monthly planning resource/project/activity".
Can you please tell me which file(s) have this code ?
Thank you in advance.
/report/detailPlan.php
This report uses tables "work" and "plannedwork"
Thank you.
And do you have a variable in the file which show the result on the web ?
Sorry, I don't understand your request.
Actually, I wanted to know if there is a variable for this result in the report.
I saw the variable called $lineSum but it doesn't seem to be the good one.
I am looking for the variable who add each "work" per day and give us the total of assigned work for the day.
I don't know if it is clear now.
the $lineSum is not a DB field.
It is caculated in php script from sum of work.work and plannewwork.work for given resource and day.