{% set bill = constant('\\Alsuite\\ProjectBundle\\Entity\\Tactic::BILL') %} {% set purchase = constant('\\Alsuite\\ProjectBundle\\Entity\\Tactic::PURCHASE') %}
{{ target.getDetail() }} | {#
{% if target.getCategory() is not null %}
{{ target.getCategory().getName() }}
{% endif %} {% if target.getSubCategory() is not null %} {{ target.getSubCategory().getName() }} {% endif %} | #}
{% if target.getOutput() is not null %} {{ target.getOutput().getProject().getName() }} {% else %} {{ target.getProject().getName() }} {% endif %} |
{{ target.getWorkPlan().getOrganizationCurrency() }} {{ target.getBudget()|number_format(2, '.', ',') }} {{ target.getWorkPlan().getOrganizationCurrency() }} {{ (target.getBudget() - target.getAmountSpent())|number_format(2, '.', ',') }} |