AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 104.23.243.32   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home2/cp648411/public_html/ilawasia.onnud20.com/Receipt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home2/cp648411/public_html/ilawasia.onnud20.com/Receipt/form.php
<div class="card mb-4">
    <div class="card-header">
        ระบุข้อมูล
    </div>
    <div class="card-body">
        <div class="form-group row">
            <div class="col-sm-2">
                <label for="" class="col-form-label">Invoice </label>
            </div>
            <div class="col-sm-4">
                <input class="form-control" id="txt_invoice_number" value="@Model.Data.InvoiceNo" style="background-color: lightgray; width: 80% !important; display: inline;" readonly />
                <a href="#" class="btn btn-primary" data-toggle="modal" data-target="#invoiceModal">
                    <span class="icon text-white-50">
                        <i class="fas fa-search"></i>
                    </span>
                </a>
                <input type="hidden" name="InvoiceId" id="hd_invoice_id" value="@Model.Data.InvoiceId" />
            </div>
            @if (!string.IsNullOrEmpty(Model.Data.ReceiptNo))
            {
                <div class="col-sm-2">
                    <label for="" class="col-form-label">Receipt No.</label>
                </div>
                <div class="col-sm-4">
                    <input class="form-control" id="" value="@Model.Data.ReceiptNo" style="background-color: lightgray;" readonly />
                </div>
            }
        </div>
        <div class="form-group row">
            <div class="col-sm-2">
                <label for="" class="col-form-label">Customer <sup class="text-danger">*</sup></label>
            </div>
            <div class="col-sm-4">
                <input class="form-control" name="CustomerCode" value="@Model.Data.CustomerCode" style="background-color:lightgray; width:80% !important;display:inline;" id="txt_cus_code" readonly />
                @*<a href="#" class="btn btn-primary" data-toggle="modal" data-target="#customerModal">
                        <span class="icon text-white-50">
                            <i class="fas fa-search"></i>
                        </span>
                    </a>*@
                <input type="hidden" name="CustomerId" id="hd_cus_id" value="@Model.Data.CustomerId" />
            </div>
        </div>
        <div class="form-group row">

            <label for="" class="col-sm-2 col-form-label">Address <sup class="text-danger">*</sup></label>
            <div class="col-sm-4">
                <input class="form-control" style="background-color:lightgray;" id="txt_cus_address" value="@Model.Data.Address" readonly />
            </div>
            <label for="" class="col-sm-2 col-form-label">Billing Address<sup class="text-danger">*</sup></label>
            <div class="col-sm-4">
                <input class="form-control" style="background-color:lightgray;" value="@Model.Data.Address" id="txt_cus_billing_address" readonly />
            </div>
        </div>
        <div class="form-group row">
            <label for="" class="col-sm-2 col-form-label">Vat <sup class="text-danger">*</sup></label>
            <div class="col-sm-2">
                <input type="number" class="form-control" style="background-color:lightgray;" name="Vat" id="txt_vat" value="@(Model.Data.Vat==0?"":Model.Data.Vat.ToString())" readonly />
            </div>
            <label for="" class="col-sm-2 col-form-label">Status <sup class="text-danger">*</sup></label>
            <div class="col-sm-2">
                <select class="form-control" name="Status">
                    <option value="1" @(Model.Data.Status == 1 ? "selected" : "")>Draft</option>
                    <option value="2" @(Model.Data.Status == 2 ? "selected" : "")>Confirm</option>
                </select>
            </div>
        </div>

        <nav>
            <div class="nav nav-tabs" id="nav-tab" role="tablist">
                <a class="nav-item nav-link active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true">Item</a>
            </div>
        </nav>
        <div class="tab-content" id="nav-tabContent">
            <div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
                <br />
                <table class="table table-bordered" id="item-table">
                    <thead>
                        <tr>
                            <td>No.</td>
                            <td>Description</td>
                            <td>Remark</td>
                            <td>Amount</td>
                        <tr>
                    </thead>
                    <tbody>
                    </tbody>
                    <tfoot>
                        <tr>
                            <td colspan="2"></td>
                            <td>VAT</td>
                            <td class="text-right" id="lbl_vat"></td>
                        </tr>
                        <tr>
                            <td colspan="2"></td>
                            <td>TOTAL</td>
                            <td class="text-right" id="lbl_total"></td>
                            <td></td>
                        </tr>
                    </tfoot>
                </table>
            </div>
        </div>
    </div>
</div>

<!-- Modal Invoice-->
<div class="modal fade" id="invoiceModal" tabindex="-1" role="dialog" aria-labelledby="invoiceModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title" id="exampleModalLabel">Select Invoice</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                <div id="invoice_pagination">
                    <div class="mb-2">
                        <div class="form-group row">
                            <div class="col-sm-4">
                                <label class="col-form-label">Invoice No.</label>
                                <input type="text" class="form-control" id="txt_search_invoice_no" value="" />
                            </div>
                            <div class="col-sm-4">
                                <label class="col-form-label">Customer Code</label>
                                <input type="text" name="" id="txt_search_cus_code" class="form-control" value="" />
                            </div>
                            <div class="col-sm-4">
                                <label class="col-form-label">Customer Name</label>
                                <input type="text" name="" id="txt_search_cus_name" class="form-control" value="" />
                            </div>
                            <div class="col-sm-4">
                                <label class="col-form-label">&nbsp;</label>
                                <button class="btn btn-success d-block" type="button" onclick="loadInvoiceList(true)">Search</button>
                            </div>
                        </div>
                    </div>
                    <div class="table-loader text-center" style="display:none;">
                        <div class="overlay">
                            <i class="fas fa-3x fa-spinner fa-pulse"></i>
                        </div>
                        @*style="display:none;"*@

                    </div>
                    <div class="row">
                        <table class="table table-striped table-bordered ">
                            <thead>
                                <tr>
                                    <td>Invoice No.</td>
                                    <td>Customer Code</td>
                                    <td>Customer Name</td>
                                    <td style="width:120px;">Action</td>
                                </tr>
                            </thead>
                            <tbody>
                            </tbody>
                        </table>

                        <br /><br />
                    </div>
                    <div class="supplierPager">
                        <div class="row">
                            <div class="col-md-6">
                                <input type="hidden" class="page" value="1" />
                                <input type="hidden" class="page-size" value="10" />
                                <input type="hidden" class="numrows" value="0" />
                                <input type="hidden" class="params" value="" />
                                แสดงรายการ <span class="start-record"></span> ถึง <span class="end-record"></span> จากทั้งหมด <span class="total-record"></span> รายการ
                            </div>
                            <div class="col-md-6 text-right pagination-zone">

                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
                @*<button type="button" class="btn btn-primary">Save changes</button>*@
            </div>
        </div>
    </div>
</div>

Anon7 - 2022
AnonSec Team