| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/erp/ui/theme/lrsys/ |
Upload File : |
<div class="table-responsive m-t">
<table class="table invoice-table" id="especification_payment">
<thead>
<tr data-row='fixed'>
<th class='middle' width="50px">{$_L['N']}</th>
<th class="col-xs-1">{$_L['Days']}</th>
<th class='col-xs-2' >{$_L['Date']}</th>
<th class='col-xs-2' >{$_L['Price']}</th>
<th class='col-xs-2 hide' >{$_L['Payment Method Invoice']}</th>
<th class='col-xs-2 multiplas {if $mtdopgto>=0}hide{/if}' >{$_L['Payment Method Invoice']}</th>
<th class='col-xs-2 multiplas {if $mtdopgto>=0}hide{/if}' >{$_L['Details']}</th>
<th class='middle'>{$_L['Obs']}</th>
</tr>
</thead>
<tbody>
{foreach $divided as $div}
<tr data-row='{if $rowDivided==0}fixed{/if}'>
<td>
{$rowDivided+1}
</td>
<td>
<input type="number" data-row='{$rowDivided}' class="form-control days" id='days_{$rowDivided}' name="days[]" value="{$div["days"]}"></td>
<td>
<input type="text" data-row='{$rowDivided}' class="form-control datepicker due_date_especification_payment" id="duedate_{$rowDivided}" name="duedate[]" data-date-format="{$_c['formatDate']}" data-auto-close="true" value="{date( $_c['df'], strtotime($div['date']))}">
</td>
<td>
<input type="text" class="form-control divided_price amount" id="price_{$rowDivided}" name="price[]" data-fixed="0" data-value="{$divid_price}" value="{$divid_price}">
</td>
<td class="multiplas {if $mtdopgto>=0}hide{/if}">
<div class="input-group">
<select id="mtdopgto_{$rowDivided}" name="mtdopgto_{$rowDivided}" class="form-control mtdopgto_condition" data-row='{$rowDivided}'>
<option value="0">{$_L['None']}</option>
{foreach $payment_methods as $pmethod}
<option value="{$pmethod['id']}">{$pmethod['name']}</option>
{/foreach}
</select>
<span class="input-group-addon after" style="border:none">
<a href="#" class="hide edit_check_data" data-row='{$rowDivided}' id="icon_cheque_{$rowDivided}"><i class="fa fa-list-alt "></i></a>
</span>
</div>
<input type="hidden" name="check_name_{$rowDivided}" id="check_name_{$rowDivided}">
<input type="hidden" name="check_kind_of_person_{$rowDivided}" id="check_kind_of_person_{$rowDivided}">
<input type="hidden" name="check_cpf_cnpj_{$rowDivided}" id="check_cpf_cnpj_{$rowDivided}">
<input type="hidden" name="check_code1_{$rowDivided}" id="check_code1_{$rowDivided}">
<input type="hidden" name="check_code2_{$rowDivided}" id="check_code2_{$rowDivided}">
<input type="hidden" name="check_code3_{$rowDivided}" id="check_code3_{$rowDivided}">
<input type="hidden" name="check_edited_{$rowDivided}" id="check_edited_{$rowDivided}" value="0">
</td>
<td class="multiplas {if $mtdopgto>=0}hide{/if}">
<div class="col-xs-12">
<select id="destiny_payment_account_{$rowDivided}" name="destiny_payment_account_{$rowDivided}" data-row="{$rowDivided}" class="form-control destiny_payment_account_condition">
</select>
<small>{$_L['Destiny Account']}</small>
</div>
</td>
<td><input type="text" title="" value="" class="form-control" id="obs_{$rowDivided++}" name="obs[]">
</td>
</tr>
{/foreach}
<input type="hidden" id="row_especification_payment" value="{$rowDivided}">
</tbody>
</table>
</div>