✏️ 正在编辑: recibo-protocolo-pagamento.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/financeiro/recibo-protocolo-pagamento.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<div id="impressao-recibo-protocolo"> <h1 class="tit_recibo">RECIBO</h1> <hr /> <p style="text-align: justify; margin-top: 25px; text-indent: 25px;"> RECEBI A QUANTIA DE R$ <?php echo number_format($this->totalRecibo, 2, ',', '.'); ?> REFERENTE AO PAGAMENTO DE PRESTAÇÃO DE SERVIÇOS DE VENDAS, DESCRITO NO PROTOCOLO DE PAGAMENTO Nº <?php echo $this->protocolo['id']; ?> EM <?php setlocale(LC_TIME, 'pt_PT.utf8','bra'); echo strtoupper(ucfirst(strftime('%e de %B de %Y', strtotime($this->protocolo['data_baixa'])))); ?>. DECLARO, AINDA, QUE NÃO TRABALHO COM EXCLUSIVIDADE PESSOAL PARA A EMPRESA E QUE NÃO TENHO VÍNCULO EMPREGATÍCIO COM A MESMA, ESTANDO LIVRE, NA CONDIÇÃO DE VENDEDOR AUTÔNOMO, AVULSO OU FREE LANCE, PARA CONTINUAR VENDENDO, AO MESMO TEMPO, PRODUTOS DE OUTRAS EMPRESAS, ATÉ MESMO CONCORRENTES, PELO QUE DOU PLENA, TOTAL, GERAL E IRREVOGÁVEL QUITAÇÃO. </p> <div style="text-align: center; padding: 80px 0 20px 0;"> <hr style=" width: 350px; display: inline-block;"> <p style="margin:5px 0;"><?php echo $this->corretor['titular'] ? $this->corretor['titular'] : $this->corretor['nome'] ?></p> <p style="margin:5px 0;"><?php echo String_Refatorar::resetCpf($this->corretor['cpf_titular']) ? String_Refatorar::resetCpf($this->corretor['cpf_titular']) : String_Refatorar::resetCpf($this->corretor['cpf']) ?></p> </div> </div>
💾 保存文件
← 返回文件管理器