Hello Dear Mr babyrus
I appreciate to know your idea about following questions:
1- There is date on the table which is in real work allocation. It is consisted of 2 parts. first: date (the day: for example 06,07,08,09,10,11,12) and day name ([mo],[thu], ...).
A. Where is the related code of the shown dates (for example 06,07,08,09,10,11,12) over there?
I don't understand what part your're dealing with. Scrteen ? Table ?
Please explain.
in /model/ImputationLine.php
function drawLines()
In /model/ImputationLine.php: line 615= there is a variable which is called "'colWeekday". Where is it defined? I could not find the related file.
Thanks
Use a good IDE, you'll easily find it 👿
For instance with Eclise PDT, CTRL+H will search on all code...
colWeekDay is not a variable, it is a string, concatenated with day number (1 to 7) and used in i18n to get day name.
It really helped.
Thank you very much Mr babyrus.
