File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/public/css/modal.zip
Back
PK ���Z��d�q �q add_sales.phpnu �[��� <!-- Modal --> <div class="modal fade" id="modal-sales" tabindex="-1" data-backdrop="static" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-xl" role="document"> <div class="modal-content"> <div class="modal-header" style="background: #077BFF;"> <h5 class="modal-title" id="exampleModalCenterTitle"><span id="modal-title" style="color: white;"></span></h5> <button id="close-modal-button"type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true" style="color: white;">×</span> </button> </div> <div class="modal-body"> <!-- <div class="bs-stepper"> --> <!-- <div class="bs-stepper-header" role="tablist"> --> <!-- your steps here --> <!-- <div class="step" data-target="#information-part"> <button type="button" class="step-trigger" role="tab" aria-controls="information-part" id="information-part-trigger"> <span class="bs-stepper-circle">1</span> <span class="bs-stepper-label">Information</span> </button> --> <!-- </div> <div class="line"> </div> <div class="step" data-target="#contact-part"> <button type="button" class="step-trigger" role="tab" aria-controls="contact-part" id="contact-part-trigger"> <span class="bs-stepper-circle">2</span> <span class="bs-stepper-label">Contact</span> </button> </div> --> <!-- <div class="line"> </div> --> <!-- <div class="step" data-target="#children-part"> <button type="button" class="step-trigger" role="tab" aria-controls="children-part" id="children-part-trigger"> <span class="bs-stepper-circle">3</span> <span class="bs-stepper-label">Children</span> </button> </div> --> <!-- </div> --> <!-- <div class="bs-stepper-content"> --> <!-- <div id="information-part" class="content" role="tabpanel" aria-labelledby="information-part-trigger"> --> <fieldset class="card"> <legend>Vehicle Information</legend> <div class="row"> <div id="div-sales-cs-number" class="col-sm-6"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Conduction Sticker</label> <input id="mod-sales-cs-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-sales-plate-number" class="col-sm-6"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Plate Number</label> <input id="mod-sales-plate-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="row"> <div id="div-sales-vehicle-brand" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Brand</label> <input id="mod-sales-vehicle-brand" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-sales-vehicle-model" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Model</label> <input id="mod-sales-vehicle-model" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-sales-vehicle-color" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Color</label> <input id="mod-sales-vehicle-color" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </fieldset> <fieldset class="card"> <legend>SALES</legend> <div class="row"> <div id="div-order-number" class="col-sm-6"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Order Number</label> <input id="mod-order-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-po-number" class="col-sm-6"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">PO Number</label> <input id="mod-po-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <hr> <div class="row"> <div id="div-modal-sales-dates" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Date</label> <div class="edit-customer input-group date" id="div-sales-date" data-target-input="nearest"> <input name="mod-sales-date" id="mod-sales-date" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-sales-date" /> <div class="edit-customer input-group-append" data-target="#mod-sales-date" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> <div id="div-modal-sales-cost" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Cost</label> <div class="input-group mb-2"> <div class="input-group-append"> <div class="input-group-text edit-customer lbl-forms-sm form-control form-control-sm"> <span class="">₱</span> </div> </div> <input onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" type="text" name="mod-sales-cost" id="mod-sales-cost" class="edit-customer lbl-forms-sm form-control form-control-sm"> </div> </div> </div> <div id="div-modal-sales-price" class="col-sm-4"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Price</label> <div class="input-group mb-2"> <div class="input-group-append"> <div class="input-group-text edit-customer lbl-forms-sm form-control form-control-sm"> <span class="">₱</span> </div> </div> <input onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" type="text" name="mod-sales-price" id="mod-sales-price" class="edit-customer lbl-forms-sm form-control form-control-sm"> </div> </div> </div> </div> </fieldset> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>SALES AMT & DATES</legend> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-modal-floor-plan-amount" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Floor Plan Amount</label> <div class="input-group mb-2"> <div class="input-group-append"> <div class="input-group-text edit-customer lbl-forms-sm form-control form-control-sm"> <span class="">₱</span> </div> </div> <input onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" type="text" name="mod-floor-plan-amount" id="mod-floor-plan-amount" class="edit-customer lbl-forms-sm form-control form-control-sm"> </div> </div> </div> </div> <div class="col-sm-6"> <div id="div-claim-amount" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Claim Amount</label> <div class="input-group mb-2"> <div class="input-group-append"> <div class="input-group-text edit-customer lbl-forms-sm form-control form-control-sm"> <span class="">₱</span> </div> </div> <input onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" type="text" name="mod-claim-amount" id="mod-claim-amount" class="edit-customer lbl-forms-sm form-control form-control-sm"> </div> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-claim-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Claim Number</label> <input id="mod-claim-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="div-deal-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Deal Number</label> <input id="mod-deal-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-deal-date" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Deal Date</label> <div class="edit-customer input-group date" id="div-deal-date" data-target-input="nearest"> <input name="mod-deal-date" id="mod-deal-date" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-deal-date" /> <div class="edit-customer input-group-append" data-target="#mod-deal-date" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> <div class="col-sm-6"> <div id="div-delivery-date" class="form-group dropdown-input"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Delivery Date</label> <div class="edit-customer input-group date" id="div-delivery-date" data-target-input="nearest"> <input name="mod-delivery-date" id="mod-delivery-date" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-delivery-date" /> <div class="edit-customer input-group-append" data-target="#mod-delivery-date" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-warehouse" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Warehouse</label> <input id="mod-warehouse" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="div-stock-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Stock Number</label> <input id="mod-stock-number" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-age-of-unit" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Age of Unit</label> <input id="mod-age-of-unit" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="div-body-size-code" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Body Size Code</label> <input id="mod-body-size-code" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-insurance-company" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Company</label> <select name="mod-insurance-company" id="mod-insurance-company" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> <?php $ins_type = $db -> return_result("SELECT `id`, `name` FROM `source_insurance_company` WHERE status != 0 ORDER BY id ASC"); foreach($ins_type as $data){ echo "<option value='{$data['id']}'>".$data['name']."</option>"; } ?> </select> </div> </div> </div> <div class="col-sm-6"> <div id="div-insurance-type" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Type</label> <select name="mod-insurance-type" id="mod-insurance-type" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> <?php $ins_type = $db -> return_result("SELECT `id`, `name` FROM `source_insurance_type` WHERE status != 0 ORDER BY id ASC"); foreach($ins_type as $data){ echo "<option value='{$data['id']}'>".$data['name']."</option>"; } ?> </select> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-insurance-exp-date" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Expiration Date</label> <div class="edit-customer input-group date" id="div-insurance-exp-date" data-target-input="nearest"> <input name="mod-insurance-exp-date" id="mod-insurance-exp-date" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-insurance-exp-date" /> <div class="edit-customer input-group-append" data-target="#mod-insurance-exp-date" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> <div class="col-sm-6"> <div id="div-financing-company" class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Financing Company</label> <select name="mod-financing-company" id="mod-financing-company" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> <?php $finance = $db -> return_result("SELECT `id`, `name` FROM `source_finance_company` WHERE status != 0 ORDER BY id ASC"); foreach($finance as $data){ echo "<option value='{$data['id']}'>".$data['name']."</option>"; } ?> </select> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-finance-exp-date" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Finance Expiration Date</label> <div class="edit-customer input-group date" id="div-finance-exp-date" data-target-input="nearest"> <input name="mod-finance-exp-date" id="mod-finance-exp-date" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-finance-exp-date" /> <div class="edit-customer input-group-append" data-target="#mod-finance-exp-date" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </div> <div class="row mx-0 my-0"> <div class="col-sm-6"> <div id="div-sales-consultant" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Consultant</label> <input id="mod-sales-consultant" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="div-group-manager" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Group Manager</label> <input id="mod-group-manager" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> </fieldset> </div> </div> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>DATA SOURCE</legend> <div class="row"> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">DMS</label> <select id="mod-dd-dms" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%; height: 28px;"> <?php $dms = $db -> return_result("SELECT `id`,`name` FROM `source_dms` WHERE status != '0' ORDER by name ASC"); foreach($dms as $data){ echo "<option value='{$data['id']}'>".$data['name']."</option>"; } ?> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Company</label> <select id="mod-dd-company" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <?php $company = $db -> return_result("SELECT `id`,`name`, `code` FROM `source_company` WHERE status != '0' ORDER by code ASC"); foreach($company as $data){ echo "<option value='{$data['id']}'>".$data['code'] . " - " . $data['name']."</option>"; } ?> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Dealer</label> <select id="mod-dd-dealer" class="edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <?php $dealer = $db -> return_result("SELECT `id`,`name`, `code` FROM `source_dealer` WHERE status != '0' ORDER by code ASC LIMIT 10"); foreach($dealer as $data){ echo "<option value='{$data['id']}'>".$data['code'] . " - " . $data['name']."</option>"; } ?> </select> </div> </div> <div class="col-sm-3" hidden> <div class="form-group dropdown-input"> <label class="lbl-forms mx-0 my-0" >Date Created:</label> <div class="edit-customer input-group date" id="ind-date-created" data-target-input="nearest"> <input name="mod-date-created" id="ind-date-created" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#ind-date-created" /> <div class="edit-customer input-group-append" data-target="#ind-date-created" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </fieldset> </div> </div> <!-- </div> --> <!-- </div> --> <!-- </div> --> <div class="overlay" id="ind-edit-loader" style="display: none;"> <div class="fas fa-2x fa-sync-alt fa-spin "> </div> <strong><span class="ml-2" id="loading-message"> Loading, please wait...</span></strong> </div> </div><!--modal body--> <div class="modal-footer"> <button id="close-button" type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">Close</button> <button id="proceed-button" type="button" class="btn btn-success btn-sm"><span></span></button> </div> </div> </div> </div>PK 9��Zl�C�� � vehicle_form.phpnu �[��� <?php if (file_exists('../../../../cfg/db.php')) { include_once('../../../../cfg/db.php'); include_once("../../../../api/controllers/utility.php"); $utility = new Utility(); } ?> <div class="modal fade" id="modal-vehicle" tabindex="-1" data-backdrop="static" aria-labelledby="exampleModalCenterTitleCenter" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-xl" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title-vehicle" id="exampleModalCenterTitleCenter"><span id="modal-title-vehicle"></span></h5> <div class="fas fa-2x fa-sync-alt fa-spin vehicle-modal-overlay"> </div> <!-- <a href="#" class="close" data-dismiss="modal" aria-label="close">×</a> --> <!-- <button id="close-button-vehicle" type="button" class="close" aria-label="Close"> --> <button class="close" data-dismiss="modal" aria-label="close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="card pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="grid-card" style="box-shadow: 0 0 0 0"> <div class="overlay vehicle-modal-overlay"> </div> <div class="card-body pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="vehicle-grid" style="padding: .50rem"> <!-- ./nav bar --> <div id="app-vehicle" class="mb-2"> <nav class="navbar navbar-expand-md navbar-light ml-0 mt-0 mb-0 pt-0 pb-0" style="background-color: #ffffff;"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <!-- <ul class=" nav nav-tabs navbar-nav mr-auto" id="custom-tabs-three-tab" role="tablist" style="border-bottom: 0px solid #ffffff;"> --> <ul class="nav nav-tabs navbar-nav mr-auto vehicle-modal-tab" id="vehicle-modal-tab" role="tablist"> <li class="nav-item"> <a class="nav-link active border-0 " id="vehicle-modal-tab-information" data-toggle="pill" href="#vehicle-modal-information" role="tab" aria-controls="customer-modal-information" aria-selected="true">Vehicle Information</a> </li> <li class="nav-item"> <a class="nav-link border-0 " id="vehicle-modal-tab-sales-picture" data-toggle="pill" href="#vehicle-modal-sales-picture" role="tab" aria-controls="vehicle-modal-sales-picture" aria-selected="false"> Vehicle Picture </a> </li> <li class="nav-item"> <a class="nav-link border-0 " id="vehicle-modal-tab-sales-record" data-toggle="pill" href="#vehicle-modal-sales-record" role="tab" aria-controls="vehicle-modal-sales-record" aria-selected="false"> Sales Record </a> </li> </ul> </div> </nav> </div> </div> <div class="tab-content" id="vehicle-modal-tab-content"> <div class="tab-pane fade show active" id="vehicle-modal-information" role="tabpanel" aria-labelledby="vehicle-modal-tab-information"> <fieldset class="card " style="display:none;" id="customer-owner-section"> <!-- <legend>VEHICLE INFORMATION</legend> --> <div class="row"> <div class="col-sm-6"> <div class="col-sm-12 mb-1"> <div id="div-brand" class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Vehicle Owner</label> <span style="color:red;"><strong>*</strong></span> <select name="mod-customer-number" id="mod-customer-number" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php // $brand = $db -> return_result("SELECT `id`, `name` FROM `source_brand` WHERE status != 0 ORDER BY id ASC"); // foreach($brand AS $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> </div> <!-- <div id="div-end-user" class="col-sm-6 mb-1" hidden> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">End User Name</label> <input maxlength="100" id="mod-end-user" type="text" json-modal="true" placeholder="Blank if same in customer name" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> --> </div> </fieldset> <fieldset class="card "> <!-- <legend>VEHICLE INFORMATION</legend> --> <div class="row"> <div class="col-sm-6"> <div class="col-sm-12 mb-1"> <div id="div-brand" class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Brand</label> <span style="color:red;"><strong>*</strong></span> <select name="mod-dd-brand" id="mod-dd-brand" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $brand = $db->return_result("SELECT `id`, `name` FROM `source_brand` WHERE status != 0 ORDER BY id ASC"); foreach ($brand as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-model" class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Model</label> <span style="color:red;"><strong>*</strong></span> <select name="mod-dd-model" id="mod-dd-model" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php // $model = $db -> return_result("SELECT `id`, `name` FROM `source_car_model` WHERE status != 0 ORDER BY id ASC"); // foreach($model as $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-model-variant" class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Model Variant</label> <select name="mod-dd-model-variant" id="mod-dd-model-variant" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php ?> </select> </div> </div> <div class="col-sm-12 mb-1" hidden> <div id="div-model-description" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Model Description</label> <input maxlength="50" id="mod-model-description" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12 mb-1" hidden> <div id="div-model-description" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Model No.</label> <input maxlength="50" id="mod-model-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div id="div-cs-number" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Conduction Sticker</label> <span style="color:red;"><strong>*</strong></span> <input maxlength="25" id="mod-cs-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-plate-number" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Plate Number</label> <input pattern="^[a-zA-Z0-9 ]+$" maxlength="25" id="mod-plate-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-or" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Official Receipt</label> <input pattern="^[a-zA-Z0-9 ]+$" maxlength="50" id="mod-or" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-cr" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Certificate of Registration</label> <input pattern="^[a-zA-Z0-9 ]+$" maxlength="50" id="mod-cr" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1" hidden> <div id="div-reg-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Registration No.</label> <input maxlength="50" id="mod-reg-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <!-- <div class="col-sm-12 mb-1"> <div id="div-serial-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Serial No.</label> <input maxlength="50" id="mod-serial-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> --> </div> <div class="col-sm-6"> <div id="div-modal-color" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Color</label> <select name="mod-dd-color" id="mod-dd-color" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> <!-- <div class="col-sm-12 mb-1"> <div id="div-modal-color" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Color</label> <select name="mod-dd-color" id="mod-dd-color" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> <?php // $color = $db -> return_result("SELECT `id`, `name` FROM `vehicle_color` WHERE status != 0 ORDER BY id ASC"); // foreach($color as $data){ // echo "<option value='{$data['name']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> </div> --> <div class="col-sm-12 mb-1"> <div id="div-modal-transmission" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Transmission</label> <!-- <input maxlength="50" id="mod-transmission" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> --> <select name="mod-transmission" id="mod-transmission" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $transmission = $db->return_result("SELECT `id`, `name` FROM `vehicle_transmission` WHERE status != 0 ORDER BY id ASC"); foreach ($transmission as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-modal-type" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Vehicle Type</label> <select name="mod-dd-type" id="mod-dd-type" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $type = $db->return_result("SELECT `id`, `name` FROM `vehicle_type` WHERE status != 0 ORDER BY id ASC"); foreach ($type as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-modal-engine-type" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Engine Type</label> <input maxlength="50" id="mod-engine-type" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-modal-vin-number" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">VIN</label> <input maxlength="50" id="mod-vin-number" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-modal-gas-type" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Gas Type</label> <input maxlength="50" id="mod-gas-type" type="text" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12 mb-1"> <div id="div-modal-year-model" class="form-group dropdown-input mx-0 my-0"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Year Model</label> <input type="number" id="mod-year-model" maxlength="4" oninput="this.value=this.value.slice(0,this.maxLength)" json-modal="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> </div> </fieldset> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>DATA SOURCE <span style="color:red;"><strong>*</strong></span></legend> <div class="row"> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">DMS</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-dms" id="mod-dd-dms" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $dms = $db->return_result("SELECT `id`, `name` FROM `source_dms` WHERE status != 0 ORDER BY id ASC"); foreach ($dms as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Company</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-company" id="mod-dd-company" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <!-- <?php // $company = $db -> return_result("SELECT `id`, `code`, `name` FROM `source_company` WHERE status != 0 ORDER BY id ASC"); // foreach($company as $data){ // echo "<option value='{$data['id']}'>".$data['code']. " - " .$data['name']."</option>"; // } ?> --> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Dealer</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-dealer" id="mod-dd-dealer" json-modal="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php // $dealer = $db -> return_result("SELECT `id`, `code`, `name` FROM `source_dealer` WHERE status != 0 ORDER BY id ASC"); // foreach($dealer as $data){ // echo "<option value='{$data['id']}'>".$data['code']. " - " .$data['name']."</option>"; // } ?> </select> </div> </div> </div> </fieldset> </div> </div> </div> <div class="tab-pane fade" id="vehicle-modal-sales-picture" role="tabpanel" aria-labelledby="vehicle-modal-tab-sales-picture"> <div class="row"> <div class="col-sm-12"> <form action="" class="dropzone dz-clickable" id="upload-sales-photo"> <div class="dz-message d-flex flex-column"> <i class="fa fa-cloud-upload-alt"></i> <strong> Drag & Drop here or click </strong> </div> </form> </div> </div> </div> <div class="tab-pane fade" id="vehicle-modal-sales-record" role="tabpanel" aria-labelledby="vehicle-modal-tab-sales-record"> <div class="row"> <div class="col-sm-12"> <div class="row"> <div class="col-sm-12"> <fieldset class="card "> <!-- <legend>VEHICLE INFORMATION</legend> --> <div class="row"> <div class="col-sm-6" id="div-vehicle-cs-owner" hidden> <div class="col-sm-12 mb-1"> <div class="mb-0 form-group"> <label class="lbl-forms mx-0 my-0">Vehicle</label> <span style="color:red;"><strong>*</strong></span> <select name="mod-vehicle-cs-owner" id="mod-vehicle-cs-owner" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php // $brand = $db -> return_result("SELECT `id`, `name` FROM `source_brand` WHERE status != 0 ORDER BY id ASC"); // foreach($brand AS $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> </div> <div class="col-sm-6" id="has_sales_record_div"> <div id="" class="col-sm-12 mt-3"> <div class="form-group mx-0 my-0"> <input type="number" json-modal="true" value="0" id="has-sales-record" style="display: none" /> <div class="icheck-primary d-inline"> <input type="checkbox" id="has_sales_record" /> <label for="has_sales_record"> Has Sales Record </label> </div> </div> </div> </div> <div class="col-sm-6" id="div-order-number" style="display: none"> <div class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Order No.</label> <input maxlength="50" id="mod-order-number" type="text" json-modal-sale="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> </div> </div> </fieldset> <fieldset class="card" id="sales-info-1" style="display: none"> <!-- <legend>VEHICLE SALES INFO</legend> --> <div class="row"> <div class="col-sm-6"> <div id="div-mode-of-sale" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Mode of Sale</label> <select name="mod-dd-mode-of-sale" id="mod-dd-mode-of-sale" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $mode = $db->return_result("SELECT `id`, `name` FROM `source_mode_of_sale` WHERE id != 0 ORDER BY id ASC"); foreach ($mode as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div id="div-type-of-payment" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Type of Payment</label> <select name="mod-dd-type-of-payment" id="mod-dd-type-of-payment" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $type = $db->return_result("SELECT `id`, `name` FROM `source_type_of_payment` WHERE id != 0 ORDER BY id ASC"); foreach ($type as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div id="div-source-of-sale" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Source of Sale</label> <select name="mod-dd-source-of-sale" id="mod-dd-source-of-sale" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $source = $db->return_result("SELECT `id`, `name` FROM `source_of_inquiry` WHERE id != 0 ORDER BY id ASC"); foreach ($source as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div id="div-mode-of-sale" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Group Manager</label> <select name="mod-dd-group-manager" id="mod-dd-group-manager" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> <div id="div-sales-consultant" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Consultant</label> <select name="mod-dd-sales-consultant" id="mod-dd-sales-consultant" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> <div id="mod-dd-group-manager-asa-div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Tag ASA Group Manager</label> <select name="mod-dd-group-manager-asa" id="mod-dd-group-manager-asa" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> <div id="mod-dd-sales-consultant-asa-div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Tag ASA Sales Consultant</label> <select name="mod-dd-sales-consultant-asa" id="mod-dd-sales-consultant-asa" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> </div> <div class="col-sm-6"> <div id="div-modal-sales-cost" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Cost</label> <input type="number" maxlength="100" id="mod-sales-cost" type="text" json-modal-sale="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="div-modal-sales-price" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Price</label> <input type="number" maxlength="100" id="mod-sales-price" type="text" json-modal-sale="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="div-modal-sales-discount" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Sales Discount</label> <input type="number" maxlength="100" id="mod-sales-discount" type="text" json-modal-sale="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="div-modal-sales-date" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Sales Date:</label> <div class=" edit-customer input-group date" id="div-sales-date" data-target-input="nearest"> <input name="mod-sales-date" id="mod-sales-date" json-modal-sale="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-sales-date" style="height:31px; background-color: transparent;" /> <div class=" edit-customer input-group-append" data-target="#mod-sales-date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </div> <!-- <hr> --> </fieldset> </div> </div> <div class="row"> <div class="col-sm-12"> <fieldset class="card" id="sales-info-2" style="display: none"> <div class="row"> <div class="col-sm-6"> <div id="div-modal-driver" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Driver</label> <input maxlength="100" id="mod-driver" type="text" json-modal-sale="true" style="height: 31px;" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div id="div-modal-end-user" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">End User</label> <input maxlength="100" id="mod-end-user" type="text" json-modal-sale="true" style="height: 31px;" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="div-modal-delivery-date" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Delivery Date:</label> <div class=" edit-customer input-group date" id="div-delivery-date" data-target-input="nearest"> <input name="mod-delivery-date" id="mod-delivery-date" json-modal-sale="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" style="height: 31px;" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-delivery-date" /> <div class=" edit-customer input-group-append" data-target="#mod-delivery-date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </div> </fieldset> </div> </div> <fieldset class="card" id="insurace-finance-section" style="display: none"> <legend>INSURANCE & FINANCE</legend> <div class="row"> <div class="col-sm-6"> <div id="div-insurance-company" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Company</label> <select name="mod-dd-insurance-company" id="mod-dd-insurance-company" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> </select> </div> </div> <div id="div-insurance-type" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Type</label> <select name="mod-dd-insurance-type" id="mod-dd-insurance-type" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $ins_type = $db->return_result("SELECT `id`, `name` FROM `source_insurance_type` WHERE status != 0 ORDER BY id ASC"); foreach ($ins_type as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div id="div-modal-insurance-exp-date" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Insurance Expiration Date:</label> <div class="edit-customer input-group date" id="div-insurance-exp-date" data-target-input="nearest"> <input style="height: 31px;" name="mod-insurance-exp-date" id="mod-insurance-exp-date" json-modal-sale="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-insurance-exp-date" /> <div class="edit-customer input-group-append" data-target="#mod-insurance-exp-date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> <div class="col-sm-6"> <div id="div-modal-finance-company" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Finance Company</label> <select name="mod-dd-finance-company" id="mod-dd-finance-company" json-modal-sale="true" class="modal-select2 edit-customer lbl-forms-sm form-control " style="width: 100%;"> <option></option> <?php $finance_type = $db->return_result("SELECT `id`, `name` FROM `source_finance_company` WHERE status != 0 ORDER BY id ASC"); foreach ($finance_type as $data) { echo "<option value='{$data['name']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> <div id="div-modal-finance-exp-date" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Finance Expiration Date:</label> <div class=" edit-customer input-group date" id="div-finance-exp-date" data-target-input="nearest"> <input style="height: 31px;" name="mod-finance-exp-date" id="mod-finance-exp-date" json-modal-sale="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class=" big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-finance-exp-date" /> <div class="edit-customer input-group-append" data-target="#mod-finance-exp-date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> </div> </div> </fieldset> <fieldset class="card" id="vehicle-offered-section" style="display: none"> <legend>FUTURE VEHICLE REQUIREMENTS</legend> <div class="table-responsive"> <table id="brands-offered-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <thead> <tr> <th style="width: 225px;">Brand</th> <th style="width: 225px;">Model</th> <th style="width: 530px;">Description</th> <th style="width: 80px;" class="text-center"> <button type="button" name="addRowVehicleOffered" id="addRowVehicleOffered" class="btn btn-success btn-xs add"> <span class="fas fa-plus"></span> </button> </th> </tr> </thead> <tbody id="brands-offered-list"> </tbody> </table> </div> <table id="brands-offered-list-clone" style="display: none"> <tbody id="brands-offered-list"> <tr> <td> <select type="text" class="select-category form-control " id="select-brand"> <option></option> <?php // $brands_offered = $db -> return_result("SELECT id, name FROM `source_brand` WHERE status = 1 ORDER BY name ASC"); // foreach($brands_offered as $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </td> <td> <select type="text" class="select-content form-control " id="select-model"> <option></option> </select> </td> <td> <div class="input-group"> <input type="text" maxlength="250" id="mod-brands-offered-description" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </td> <td class="text-center"> <button type="button" class="btnRemove btn btn-danger btn-xs"> <span class="fas fa-minus"></span> </button> </td> </tr> </tbody> </table> </fieldset> </div> </div> </div> </div> <div class="overlay" id="vehicle-loader" style="display: none;"> <div class="fas fa-2x fa-sync-alt fa-spin "> </div> <strong><span class="ml-2" id="loading-message"> Loading, please wait...</span></strong> </div> </div> </div> <!--modal body--> <div class="modal-footer"> <button id="proceed-button-vehicle" type="button" class="btn btn-success btn-sm swalDefaultSuccess"><span></span></button> </div> </div> <!--modal content--> </div> </div>PK 9��Z̍�!�1 �1 customer_form.phpnu �[��� <!-- Modal --> <div class="modal fade" id="modal-customer" role="dialog" data-backdrop="static" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-xl" role="document"> <div id="modal-customer-content" class="modal-content"> <div class="modal-header"> <h5 class="modal-title mr-2" id="exampleModalCenterTitle"><span id="modal-title"></span></h5> <div class="fas fa-2x fa-sync-alt fa-spin customer-modal-overlay"> </div> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="card pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="grid-card" style="box-shadow: 0 0 0 0"> <div class="overlay customer-modal-overlay"> <!-- <div class="fas fa-2x fa-sync-alt fa-spin" style="color:white;"> </div> <strong><span class="ml-2" style="color:white;"> Loading, please wait...</span></strong> --> </div> <div class="card-body pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="customer-grid" style="padding: .50rem"> <!-- ./nav bar --> <div id="app" class="mb-2"> <nav class="navbar navbar-expand-md navbar-light ml-0 mt-0 mb-0 pt-0 pb-0" style="background-color: #ffffff;"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <!-- <ul class=" nav nav-tabs navbar-nav mr-auto" id="custom-tabs-three-tab" role="tablist" style="border-bottom: 0px solid #ffffff;"> --> <ul class="nav nav-tabs navbar-nav mr-auto customer-modal-tab" id="customer-modal-tab" role="tablist"> <li class="nav-item"> <a class="nav-link active border-0 " id="customer-modal-tab-information" data-toggle="pill" href="#customer-modal-information" role="tab" aria-controls="customer-modal-information" aria-selected="true">Information</a> </li> <li class="nav-item"> <a class="nav-link border-0 " id="customer-modal-tab-contact" data-toggle="pill" href="#customer-modal-contact" role="tab" aria-controls="customer-modal-contact" aria-selected="false">Contact</a> </li> <li class="nav-item children-stepper"> <a class="nav-link border-0 " id="customer-modal-tab-children" data-toggle="pill" href="#customer-modal-children" role="tab" aria-controls="customer-modal-children" aria-selected="false">Family</a> </li> <li class="nav-item interest-stepper"> <a class="nav-link border-0" id="customer-modal-tab-interest" data-toggle="pill" href="#customer-modal-interest" role="tab" aria-controls="customer-modal-interest" aria-selected="false">Interest/Hobbies</a> </li> <li class="nav-item"> <a class="nav-link border-0 " id="customer-modal-tab-affiliations" data-toggle="pill" href="#customer-modal-affiliations" role="tab" aria-controls="customer-modal-affiliations" aria-selected="false">Affiliations</a> </li> </ul> </div> </nav> </div> <div class="tab-content" id="customer-modal-tab-content"> <div class="tab-pane fade show active" id="customer-modal-information" role="tabpanel" aria-labelledby="customer-modal-tab-information"> <fieldset class="card"> <!-- <legend>INFORMATION</legend> --> <div class="row"> <div id="div-mod-firstname" class="col-sm-4 "> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Firstname</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group"> <input id="mod-firstname" json-modal="true" type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: <?=$bgColor?>;" <?=$disabled?>> </div> </div> </div> <div id="div-mod-middlename" class="col-sm-3"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Middlename</label> <input id="mod-middlename" json-modal="true" type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: <?=$bgColor?>;" <?=$disabled?>> </div> </div> <div id="div-mod-lastname" class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Lastname</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group"> <input id="mod-lastname" json-modal="true" type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: <?=$bgColor?>;" <?=$disabled?>> </div> </div> </div> <div id="div-mod-suffix" class="col-sm-1"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Suffix</label> <select name="mod-dd-suffix" json-modal="true" id="mod-dd-suffix" class="edit-customer form-control form-control-sm" style="width: 100%;"> <?php $suffixes = $db->return_result("SELECT `id`, `suffix_name` FROM `all_suffix` ORDER BY id ASC"); foreach ($suffixes as $data) { echo "<option value='{$data['id']}'>" . $data['suffix_name'] . "</option>"; } ?> </select> </div> </div> <div id="div-corporation-name" class="col-sm-12"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Corporation Name</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group"> <input id="mod-corporation-name" json-modal="true" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12" id="div-aha-status"> <div class="mb-1 form-group"> <div class="form-check"> <input id="aha-status" json-modal="true" value="0" class="form-check-input" type="checkbox"> <label class="lbl-forms mx-0 my-0 " for="aha-status">Registered in AHA</label> </div> </div> </div> </div> </fieldset> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>CUSTOMER INFORMATION</legend> <div class="row"> <div class="col-sm-6"> <div class="col-sm-12"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Customer Category</label> <select name="mod-dd-customer-category" json-modal="true" id="mod-dd-customer-category" class="edit-customer form-control form-control-sm" style="width: 100%;"> <?php $customer_categories = $db->return_result("SELECT id,name FROM `customer_category` WHERE status = 1 ORDER BY id,name ASC"); foreach ($customer_categories as $customer_category) { echo "<option value='{$customer_category['id']}'>" . $customer_category['name'] . "</option>"; } ?> </select> </div> </div> <div class="col-sm-12"> <div id="div-mod-birthdate" class="mb-1 form-group dropdown-input"> <label id="mod-birthdate-label" class="lbl-forms mx-0 my-0"></label> <div class="edit-customer input-group date" id="mod-birth-date" data-target-input="nearest"> <input name="mod-birthdate" json-modal="true" id="mod-birthdate" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#mod-birth-date" /> <div class="edit-customer input-group-append" data-target="#mod-birth-date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i></div> </div> </div> </div> </div> <div class="col-sm-12" id="div-mod-gender"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Gender</label> <select json-modal="true" name="mod-dd-gender" id="mod-dd-gender" class="edit-customer form-control form-control-md" style="width: 100%;"> <option></option> <?php $gender = $db->return_result("SELECT `id`, `gender_name` FROM `all_gender` WHERE status != 0 ORDER BY id ASC"); foreach ($gender as $data) { echo "<option value='{$data['id']}'>" . $data['gender_name'] . "</option>"; } ?> </select> </div> </div> <div class="col-sm-12" id="div-mod-religion"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Religion</label> <select json-modal="true" name="mod-dd-religion" id="mod-dd-religion" class="edit-customer form-control" style="width: 100%;"> <option></option> <?php // $modal_religion = $db -> return_result("SELECT id,name FROM `source_religion` WHERE status = 1 ORDER BY name ASC"); // foreach($modal_religion as $data){ // echo "<option value='{$data['name']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> <div class="col-sm-12" id="div-mod-nationality"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Nationality</label> <select json-modal="true" name="mod-dd-nationality" id="mod-dd-nationality" class="edit-customer form-control " style="width: 100%;"> <option></option> <?php $nationality = $db->return_result("SELECT `num_code`, `nationality` FROM `all_countries` WHERE status != 0 AND num_code = '608' ORDER BY nationality ASC"); foreach ($nationality as $data) { echo "<option value='{$data['num_code']}'>" . $data['nationality'] . "</option>"; } ?> </select> </div> </div> <div class="col-sm-12" id="div-mod-marital-status"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Marital Status</label> <select json-modal="true" name="mod-dd-marital-status" id="mod-dd-marital-status" class="edit-customer form-control" style="width: 100%;"> <option></option> <?php $nationality = $db->return_result("SELECT `id`, `name` FROM `all_marital_status` WHERE status != 0 ORDER BY id DESC"); foreach ($nationality as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </div> </div> </div> <div class="col-sm-6"> <div class="col-sm-12" id="div-mod-business-company"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Business/Company Name</label> <!-- <input json-modal="true" id="mod-business-company" type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> --> <select json-modal="true" name="mod-business-company" id="mod-business-company" class="modal-select2 edit-customer form-control" style="width: 100%;"> <option></option> </select> </div> </div> <div class="col-sm-12" id="div-mod-nature-of-business"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Nature of Work/Business</label> <select json-modal="true" name="mod-nature-of-business" id="mod-nature-of-business" class="modal-select2 edit-customer form-control" style="width: 100%;"> <option></option> <?php // $profession = $db -> return_result("SELECT `id`, `name` FROM `source_nature_of_business` WHERE status != 0 ORDER BY name ASC"); // foreach($profession as $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> <div class="col-sm-12" id="div-mod-profession"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Profession</label> <select json-modal="true" name="mod-dd-profession" id="mod-dd-profession" class="modal-select2 edit-customer form-control " style="width: 100%;"> <option></option> <?php // $profession = $db -> return_result("SELECT `id`, `name` FROM `source_profession` WHERE status != 0 ORDER BY name ASC"); // foreach($profession as $data){ // echo "<option value='{$data['id']}'>".$data['name']."</option>"; // } ?> </select> </div> </div> <div class="col-sm-12" id="div-mod-position"> <div class="mb-1 form-group"> <label class="lbl-forms mx-0 my-0">Position</label> <input json-modal="true" id="mod-position" type="text" maxlength="30" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </fieldset> </div> </div> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>DATA SOURCE <span style="color:red;"><strong>*</strong></span> </legend> <div class="table-responsive "> <table id="data-source-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <thead> <tr> <th style="width: 200px;">Customer No.</th> <th style="width: 260px;">DMS</th> <th style="width: 260px;">Company</th> <th style="width: 260px;">Dealer</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRowDataSource" id="addRowDataSource" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button> </th> </tr> </thead> <tbody id="data-source-list"> </tbody> </table> </div> <table id="data-source-list-clone" style="display:none"> <tbody> <tr> <td> <div class="input-group"> <input type="text" maxlength="25" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" id="input-modal-customer-no" style="background-color: <?=$bgColor?>;" <?=$disabled?> /> </div> </td> <td> <select type="text" class="select-modal-dms form-control " id="select-modal-dms" style="background-color: <?=$bgColor?>;" <?=$disabled?>> <option></option> <?php $dms = $db->return_result("SELECT `id`,`name` FROM `source_dms` WHERE status != '0' ORDER by name ASC"); foreach ($dms as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </td> <td> <select type="text" class="select-modal-company form-control " id="select-modal-company" style="background-color: <?=$bgColor?>;" <?=$disabled?>> <option></option> </select> </td> <td> <select type="text" class="select-modal-dealer form-control " id="select-modal-dealer" style="background-color: <?=$bgColor?>;" <?=$disabled?>> <option></option> </select> </td> <td class="text-center"><button type="button" class="btnRemoveDataSource btn btn-danger btn-xs"><span class="fas fa-minus"></span></button> </td> </tr> </tbody> </table> </fieldset> </div> </div> </div> <div class="tab-pane fade" id="customer-modal-contact" role="tabpanel" aria-labelledby="customer-modal-tab-contact"> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <!-- <legend>CONTACT</legend> --> <div class="row"> <div class="col-sm-6"> <div class="col-sm-12 mb-1" id="mod-preferred-moc-div"> <label class="lbl-forms mx-0 my-0">Preferred Mode of Contact</label> <select json-modal="true" name="mod-preferred-moc" id="mod-preferred-moc" class="modal-select2 edit-customer form-control" style="width: 100%;"> <option></option> </select> </div> <!--//MODIFY--> <div class="col-sm-12 mb-1" id="mod-contact-div"> <label class="lbl-forms mx-0 my-0">Mobile </label> <span style="color:red;"><strong>*</strong></span> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text">+63</div> </div> <input json-modal="true" oninput="this.value=this.value.slice(0,this.maxLength)" type="number" maxlength="10" id="mod-contact" class="no-number-arrow edit-customer lbl-forms-sm form-control form-control-sm" placeholder="10 Digit Mobile Number" style="background-color: <?=$bgColor?>;" <?=$disabled?>> <!-- <button id="btn-add-mobile" class="btn btn-success btn-xs float-right"> + </button> --> <a class="text-success" id="btn-add-mobile" style="margin-top:3px;margin-left:2px;"><i class="fas fa-plus-circle"></i></a> </div> <input type="hidden" id="countInputMobile" > </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Landline</label> <input json-modal="true" id="mod-landline" type="number" maxlength="10" oninput="this.value=this.value.slice(0,this.maxLength)" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Business Phone</label> <input json-modal="true" id="mod-business-number" type="text" maxlength="13" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Home Phone</label> <input json-modal="true" id="mod-home-phone" type="text" maxlength="13" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0 "> <label class="lbl-forms mx-0 my-0">Email</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group"> <input json-modal="true" id="mod-email" type="email" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: <?=$bgColor?>;" <?=$disabled?>> <a class="text-success" id="btn-add-email" style="margin-top:3px;margin-left:2px;"><i class="fas fa-plus-circle"></i></a> </div> </div> </div> <div id="email-add"></div> </div> <!--//END MODIFY--> <?php /* <div class="col-sm-12 mb-1" id="mod-contact-div"> <label class="lbl-forms mx-0 my-0">Mobile</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text">+63</div> </div> <input json-modal="true" oninput="this.value=this.value.slice(0,this.maxLength)" type="number" maxlength="10" id="mod-contact" class="no-number-arrow edit-customer lbl-forms-sm form-control form-control-sm" placeholder="10 Digit Mobile Number" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Landline</label> <input json-modal="true" id="mod-landline" type="number" maxlength="10" oninput="this.value=this.value.slice(0,this.maxLength)" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Other Mobile</label> <input json-modal="true" id="mod-other-mobile-number" type="tel" maxlength="13" oninput="this.value=this.value.slice(0,this.maxLength)" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0 "> <label class="lbl-forms mx-0 my-0">Email</label> <span style="color:red;"><strong>*</strong></span> <div class="input-group"> <input json-modal="true" id="mod-email" type="email" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Other Email</label> <input json-modal="true" id="mod-other-email" type="email" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Business Phone</label> <input json-modal="true" id="mod-business-number" type="text" maxlength="13" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <div class="form-group mb-0"> <label class="lbl-forms mx-0 my-0">Home Phone</label> <input json-modal="true" id="mod-home-phone" type="text" maxlength="13" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> */?> <div class="col-sm-6"> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Facebook </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text" style="width: 65px;"><span class="fab fa-facebook-f mr-2"></span>FB </div> </div> <input json-modal="true" id="mod-facebook" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Instagram </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text" style="width: 65px;"><span class="fab fa-instagram mr-2"></span>IG </div> </div> <input json-modal="true" id="mod-instagram" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Telegram </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text" style="width: 65px;"><span class="fab fa-telegram mr-2"></span>TG </div> </div> <input json-modal="true" id="mod-telegram" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Viber </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text"><span class="fab fa-viber"></span> </div> </div> <input json-modal="true" id="mod-viber" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Whatsapp </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text"><span class="fab fa-whatsapp"></span> </div> </div> <input json-modal="true" id="mod-whatsapp" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <div class="col-sm-12 mb-1"> <label class="lbl-forms mx-0 my-0">Website </label> <div class="input-group mb-0"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text"><span class="fas fa-globe"></span> </div> </div> <input json-modal="true" id="mod-website" type="text" maxlength="100" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> </fieldset> </div> </div> <fieldset class="card" id="contact-person-section"> <legend>CONTACT PERSON</legend> <div class="table-responsive"> <table id="contact-person-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <!-- <thead> <tr> <th style="width: 130px;">Level</th> <th style="width: 750px;">School Name</th> <th style="width: 120px;">Year Graduated</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRowEducationalBg" id="addRowEducationalBg" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button> </th> </tr> </thead> <tbody id="educational-bg-list"> </tbody> --> <thead> <tr> <th style="width: 520px;">Fullname</th> <!-- <th style="width: 260px;">Firstname</th> <th style="width: 260px;">Lastname</th> --> <th style="width: 260px;">Email</th> <th style="width: 200px;">Mobile</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRowContactPerson" id="addRowContactPerson" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button></th> </tr> </thead> <tbody id="contact-person-list"> </tbody> </table> </div> <table id="contact-person-list-clone" style="display:none;"> <tbody> <tr> <td> <div class="input-group"> <input type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" id="modal-contact-person-fullname" style="background-color: transparent;"> <span style="color:red;"><strong>*</strong></span> </div> </td> <!-- <td> <div class="input-group"> <input type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" id="modal-contact-person-firstname" style="background-color: transparent;"> <span style="color:red;"><strong>*</strong></span> </div> </td> <td> <div class="input-group"> <input type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" id="modal-contact-person-lastname" style="background-color: transparent;"> <span style="color:red;"><strong>*</strong></span> </div> </td> --> <td> <input type="email" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" id="modal-contact-person-email" style="background-color: transparent;"> </td> <td> <div class="input-group "> <div class=" edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text">+63</div> </div> <input oninput="this.value=this.value.slice(0,this.maxLength)" type="number" maxlength="10" id="modal-contact-person-mobile" class="edit-customer lbl-forms-sm form-control form-control-sm" placeholder="10 Digit Mobile" style="background-color: transparent;"> <!-- <span style="color:red;"><strong>*</strong></span> --> </div> </td> <td class="text-center"> <button type="button" class="btnRemoveContactPerson btn btn-danger btn-xs"><span class="fas fa-minus"></span> </button> </td> </tr> </tbody> </table> </fieldset> <fieldset class="card"> <legend>ADDRESS</legend> <div class="row"> <div class="col-sm-8"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Address 1</label> <span style="color:red;"><strong>*</strong></span> <input json-modal="true" id="mod-address-1" type="text" maxlength="200" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <!-- <div class="col-sm-3" hidden> <div class="form-group"> <label class="lbl-forms mx-0 my-0">State 1</label> <select name="mod-dd-state-1" id="mod-dd-state-1" class="select2 edit-customer form-control form-control-sm" style="width: 100%;"> <option value='-' selected> Select State</option> <?php // $state = $db -> return_result("SELECT `provCode`,`provDesc` FROM `all_state` WHERE id != '0' ORDER by provDesc ASC"); // foreach($state as $data){ // echo "<option value='{$data['provCode']}'>".$data['provDesc']."</option>"; // } ?> </select> </div> </div> --> <div class="col-sm-3"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">City 1</label> <span style="color:red;"><strong>*</strong></span> <!-- <input id="ind-dd-city-1" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> --> <select json-modal="true" name="mod-dd-city-1" id="mod-dd-city-1" class="modal-select2 edit-customer form-control " style="width: 100%;"> <option></option> </select> </div> </div> <div class="col-sm-1"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Postal 1</label> <input json-modal="true" id="mod-postal-1" type="number" oninput="this.value=this.value.slice(0,this.maxLength)" maxlength="10" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> <hr class="mt-0 mb-0"> <div class="row"> <div class="col-sm-8"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Address 2</label> <input json-modal="true" id="mod-address-2" type="text" maxlength="200" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> <!-- <div class="col-sm-3" hidden> <div class="form-group"> <label class="lbl-forms mx-0 my-0">State 2</label> <select name="mod-dd-state-2" id="mod-dd-state-2" class=" edit-customer form-control form-control-sm" style="width: 100%;"> <option value='-' selected> Select State</option> <?php // $state = $db -> return_result("SELECT `provCode`,`provDesc` FROM `all_state` WHERE id != '0' ORDER by provDesc ASC"); // foreach($state as $data){ // echo "<option value='{$data['provCode']}'>".$data['provDesc']."</option>"; // } ?> </select> </div> </div> --> <div class="col-sm-3"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">City 2</label> <!-- <input id="ind-edit-city-2" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> --> <select json-modal="true" name="mod-dd-city-2" id="mod-dd-city-2" class="modal-select2 edit-customer form-control" style="width: 100%;"> <option></option> </select> </div> </div> <div class="col-sm-1"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Postal 2</label> <input json-modal="true" id="mod-postal-2" type="number" oninput="this.value=this.value.slice(0,this.maxLength)" maxlength="10" class="edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </fieldset> </div> <div class="tab-pane fade" id="customer-modal-children" role="tabpanel" aria-labelledby="customer-modal-tab-children"> <fieldset class="card" style="box-shadow: none;"> <div class="row"> <div id="div-mod-firstname" class="col-sm-4 "> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Spouse Name</label> <span style="color:red;"><strong></strong></span> <div class="input-group"> <input id="mod-spouse" json-modal="true" type="text" maxlength="50" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </div> </div> </div> <fieldset class="card" id="children-section"> <legend>CHILDREN</legend> <div class="table-responsive "> <table id="children-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <thead> <tr> <th style="width: 270px;">Firstname</th> <th style="width: 270px;">Lastname</th> <th style="width: 220px;">Birthday</th> <!-- <th>Email</th> --> <th style="width: 200px;">Mobile</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRowChildren" id="addRowChildren" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button></th> </tr> </thead> <tbody id="children-list"> </tbody> </table> </div> <table id="children-list-clone" style="display:none;"> <tbody> <tr> <td> <div class="input-group"> <input type="text" maxlength="50" id="mod-children-firstname" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> <span style="color:red;"><strong>*</strong></span> <!-- <div style="height: 28px;" class="input-group-append" > <div class="input-group-text">*</div> </div> --> </div> </td> <td> <div class="input-group"> <input type="text" maxlength="50" id="mod-children-lastname" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> <span style="color:red;"><strong>*</strong></span> </div> </td> <td> <div class="input-group date" id="mod-children-birthdate-div" data-target-input="nearest"> <input data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask id="mod-children-birthdate" type="text" class="edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="" /> <div id="mod-children-birthdate-append" style="height: 28px;" class="input-group-append" data-target="" data-toggle="datetimepicker"> <div class="input-group-text"><i class="fa fa-calendar"></i></div> </div> <span style="color:red;"><strong>*</strong></span> </div> </td> <td> <div class="input-group"> <div class="edit-customer input-group-append" style="height: 28px;"> <div class="input-group-text">+63</div> </div> <input oninput="this.value=this.value.slice(0,this.maxLength)" type="number" maxlength="10" id="mod-children-mobile" class="edit-customer lbl-forms-sm form-control form-control-sm" placeholder="10 Digit Mobile" style="background-color: transparent;"> </div> </td> <td class="text-center"> <button type="button" class="btnRemoveChildren btn btn-danger btn-xs"><span class="fas fa-minus"></span></button> </td> </tr> </tbody> </table> </fieldset> </fieldset> </div> <div class="tab-pane fade" id="customer-modal-interest" role="tabpanel" aria-labelledby="customer-modal-tab-interest"> <fieldset class="card" style="box-shadow: none;"> <div class="table-responsive "> <table id="interest-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <thead> <tr> <th style="width: 490px;">Category</th> <th style="width: 490px;">Interest</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRow" id="addRow" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button> </th> </tr> </thead> <tbody id="interest-list"> </tbody> </table> </div> <table id="interest-list-clone" style="display:none"> <tbody> <tr> <td><select type="text" class="select-category form-control " id="select-category"> <option></option> <?php $customer_interest = $db->return_result("SELECT id,name FROM `customer_interest` WHERE status=1 ORDER BY name ASC"); foreach ($customer_interest as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </td> <td><select type="text" class="select-content form-control " id="select-content"> <option></option> </select> </td> <td class="text-center"><button type="button" class="btnRemove btn btn-danger btn-xs"><span class="fas fa-minus"></span></button> </td> </tr> </tbody> </table> </fieldset> </div> <div class="tab-pane fade" id="customer-modal-affiliations" role="tabpanel" aria-labelledby="customer-modal-tab-affiliations"> <fieldset class="card" style="box-shadow: none;"> <div class="table-responsive "> <table id="affiliations-list-table" style="position: relative;" class="fixed-table-width table-bordered table-sm"> <thead> <tr> <th style="width: 490px;">Category</th> <th style="width: 490px;">Affiliations</th> <th style="width: 80px;" class="text-center"><button type="button" name="addRowAffiliations" id="addRowAffiliations" class="btn btn-success btn-xs add"><span class="fas fa-plus"></span></button> </th> </tr> </thead> <tbody id="affiliations-list"> </tbody> </table> </div> <table id="affiliations-list-clone" style="display:none"> <tbody> <tr> <td><select type="text" class="select-category form-control " id="select-category-affiliations"> <option></option> <?php $customer_affiliations = $db->return_result("SELECT id,name FROM `customer_affiliations_category` WHERE status=1 ORDER BY name ASC"); foreach ($customer_affiliations as $data) { echo "<option value='{$data['id']}'>" . $data['name'] . "</option>"; } ?> </select> </td> <td><select type="text" class="select-content form-control " id="select-content-affiliations"> <option></option> </select> </td> <td class="text-center"><button type="button" class="btnRemoveAffiliations btn btn-danger btn-xs"><span class="fas fa-minus"></span></button> </td> </tr> </tbody> </table> </fieldset> <!-- END OF NEW AFFILLUTAIONS --> </div> </div> <!-- ./nav bar --> </div> </div> </div> <div class="modal-footer"> <!-- <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">Close</button> --> <button id="proceed-button" type="button" class="btn btn-success btn-sm"><span></span></button> </div> </div> </div> </div> <!-- Modal -->PK 9��Z ��a�c �c vehicle_service_form.phpnu �[��� <?php include_once dirname(__FILE__) . '../../../../../cfg/db.php'; ?> <div class="modal fade" id="modal-vehicle" tabindex="-1" data-backdrop="static" aria-labelledby="exampleModalCenterTitleCenter" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-xl" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title-vehicle" id="exampleModalCenterTitleCenter"><span id="modal-title-vehicle">Service</span></h5> <div class="fas fa-2x fa-sync-alt fa-spin vehicle-modal-overlay" style="display: none;"> </div> <!-- <a href="#" class="close" data-dismiss="modal" aria-label="close">×</a> --> <!-- <button id="close-button-vehicle" type="button" class="close" aria-label="Close"> --> <button class="close" data-dismiss="modal" aria-label="close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="card pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="grid-card" style="box-shadow: 0 0 0 0"> <div class="overlay vehicle-modal-overlay" style="display: none;"> </div> <div class="card-body pb-0 pt-0 pl-0 pr-0 mt-0 mb-0 ml-0 mr-0" id="vehicle-grid" style="padding: .50rem"> <!-- ./nav bar --> <div id="app-vehicle" class="mb-2"> <nav class="navbar navbar-expand-md navbar-light ml-0 mt-0 mb-0 pt-0 pb-0" style="background-color: #ffffff;"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <!-- <ul class=" nav nav-tabs navbar-nav mr-auto" id="custom-tabs-three-tab" role="tablist" style="border-bottom: 0px solid #ffffff;"> --> <ul class="nav nav-tabs navbar-nav mr-auto vehicle-modal-tab" id="vehicle-modal-tab" role="tablist"> <li class="nav-item"> <a class="nav-link active border-0 " id="vehicle-service-modal-tab-information" data-toggle="pill" href="#vehicle-service-modal-information" role="tab" aria-controls="vehicle-service-modal-information" aria-selected="true">Service Information</a> </li> <!-- <li class="nav-item hideEl"> <a class="nav-link border-0 " id="vehicle-modal-tab-service-picture" data-toggle="pill" href="#vehicle-modal-service-picture" role="tab" aria-controls="vehicle-modal-service-picture" aria-selected="false"> Service Picture </a> </li> --> </ul> </div> </nav> </div> </div> <div class="tab-content" id="vehicle-modal-tab-content"> <div class="tab-pane fade show active" id="vehicle-service-modal-information" role="tabpanel" aria-labelledby="vehicle-service-modal-tab-information"> <fieldset class="card" id="sales-info-1" style="display: "> <!-- <legend>VEHICLE SALES INFO</legend> --> <div class="row"> <div class="col-sm-6"> <div id="service_plate_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Plate Number</label> <input type="text" maxlength="100" id="service_plate" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_cs_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">CS Number</label> <input type="text" maxlength="100" id="service_cs" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_ro_number_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">RO Number</label> <input type="text" maxlength="100" id="service_ro_number" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_ro_date_div" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">RO Date:</label> <div class=" edit-customer input-group date" id="service_ro_date_main_div" data-target-input="nearest"> <input name="service_ro_date" id="service_ro_date" json-modal-service="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#service_ro_date" style="height:31px; background-color: transparent;" /> <div class=" edit-customer input-group-append" data-target="#service_ro_date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> <div id="service_ro_amount_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">RO Amount</label> <input type="number" maxlength="100" id="service_ro_amount" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_discount_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Discount</label> <input type="number" maxlength="100" id="service_discount" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_insurance_amount_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Insurance Paid Account</label> <input type="number" maxlength="100" id="service_insurance_amount" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> </div> <div class="col-sm-6"> <div id="service_sa_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Service Advisor</label> <input type="text" maxlength="100" id="service_sa" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_start_date_div" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">Start Date:</label> <div class=" edit-customer input-group date" id="service_start_date_main_div" data-target-input="nearest"> <input name="service_start_date" id="service_start_date" json-modal-service="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#service_start_date" style="height:31px; background-color: transparent;" /> <div class=" edit-customer input-group-append" data-target="#service_start_date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> <div id="service_end_date_div" class="col-sm-12 mb-1"> <div class="form-group dropdown-input mx-0 my-0"> <label class="lbl-forms mx-0 my-0">End Date:</label> <div class=" edit-customer input-group date" id="service_end_date_main_div" data-target-input="nearest"> <input name="service_end_date" id="service_end_date" json-modal-service="true" data-inputmask-alias="datetime" data-inputmask-inputformat="mm/dd/yyyy" data-mask type="text" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm datetimepicker-input" data-target="#service_end_date" style="height:31px; background-color: transparent;" /> <div class=" edit-customer input-group-append" data-target="#service_end_date" data-toggle="datetimepicker" style="height: 28px;"> <div class="input-group-text"><i class="fa fa-calendar"></i> </div> </div> </div> </div> </div> <div id="service_mileage_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Mileage</label> <input type="number" maxlength="100" id="service_mileage" type="text" json-modal-service="true" class="big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="height:31px; background-color: transparent;"> </div> </div> <div id="service_recommendation_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Recommendation</label> <textarea row="2" class="col-sm-12 form-control form-control-sm" json-modal-service="true" placeholder="" id="service_recommendation" ></textarea> </div> </div> <div id="service_notes_div" class="col-sm-12 mb-1"> <div class="form-group mx-0 my-0"> <label class="lbl-forms mb-0">Notes</label> <textarea row="2" class="col-sm-12 form-control form-control-sm" json-modal-service="true" placeholder="" id="service_notes" ></textarea> </div> </div> </div> </div> <!-- <hr> --> </fieldset> <fieldset class="card" id="vehicle-offered-section" style="display: "> <legend>SERVICE HISTORY</legend> <div class="table-responsive"> <table id="service-history-table" style="position: relative;" class="fixed-table-width table-bordered table-xs"> <thead> <tr> <th style="width: 195px;">Job Code</th> <th style="width: 195px;">Cause</th> <th style="width: 195px;">Correction</th> <th style="width: 195px;">Job Summary</th> <th style="width: 195px;">Amount</th> <th style="width: 80px;" class="text-center"> <button type="button" name="addRowVehicleOffered" id="addRowVehicleOffered" class="btn btn-success btn-xs add"> <span class="fas fa-plus"></span> </button> </th> </tr> </thead> <tbody id="brands-offered-list"> </tbody> </table> </div> <table id="brands-offered-list-clone" style="display: none"> <tbody id="brands-offered-list"> <tr> <td> <input type="text" id="field_one" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </td> <td> <input type="text" id="field_two" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </td> <td> <div class="input-group"> <input type="text" id="field_three" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </td> <td> <div class="input-group"> <input type="text" id="field_four" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </td> <td> <div class="input-group"> <input type="number" id="field_five" style="height: 31px;" class="big-letter big-letter edit-customer lbl-forms-sm form-control form-control-sm" style="background-color: transparent;"> </div> </td> <td class="text-center"> <button type="button" class="btnRemove btn btn-danger btn-xs"> <span class="fas fa-minus"></span> </button> </td> </tr> </tbody> </table> </fieldset> <div class="row"> <div class="col-sm-12"> <fieldset class="card"> <legend>DATA SOURCE <span style="color:red;"><strong>*</strong></span></legend> <div class="row"> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">DMS</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-dms" id="mod-dd-dms" json-modal-service="true" class="modal-select2 edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> <?php $dms = $db -> return_result("SELECT `id`, `name` FROM `source_dms` WHERE status != 0 ORDER BY id ASC"); foreach($dms as $data){ echo "<option value='{$data['id']}'>".$data['name']."</option>"; } ?> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Company</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-company" id="mod-dd-company" json-modal-service="true" class="modal-select2 edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="lbl-forms mx-0 my-0">Dealer</label> <!-- <span style="color:red;"><strong>*</strong></span> --> <select name="mod-dd-dealer" id="mod-dd-dealer" json-modal-service="true" class="modal-select2 edit-customer lbl-forms-sm form-control form-control-sm" style="width: 100%;"> <option></option> </select> </div> </div> </div> </fieldset> </div> </div> </div> <div class="tab-pane fade" id="vehicle-modal-service-picture" role="tabpanel" aria-labelledby="vehicle-modal-tab-service-picture"> <div class="row"> <div class="col-sm-12"> <form action="" class="dropzone dz-clickable" id="upload-sales-photo"> <div class="dz-message d-flex flex-column"> <i class="fa fa-cloud-upload-alt"></i> <strong> Drag & Drop here or click </strong> </div> </form> </div> </div> </div> </div> <div class="overlay" id="vehicle-loader" style="display: none;"> <div class="fas fa-2x fa-sync-alt fa-spin "> </div> <strong><span class="ml-2" id="loading-message"> Loading, please wait...</span></strong> </div> </div> </div> <!--modal body--> <div class="modal-footer"> <button id="proceed-button-vehicle" type="button" class="btn btn-success btn-sm swalDefaultSuccess"><span>Save Information</span></button> </div> </div> <!--modal content--> </div> </div>PK ���Z��d�q �q add_sales.phpnu �[��� PK 9��Zl�C�� � r vehicle_form.phpnu �[��� PK 9��Z̍�!�1 �1 _l customer_form.phpnu �[��� PK 9��Z ��a�c �c k� vehicle_service_form.phpnu �[��� PK F R
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings