AnonSec Shell
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/public_html/lrsys_apps/leve/ui/theme/lrsys/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/leve/ui/theme/lrsys/quote-edit.tpl
{include file="sections/header.tpl"}
<div class="row">
    <div class="col-lg-12">
        <div class="ibox float-e-margins">
            <div class="ibox-title">
                <h5>
                    {$_L['quote_alias']}
                </h5>

            </div>
            <div class="ibox-content" id="ibox_form">
                <form id="invform" method="post">
                    <div class="ibox-content">
                        <div class="row">
                            <div class="alert alert-danger" id="emsg">
                                <span id="emsgbody"></span>
                            </div>
                            <div class="col-md-12">
                                <div class="form-group">
                                    <label for="subject">{$_L['Subject']}</label>
                                    <input type="text" class="form-control" name="subject" id="subject" value="{$d['subject']}">
                                </div>
                                <hr>
                            </div>
                        </div>

                        <div class="row">


                            <div class="col-md-6">
                                <div class="form-horizontal">





                                    <div class="form-group">
                                        <label for="cid" class="col-sm-4 control-label">{$_L['Customer']}</label>

                                        <div class="col-sm-8">
                                            <select id="cid" name="cid" class="form-control">
                                                <option value="">{$_L['Select Contact']}...</option>
                                                {foreach $c as $cs}
                                                    <option value="{$cs['id']}"
                                                            {if $i['account'] eq $cs['account']}selected="selected" {/if}>{$cs['account']} {if $cs['email'] neq ''}- {$cs['email']}{/if}</option>
                                                {/foreach}

                                            </select>
                                            <span class="help-block"><a href="#"
                                                                        id="contact_add">| {$_L['Or Add New Customer']}</a> </span>
                                        </div>
                                    </div>

                                    {$extra_fields}

                                    <div class="form-group">
                                        <label for="inputPassword3"
                                               class="col-sm-4 control-label">{$_L['Address']}</label>

                                        <div class="col-sm-8">
                                            <textarea id="address" readonly class="form-control" rows="5"></textarea>
                                        </div>
                                    </div>

                                    <div class="form-group">
                                        <label for="invoicenum"
                                               class="col-sm-4 control-label">{$_L['Quote Prefix']}</label>

                                        <div class="col-sm-4">
                                            <input type="text" class="form-control" id="invoicenum" name="invoicenum" value="{$d['invoicenum']}">

                                        </div>
                                    </div>

                                    <div class="form-group">
                                        <label for="cn"
                                               class="col-sm-4 control-label">{$_L['Quote']} #</label>

                                        <div class="col-sm-8">
                                            <input type="text" class="form-control" id="cn" name="cn" value="{$d['cn']}">
                                            <span class="help-block">{$_L['quote_number_help']}</span>
                                        </div>
                                    </div>


                                </div>
                            </div>

                            <div class="col-md-6">
                                <div class="form-horizontal">
                                    <div class="form-group">
                                        <label for="inputEmail3"
                                               class="col-sm-4 control-label">{$_L['Date Created']}</label>

                                        <div class="col-sm-8">
                                            <input type="text" class="form-control" id="idate" name="idate" datepicker
                                                   data-date-format="yyyy-mm-dd" data-auto-close="true"
                                                   value="{$d['datecreated']}">
                                        </div>
                                    </div>

                                    <div class="form-group">
                                        <label for="edate"
                                               class="col-sm-4 control-label">{$_L['Expiry Date']}</label>

                                        <div class="col-sm-8">
                                            <input type="text" class="form-control" id="edate" name="edate" datepicker
                                                   data-date-format="yyyy-mm-dd" data-auto-close="true"
                                                   value="{$d['validuntil']}">
                                        </div>
                                    </div>

                                    <div class="form-group">
                                        <label for="stage"
                                               class="col-sm-4 control-label">{$_L['Stage']}</label>

                                        <div class="col-sm-8">
                                            <select class="form-control" name="stage" id="stage">
                                                <option value="Draft" {if $d['stage'] eq 'Draft'}selected{/if}>{$_L['Draft']}</option>
                                                <option value="Delivered" {if $d['stage'] eq 'Delivered'}selected{/if}>{$_L['Delivered']}</option>
                                                <option value="Accepted" {if $d['stage'] eq 'Accepted'}selected{/if}>{$_L['Accepted']}</option>
                                                <option value="Lost" {if $d['stage'] eq 'Lost'}selected{/if}>{$_L['Lost']}</option>
                                                <option value="Dead" {if $d['stage'] eq 'Dead'}selected{/if}>{$_L['Dead']}</option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="form-group">
                                        <label for="tid" class="col-sm-4 control-label">{$_L['Sales TAX']}</label>

                                        <div class="col-sm-8">
                                            <select id="tid" name="tid" class="form-control">
                                                <option value="">None</option>
                                                {foreach $t as $ts}
                                                    <option value="{$ts['id']}"
                                                            {if $ts['name'] eq $i['taxname']}selected="selected" {/if} >{$ts['name']}
                                                        ({{number_format($ts['rate'],2,$_c['dec_point'],$_c['thousands_sep'])}}
                                                        %)
                                                    </option>
                                                {/foreach}
                                                {foreach $t as $ts}
                                                    <input type="hidden" value="{$ts['rate']}" id="tx_{$ts['id']}">
                                                {/foreach}
                                            </select>
                                            <input type="hidden" id="stax" name="stax" value="{$i['taxrate']}">
                                            <input type="hidden" id="discount_amount" name="discount_amount"
                                                   value="{$i['discount_value']}">
                                            <input type="hidden" id="discount_type" name="discount_type"
                                                   value="{$i['discount_type']}">
                                        </div>
                                    </div>

                                    <div class="form-group">
                                        <label for="mtdopgto" class="col-sm-4 control-label">{$_L['Payment Method Invoice']}</label>
                                        <div class="col-sm-8">
                                            <select id="mtdopgto" name="mtdopgto" class="form-control">
                                                <option value="0">{$_L['None']}</option>
                                                <option value="1" {if 1 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice0']}</option>
                                                <option value="2" {if 2 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice1']}</option>
                                                <option value="3" {if 3 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice2']}</option>
                                                <option value="4" {if 4 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice3']}</option>
                                                <option value="5" {if 5 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice4']}</option>
                                                <option value="6" {if 6 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice5']}</option>
                                                <option value="7" {if 7 eq $i['paymentmethod']}selected="selected" {/if}>{$_L['Payment Method Invoice6']}</option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="form-group">
                                        <label for="cdtpgto" class="col-sm-4 control-label">{$_L['Payment Condition Invoice']}</label>
                                        <div class="col-sm-8">
                                            <select id="cdtpgto" name="cdtpgto" class="form-control">
                                                <option value="0">{$_L['None']}</option>
                                                <option value="1" {if 1 eq $i['paymentcondition']}selected="selected" {/if}>{$_L['Payment Condition Invoice0']}</option>
                                                <option value="2" {if 2 eq $i['paymentcondition']}selected="selected" {/if}>{$_L['Payment Condition Invoice1']}</option>
                                                <option value="3" {if 3 eq $i['paymentcondition']}selected="selected" {/if}>{$_L['Payment Condition Invoice2']}</option>
                                            </select>
                                        </div>
                                    </div>
                                    
                                    <div class="form-group">
                                        <label for="add_discount"
                                               class="col-sm-4 control-label">{$_L['Discount']}</label>

                                        <div class="col-sm-8">

                                            <a href="#" id="add_discount" class="btn btn-info btn-xs"
                                               style="margin-top: 5px;"><i
                                                        class="fa fa-minus-circle"></i> {$_L['Set Discount']}</a>
                                        </div>
                                    </div>


                                </div>
                            </div>

                        </div>

                        <div class="row">
                            <div class="col-md-12">
                                <hr>
                                <div class="form-group">
                                    <label for="proposal_text">{$_L['Proposal Text']}</label>
                                    <textarea class="form-control" id="proposal_text" name="proposal_text" rows="6">{$d['proposal']}</textarea>
                                    <span class="help-block">{$_L['quote_help_top']}</span>
                                </div>
                                <hr>
                            </div>
                        </div>



                    <div class="table-responsive m-t">
                        <table class="table invoice-table" id="invoice_items">
                            <thead>
                            <tr>
                                <th class='middle' width="5px">#</th>
                                <th class='middle' width="50px">{$_L['Item Code']}</th>
                                <th width="100px">{$_L['Image']}</th>
                                <th width="">{$_L['Item Name']}</th>
                                <th width="130">{$_L['Qty']}</th>
                                <th width="120">{$_L['Price']}</th>
                                <th width="160">{$_L['Total']}</th>
                            </tr>
                            </thead>
                            <tbody>
                            {foreach $items as $item}
                                {$id = $item['sys_item_id']}
                                  {foreach $itensUnit as $itn}
                                    {if $itn['id'] == $id}
                                        {foreach $undades as $und}
                                            {if $und['id'] == $itn['unit_id']}
                                                {$unid = $und['initials']}
                                                {$valInt = $und['value_int']}
                                            {/if}
                                        {/foreach}
                                    {/if}
                                  {/foreach}
                                <tr>
                                    <td class="middle"><input type="checkbox" class="si"></td>
                                    <td class="middle"><input type="hidden" name="item_id[]" value="{$id}" class="idItenBusc"><input type="hidden" value="{$unid}" id="unit_itm{$id}"><input type="hidden" value="{$valInt}" id="dec_itn{$id}">
                                    <input type="hidden" value="{$id}_{number_format($item['total'],2,$_c['dec_point'],$_c['thousands_sep'])}_{number_format($i['taxrate'],2,$_c['dec_point'],$_c['thousands_sep'])}_{number_format($item['qty'],3,$_c['dec_point'],$_c['thousands_sep'])}_{$unid}_{$valInt}" class="valrs_edit">{$item['sys_item_id']}
                                    </td>
                                    <td><img width="100" style="max-height:100px" src="{$item['image']}"/></td>
                                    <td class="middle"><input type="text" value="{$item['description']}" class="form-control itm_nm_ftura" id="i_{$id}" name="desc[]" readonly></td>
                                    <td class="middle"><input type="text" class="form-control qtyl qtyVal{$id}" value="{$item['qty']}" name="qty[]" id="{$id}"><input type="hidden" value="{$item['qty']}" name="qtdBe[]" id="qtdBe{$id}"></td>
                                    <td class="middle"><input type="text" class="form-control item_price{$id} am" name="amount[]" value="{{number_format($item['amount'],2,$_c['dec_point'],$_c['thousands_sep'])}}" readonly></td>
                                    <td class="ltotal middle"><input type="text" class="form-control lvtotal lvtotal{$id} am" readonly value="{{number_format($item['total'],2,$_c['dec_point'],$_c['thousands_sep'])}}"></td>
                                </tr>
                            {/foreach}

                            <!-- '<tr><td><input type="hidden" name="item_id[]" value="'+item_id+'" class="idItenBusc"><input type="hidden" value="'+item_sifr+'" id="unit_itm'+rowNum+'">' +  item_code + '</td> <td><input type="text" value="' + item_name + '" class="form-control itm_nm_ftura" id="i_' + rowNum + '" name="desc[]" readonly></td> <td><input type="text" class="form-control qtyl qtyVal'+rowNum+'" value="1'+ind_decimal+'00" name="qty[]" id="'+rowNum+'"></td> <td><input type="text" class="form-control item_price'+rowNum+' am" name="amount[]" value="' + item_price + '" data-a-sign=" CHF" readonly></td> <td class="ltotal"><input type="text" class="form-control lvtotal lvtotal'+rowNum+' am" readonly value="' + item_price + '"></td></tr>' -->

                            {*  ======   <td> <select class="form-control taxed" name="taxed[]"> <option value="Yes" {if $item['taxed'] eq '1'}selected{/if}>Yes</option> <option value="No" {if $item['taxed'] eq '0'}selected{/if}>No</option></select></td>*}
                            {*<tr>*}
                            {*<td>PS 1000</td>*}
                            {*<td><div><strong>Angular JS &amp; Node JS Application</strong></div></td>*}
                            {*<td>*}
                            {*<textarea class="form-control" rows="3"></textarea></td>*}
                            {*<td><input type="text" class="form-control" placeholder="Text input"></td>*}
                            {*<td><input type="text" class="form-control" placeholder="Text input"></td>*}
                            {*<td><input type="text" class="form-control" placeholder="Text input"></td>*}
                            {*<td>$1033.20</td>*}
                            {*<td>Yes</td>*}
                            {*</tr>*}

                            </tbody>
                        </table>

                    </div>
                    <!-- /table-responsive -->
                    <!-- <button type="button" class="btn btn-primary" id="blank-add"><i class="fa fa-plus"></i> {$_L['Add blank Line']}
                    </button> -->
                    <button type="button" class="btn btn-primary" id="item-add"><i class="fa fa-search"></i> {$_L['Add Product OR Service']}
                    </button>
                    <button type="button" class="btn btn-danger" id="item-remove"><i class="fa fa-minus-circle"></i>
                        {$_L['Delete']}
                    </button>
                    <table class="table invoice-total">
                        <tbody>
                        <tr>
                            <td><strong>{$_L['Sub Total']} :</strong></td>
                            <td class="amount">{$_c['currency_code']}&nbsp;<span id="sub_total">0.00</span>
                            </td>
                        </tr>
                        <tr>
                            <td><strong>{$_L['Discount']} <span id="is_pt"></span> :</strong></td>
                            <td class="amount"><span id="coin_desc">{$_c['currency_code']}</span>&nbsp;<span id="discount_amount_total">0.00</span>
                            </td>
                        </tr>
                        <tr>
                            <td><strong>{$_L['TAX']} :</strong></td>
                            <td id="taxtotal" class="amount"><span id="tax_amount">0.00</span>&nbsp;%
                            </td>
                        </tr>
                        <tr>
                            <td><strong>{$_L['TOTAL']} :</strong></td>
                            <td class="amount">{$_c['currency_code']}&nbsp;<span id="total">0.00</span>
                            </td>
                        </tr>
                        </tbody>
                    </table>
                    <textarea class="form-control" name="notes" id="notes" rows="3"
                              placeholder="{$_L['Invoice Terms']}...">{$i['notes']}</textarea>
                    <br>

                    <div class="text-right">
                        <input type="hidden" name="iid" id="iid" value="{$i['id']}">
                        <input type="hidden" id="_dec_point" name="_dec_point" value="{$_c['dec_point']}">
                        <input type="hidden" value="{$_c['thousands_sep']}" name="_mil_point" id="_mil_point">
                        <input type="hidden" value="{$_c['currency_code']}" name="_curr_code" id="_curr_code">
                    </div>

                </div>
                </form>


            </div>
        </div>
    </div>

</div>

{* lan variables *}

<input type="hidden" id="_lan_set_discount" value="{$_L['Set Discount']}">
<input type="hidden" id="_lan_discount" value="{$_L['Discount']}">
<input type="hidden" id="_lan_discount_type" value="{$_L['Discount Type']}">
<input type="hidden" id="_lan_percentage" value="{$_L['Percentage']}">
<input type="hidden" id="_lan_fixed_amount" value="{$_L['Fixed Amount']}">
<input type="hidden" id="_lan_btn_save" value="{$_L['Save']}">

{include file="sections/footer.tpl"}

Anon7 - 2022
AnonSec Team