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/gasch/application/plugins/module_crm/views/business/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/gasch/application/plugins/module_crm/views/business/add.tpl
    <div class="wrapper wrapper-content">

        {$action = 'create'}
        {if (!empty($business))}
            {$action = 'update'}
        {/if}

        <form class="form-horizontal" method="post" action="{$_url}module_crm/business/{$action}">

            <div class="row">

                <div class="col-md-12">

                    <div class="ibox float-e-margins">

                        <div class="ibox-title">
                            <h5>{$_L['CRM_Add_Business']}</h5>
                            <a href="{$_url}module_crm/business/listBusiness"
                               class="btn btn-xs btn-primary btn-rounded pull-right">
                                <i class="fa fa-bars"></i> Listar Negócios
                            </a>
                        </div>

                        <div class="ibox-content" id="ibox_form">

                            <div class="row">

                                <div class="col-md-12 col-sm-12 col-xs-12">
                                    {$title = ''}
                                    {if (!empty($business->business))}
                                        {$title = $business->business}
                                    {/if}
                                    <label class="control-label" for="title">
                                        {$_L['CRM_Business_Title']} <small class="red">*</small>
                                    </label>
                                    <input type="text" name="business" id="business" class="form-control"
                                           value="{$title}" required>
                                </div>

                            </div>

                            <div class="row">

                                <div class="col-md-12 col-sm-12 col-xs-12">
                                    {$phase = ''}
                                    {if (!empty($business->business_phase))}
                                        {$phase = $business->business_phase}
                                    {/if}
                                    <label class="control-label" for="title">
                                        {$_L['CRM_Business_Phase']} <small class="red">*</small>
                                    </label>
                                    <select name="business_phase" id="business_phase" class="form-control" required>
                                        <option value="novo" {if $phase == 'novo'}selected{/if}>Novo</option>
                                        <option value="qualificacao" {if $phase == 'qualificacao'}selected{/if}>Qualificação</option>
                                        <option value="proposta" {if $phase == 'proposta'}selected{/if}>Proposta</option>
                                        <option value="fechamento" {if $phase == 'fechamento'}selected{/if}>Fechamento</option>
                                        <option value="ganhou" {if $phase == 'ganhou'}selected{/if}>Ganhou</option>
                                        <option value="perdeu" {if $phase == 'perdeu'}selected{/if}>Perdeu</option>
                                    </select>
                                </div>

                            </div>

                            <div class="row">

                                <div class="col-sm-12 col-md-4 col-xs-4">
                                    {$currencie = ''}
                                    {if (!empty($business->currencie_id))}
                                        {$currencie = $business->currencie_id}
                                    {/if}
                                    <label class="control-label" for="title">{$_L['CRM_Business_Currencie']}</label>
                                    <select name="currencie_id" id="curricie_id" class="form-control" required>
                                        {foreach $currencies as $c}
                                            <option value="{$c['id']}"
                                                {if $c->id == $currencie}selected{/if}>{$c['cname']} {$c['symbol']}</option>
                                        {/foreach}
                                    </select>
                                </div>

                                <div class="col-sm-12 col-md-4 col-xs-4">
                                    {$price = ''}
                                    {if (!empty($business->price))}
                                        {$price = $business->price}
                                    {/if}
                                    <label class="control-label" for="title">{$_L['CRM_Business_Price']}</label>
                                    <input type="text" name="price" id="price" class="form-control amount" value="{$price}"
                                           data-a-sign="R$ " data-a-dec="." data-a-sep="," data-d-group="2">
                                </div>

                                <div class="col-sm-12 col-md-4 col-xs-4">
                                    {$expected_At = ''}
                                    {if (!empty($business->expected_at))}
                                        {$expected_At = $business->expected_at}
                                    {/if}
                                    <label class="control-label" for="title">{$_L['CRM_Business_Expected_At']}</label>
                                    <input type="text" name="expected_at" id="expected_at" class="form-control dt"
                                           value="{$expected_At}" datepicker  data-date-format="dd-mm-yyyy" data-auto-close="true">

                                </div>

                            </div>

                            <div class="row">

                                <div class="col-md-12 col-sm-12 col-xs-12">
                                    <label class="control-label" for="title">{$_L['CRM_Business_Contacts']}</label>
                                    <select class="form-control contact_select" name="contacts_id[]" id="contacts_id"
                                            multiple="multiple" style="width:100%">

                                    </select>
                                </div>

                            </div>

                            <div class="row">

                                <div class="col-md-12 col-sm-12 col-xs-12">
                                    <label class="control-label" for="title">{$_L['CRM_Business_Companies']}</label>
                                    <select class="form-control company_select" name="companies_id[]" id="companies_id"
                                            multiple="multiple" style="width:100%">
                                    </select>
                                </div>

                            </div>

                            <div class="row">

                                <div class="col-md-12 col-sm-12 col-xs-12">
                                    <label class="control-label" for="title">{$_L['CRM_Business_Account']}</label>
                                    <select class="form-control account_select" name="account_id" id="account_id"
                                            style="width:100%">

                                    </select>
                                </div>

                            </div>

                            <div class="row" style="margin-top:20px">
                                <div class=" col-md-12 form-group">
                                    <div class="col-lg-10">
                                        {if !empty($category->id)}
                                            <input type="hidden" id="categoryId" name="id" value="{$category->id}">
                                        {/if}
                                        <button class="md-btn md-btn-primary waves-effect waves-light" type="submit" id="submit">
                                            <i class="fa fa-check"></i> {$_L['Submit']}
                                        </button>
                                        | <a href="{$_url}module_crm/business/listBusiness">{$_L['Or Cancel']}</a>
                                    </div>
                                </div>
                            </div>

                        </div>

                    </div>

                </div>

            </div>

        </form>

    </div>

Anon7 - 2022
AnonSec Team