Warning: Use of undefined constant ParWin - assumed 'ParWin' (this will throw an Error in a future version of PHP) in /var/www/html/ProjectManagement/LaborByUser.php on line 23

Warning: Use of undefined constant GParWin - assumed 'GParWin' (this will throw an Error in a future version of PHP) in /var/www/html/ProjectManagement/LaborByUser.php on line 24
     Labor Allocation by User

Pending Completed All


ExecuteSQLit sql=
create temporary table tmpa as select IssueId, IssueTitle, substring(StartDate,1,10) as Sdate, substring(EndDate,1,10) as Edate, LevelOfEffort, AssignedDisplayName from IssuesView where ProjectId='0' and MilestoneName<>'completed' and issueid not in (select primaryissueid from RelatedIssues where RelationType=0)

Table 'WordNote.RelatedIssues' doesn't exist