A
|
abhijit2020 author 6/21/2022 |
Following is the solution to my requirement. Fernando helped me in resolving this issue. Thank you, Fernando. There are many examples in his site (https://fhumanes.com/blog/gestor-de-proyectos/) that you may find relevent to your projects. Add a column, "available" (data type: INT) in rc_resources table. Modify the List event page, "List page: Before Process" of "Resource Calender": Extract (arround line 219, in my case): Add an if clause in the while loop as below. You would be able to hide/unhide a resource from the calendar. $posGroup = array(); } <---- Add this to close the if loop global $locale_info; |