|
|
|
@ -463,6 +463,7 @@ class DashboardBoDController extends Controller
|
|
|
|
|
/* $project->header = Activity::where('proyek_id', $project->id)->where('version_gantt_id', $lastGantt['last_gantt_id'])->whereNull('parent_id')->first(); */ |
|
|
|
|
$project->scurve = $this->getSCurve($project->id); |
|
|
|
|
$project->manPowers = UserToVersionGantt::where('version_gantt_id', $lastGantt['last_gantt_id'])->count(); |
|
|
|
|
$project->lastGanttId = $this->getLatestGantt($project->id); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return response()->json([ |
|
|
|
|