{% extends "base.html.twig" %} {% block newStyles %} {% endblock %} {% block title "Manage Project" %} {% block content %}
Period | {{ project.getStartsOn|date(date_format) ~ ' to ' ~ project.getEndsOn|date(date_format) }} |
---|
Output | Weight | {#Progress % | #}|
---|---|---|---|
{{ output.output }} | {{ output.weight }} | {#{{ output.progress|round|number_format(0) }} | #}|
No outputs have been created under this outcome yet. | |||
Overall | {{ outcome.sumOfOutputWeights() }} | {# | {{ progress|round|number_format(0) }} | #}
Description | |
---|---|
{{ outcome.outcome }} | View |
Name | Tracked | Weight | Baseline | Target | {#Achieved | Rate % | #}
---|---|---|---|---|---|---|
{{ ind.details }} | {{ ind.getTrackingTypeLabel() }} | {{ ind.weight }} | {{ ind.baseline }} | {{ ind.target }} | {#{{ ind.getLatestScore()|round|number_format(0) }} | {{ ind.achievedPercent|round|number_format(0) }} | #}
There are no indicators under this output currently. | ||||||
Overall | {{ output.sumOfIndicatorWeights() }} | {# progress|round|number_format(0) #} |
Outcome | Output | Weight | Period | |
---|---|---|---|---|
{{ outcome.outcome }} | {{ output.output }} | {{ output.weight }} | View |
Is Tracked | {{ indicator.getTrackingTypeLabel() }} |
---|---|
Weight | {{ [indicator.weight, '%']|join }} |
Baseline | {{ indicator.baseline }} |
Target | {{ indicator.target }} |
Achieved | {{ indicator.getLatestScore() }}{% if indicator.isTrackedQualitatively() %}%{% endif %} |
Achieved % | {% if indicator.target is not null or indicator.target != 0 %} {{ ((indicator.getLatestScore()/indicator.getTarget())*100)|round|number_format(0) ~ '%' }} {% else %} 0 {% endif %} |
Value | Date | Details | Options |
---|---|---|---|
{{ indicator.isTrackedQualitatively() ? prg.getWeightContributed() : prg.getQtyAchieved() }} | {% if prg.AchievedOn is not null %} {{ prg.getAchievedOn()|date(date_format) }} {% endif %} | {{ prg.getDetails()|raw }} | {% if indicator.isTrackedQualitatively() %} Edit {% else %} Edit {% endif %} Delete {{ include('AlsuiteProjectBundle:OutputIndicatorProgress:del.html.twig', {'id': pid, 'action': 'Delete', 'object': 'Progress Record', 'modal': 'indprgdel', 'route': path('ind_progress_del', {'progress': pid, 'type': 1})}) }} |
There are no progress records currenlty. |
Output | Name | Tracked | Weight | Baseline | Target | |
---|---|---|---|---|---|---|
{{ output.output }} | {{ ind.details }} | {{ ind.getTrackingTypeLabel() }} | {{ ind.weight }} | {{ ind.baseline }} | {{ ind.target }} | View |