009 reports
This commit is contained in:
@@ -195,6 +195,7 @@
|
||||
,a.agreement
|
||||
,a.dt_agreement
|
||||
,a.is_actual
|
||||
,a.probability_perc
|
||||
from specification_item_version siv
|
||||
left join specification_item i on (siv.specification_item_uid=i.specification_item_uid)
|
||||
left join specification s on (i.specification_id=s.specification_id)
|
||||
@@ -225,6 +226,7 @@
|
||||
<th>Соглашение</th>
|
||||
<th>Дата соглашения</th>
|
||||
<th>Согл. действ.</th>
|
||||
<th>Вер-ть%</th>
|
||||
<th>Дата с</th>
|
||||
<th>Дата по</th>
|
||||
<th>Услуга (для печати)</th>
|
||||
@@ -245,6 +247,7 @@
|
||||
<td>#agreement#</td>
|
||||
<td class="c">#dateFormat(dt_agreement,'DD.MM.YYYY')#</td>
|
||||
<td class="c"><cfif is_actual GT 0><img src="img/ok.png"/></cfif></td>
|
||||
<td class="c">#probability_perc#</td>
|
||||
<td class="c">#dateFormat(dt_from, 'DD.MM.YYYY')#</td>
|
||||
<td class="c">#dateFormat(dt_to, 'DD.MM.YYYY')#</td>
|
||||
<td>#specification_item_version#</td>
|
||||
|
||||
Reference in New Issue
Block a user