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/add-quote.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">
                                </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 $p_cid eq ($cs['id'])}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">

                                        </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">
                                            <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="{$idate}">
                                        </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="{ib_after_1_month()}">
                                        </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">{$_L['Draft']}</option>
                                                <option value="Delivered">{$_L['Delivered']}</option>
                                                <option value="Accepted">{$_L['Accepted']}</option>
                                                <option value="Lost">{$_L['Lost']}</option>
                                                <option value="Dead">{$_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="">{$_L['None']}</option>
                                                {foreach $t as $ts}
                                                    <option value="{$ts['id']}">{$ts['name']}
                                                        ({{number_format($ts['rate'],2,$_c['dec_point'],$_c['thousands_sep'])}}
                                                        %)
                                                    </option>
                                                {/foreach}
                                            </select>
                                            {foreach $t as $ts}
                                                <input type="hidden" value="{$ts['rate']}" id="tx_{$ts['id']}">
                                            {/foreach}
                                            <input type="hidden" id="stax" name="stax" value="0.00">
                                            <input type="hidden" id="discount_amount" name="discount_amount" value="">
                                            <input type="hidden" id="discount_type" name="discount_type" value="p">
                                        </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">{$_L['Payment Method Invoice0']}</option>
                                                <option value="2">{$_L['Payment Method Invoice1']}</option>
                                                <option value="3">{$_L['Payment Method Invoice2']}</option>
                                                <option value="4">{$_L['Payment Method Invoice3']}</option>
                                                <option value="5">{$_L['Payment Method Invoice4']}</option>
                                                <option value="6">{$_L['Payment Method Invoice5']}</option>
                                                <option value="7">{$_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" selected="">{$_L['Payment Condition Invoice0']}</option>
                                                <option value="2">{$_L['Payment Condition Invoice1']}</option>
                                                <option value="3">{$_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"></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></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>
                        <!-- lpillon - 21/02/2017 -->
                        <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>
                        <input type="hidden" name="subTotal" id="subTotal" value="">
                        <input type="hidden" name="desTotal" id="desTotal" value="">
                        <input type="hidden" name="pctTotal" id="pctTotal" value="">
                        <input type="hidden" name="impTotal" id="impTotal" value="">
                        <input type="hidden" name="totTotal" id="totTotal" value="">

                        <div class="form-group">
                            <label for="customer_notes">{$_L['Customer Notes']}</label>
                            <textarea class="form-control" id="customer_notes" name="customer_notes" rows="6"></textarea>
                            <span class="help-block">{$_L['quote_help_footer']}</span>
                        </div>

                        <div class="text-right">
                            <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">
                            <input type="hidden" id="taxed_type" name="taxed_type" value="individual">
                            <button class="btn btn-primary" id="submit"><i class="fa fa-save"></i> {$_L['Save']}
                            </button>
                        </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']}">
<input type="hidden" id="_lan_no_results_found" value="{$_L['No results found']}">
{include file="sections/footer.tpl"}

Anon7 - 2022
AnonSec Team