✏️ 正在编辑: producao-sintetico.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/relatorio/producao-sintetico.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Relatório Produção Sintético</h1> <div id="filter"> <?php echo $this->form; ?> </div> <div class="progress"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"> </div> </div> <div id="columns_selected"> <fieldset> <legend>Selecione as colunas para exibição</legend> <dl> <dd><input type="checkbox" id="select_column1" name="select_column1" value="1" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column1">ID</label></dt> <dd><input type="checkbox" id="select_column2" name="select_column2" value="2" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column2">Corretor</label></dt> <dd><input type="checkbox" id="select_column3" name="select_column3" value="3" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column3">Total Contratos</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column4" value="4" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column4">Total Tabelas</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column5" value="5" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column5">Total Líquido</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column6" value="6" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column6">Total Bruto</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column7" value="7" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column7">Total Base Comissão</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column8" value="8" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column8">Total Comissão</label></dt> </dl> </fieldset> <div class="clear"></div> </div> <div id="view-content"> <table summary="RelProducao" class="relatorio" id="sortedTable"> <thead> <tr class="top_list"> <th>ID</th> <th>Corretor</th> <th>Total Contratos</th> <th>Total Tabelas</th> <th>Total Líquido</th> <th>Total Bruto</th> <th>Total Base comissão</th> <?php if(Yuppie_Auth::getIdentity()->tipo_acesso == 0): ?> <th>Total Empresa</th> <?php endif; ?> <th>Total Corretor</th> <?php if(Yuppie_Auth::getIdentity()->tipo_acesso == 0): ?> <th>Total Diferença</th> <?php endif; ?> </tr> </thead> <tbody> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器