{% extends '::base.html.twig' %} {% block stylesheets %} {% endblock %} {% block titulo %} - {{ proyectos.proyecto }} - {{ modulo.modulo }} {% endblock %} {% block menuTop %} {% endblock %} {% block dashboard %}
CRG | Deal Description | {{'PROYECTO' | trans}} | Owner | BU | PA | Comm | UM% | Total Ub {{ "now"|date("M") }} | Pending Ub {{ "now"|date("M") }} | {% for m in months_data %}NS {{ m.value }} | UM {{ m.value }} | Billing {{ m.value }} | {% endfor %}NS Q | UM Q | Inv Q |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.crg }} | {% if item.deal_description == '2.02E+13' or item.deal_description == '#' %} Not Available {% else %} {{ item.deal_description }} {% endif %} | {{ item.person_responsible }} | {{ item.business_unit }} | {{ item.product_area }} | {{ item.fire_commodity }} | {{ item.um }} | {{ item.total_ub }} | {{ item.pending_ub }} | {% set netsales = 0 %} {% set umargin = 0 %} {% set billing = 0 %} {% for m in months_data %} {% set netsales = netsales + item[m.net_sales] %} {% set umargin = umargin + item[m.umargin] %} {% set billing = billing + item[m.billing] %}{{ item[m.net_sales] }} | {{ item[m.umargin] }} | {{ item[m.billing] }} | {% endfor %}{{ netsales }} | {{ umargin }} | {{ billing }} |