✏️ 正在编辑: ranking-desempenho-comercial.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/index/ranking-desempenho-comercial.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2>Ranking Desempenho Comercial</h2> <div class="container-box" style="height: 350px"> <div class="container-box"> <table> <tbody> <?php $cont = 1; $totalProducaoDiaria = $totalProducaoMensal = $totalProjecaoFinal = $totalMeta = 0; ?> <?php if(count($this->ranking_desempenho_comercial) > 0): foreach ( $this->ranking_desempenho_comercial as $gerente => $registro ): ?> <tr class="<?php echo $this->desempenhoComercialMeta($registro); ?>"> <td><?php echo $cont++ . " – " . $gerente; ?> <?php echo Yuppie_Auth::getIdentity()->nome == $gerente ? "<i class='glyphicon-reg glyphicon-reg-user' title='Usuário Logado'></i>" : null ?></td> <td class="valor"><span>R$</span> <?php echo number_format($registro['projecao_final_mes'], 2, ',', '.'); ?></td> </tr> <?php endforeach; endif; ?> </tbody> <tfoot> <tr> <td>Total: <?php echo count($this->ranking_desempenho_comercial); ?></td> <td></td> </tr> </tfoot> </table> </div> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器