Hello Dear Mr babynus;
I appreciate if you help me with the following considerations:
1. I want to add a button in the place which we make an activity. Where is the related source code.
2. I want to add some reports. Where is the related source code.
Thank you very much
1) in objectButton.php
2) Need to create report in table report, then report parameters in table reportparameter, the corresponding report file in /report
This king of button is designed in drawSpecificItem()
For instance have a look at this fnction in /model/WorkElement.php
Dear Mr babynus
Thank you for your reply Sir. My question refers to the place where this button is supposed to be located. I know how to make a button, but i do not know which file refers to the part i signed in the attached file.
thank you very much.
It is really done in drawSpecificItem($item)
You need to have a field $_spe_yourItem in fields list, where you want to place it.
Then in drawSpecificItem($item), test if ($item='yourItem') and generate html objects you need.
Really, have a look at this fnction in /model/WorkElement.php, you should understand better.
