MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/inventory/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/inventory/purchase_order.php
<?php
session_start();
$se = $_SESSION["id"];
if (!isset($_SESSION['id'])) {
    header("Location: login.php");
}
include("include/db.php");;
 
?>
<!doctype html>
<html lang="en">


<!-- Mirrored from themesdesign.in/morvin/layouts/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 04 Apr 2022 13:25:02 GMT -->
<head>

    
    <?php include 'include/head.php'; ?>
<style>
.one,
td,th,
tr {
    border: 1px solid black;

    border-collapse: collapse;

}

body {
    font-family: verdana;
}

.one {

    margin: auto;
    width: 90%;

}

td,th,
td {
    height: 25px;
}

#one {
    width: 40%;

}

#two {
    width: 20%;
}

.two,
td,th,
tr {
    border: 1px solid black;

    border-collapse: collapse;

}

.two {
    margin: auto;
    margin-top: 4px;
    width: 100%;

}
.three {
    
    border:1px solid black;
     
    border-collapse:collapse;
    margin: auto;
    
    margin-top: 4px;
    width: 90%;
    margin-bottom:4px;

}
#n,#new{
    border:none;
    
}
</style>

</head>


<body style="background-color: #e7e6e6">

    <!-- Begin page -->
    <div id="layout-wrapper">

       <?php include 'include/header.php'; ?>

        <!-- ========== Left Sidebar Start ========== -->
        <div class="vertical-menu">
            <?php include 'include/sidebar.php'; ?>
        </div>
        <!-- Left Sidebar End -->

        <!-- ============================================================== -->
        <!-- Start right Content here -->
        <!-- ============================================================== -->
         <div class="main-content">

                <div class="page-content">

                    <!-- start page title -->
                    <div class="page-title-box">
                        <div class="container-fluid">
                         <div class="row align-items-center">
                             <div class="col-sm-6">
                                 <div class="page-title">
                                     <h4>New Purchase Order</h4>
                                         <!-- <ol class="breadcrumb m-0">
                                             <li class="breadcrumb-item"><a href="javascript: void(0);">Morvin</a></li>
                                             <li class="breadcrumb-item"><a href="javascript: void(0);">Tables</a></li>
                                             <li class="breadcrumb-item active">Data Tables</li>
                                         </ol> -->
                                 </div>
                             </div>
                             <div class="col-sm-6">
                               
                             </div>
                         </div>
                        </div>
                     </div>
                     <!-- end page title -->    


                    <div class="container-fluid">

                        <div class="page-content-wrapper">

                        

                             <div class="row">
                                    <div class="col-lg-12">
                                    <div class="card">
                                        <div class="card-body">
                                           
                                            
                                            <form >
                                                <div class="row">

                                               

                                                   

                                            
                                                   


                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Vendor Name*
                                                            </label>
                                                        </div>

                                                        <div class="col-md-8">
                                                             
                                                            <div class="input-group bootstrap-touchspin bootstrap-touchspin-injected">
                                                              <select class="form-select" id="validationCustom03" required="">
                                                               
                                                                <option value="Never mind">Never mind</option>
                                                                <option value="Nearest whole number">Nearest whole number</option>
                                                                <option value="0.99">0.99</option>
                                                                <option value="0.50">0.50</option>
                                                                <option value="0.49">0.49</option>
                                                            </select>
                                                            <span class="input-group-btn input-group-append"><button class="btn btn-primary bootstrap-touchspin-up" type="button"><i class="mdi mdi-magnify"></i></button></span></div>
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>
                                                      <br>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Purchase Order#
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <input class="form-control" type="text"  id="example-text-input">
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Reference#
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <input class="form-control" type="text"  id="example-text-input">
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Date
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <input class="form-control" type="Date"  id="example-text-input">
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Expected Shipment Date
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <input class="form-control" type="text"  id="example-text-input">
                                                            
                                                        </div>

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Payment Terms
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <select class="form-select" id="validationCustom03" required="">
                                                               
                                                                 <option value="Net 15">Net 15</option>

                                                                <option value="Net 30">Net 30</option>
                                                                <option value="Net 45">Net 45</option>

                                                                <option value="Net 60">Net 60</option>
                                                                <option value="Due end of the month">Due end of the month</option>
                                                                <option value="Due end of next month">Due end of next month</option>

                                                                <option value="Due on Receipt">Due on Receipt</option>

                                                               
                                                                
                                                            </select>
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>

                                                       <hr>

                                                         <div class="row" style="margin-bottom: 25px;">

                                                       

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                               Shipment Preference
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                             <select class="form-select" id="validationCustom03" required="">
                                                               
                                                                 <option value="">Choose</option>

                                                            </select>
                                                            
                                                        </div>

                                                        
                                                         
                                                      </div>
                                                      <br>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="col-md-2">
                                                            <label class="form-check-label" for="formCheck1">
                                                                Discount Type
                                                            </label>
                                                        </div>

                                                        <div class="col-md-4">
                                                             
                                                           
                                                              <select class="form-select" id="validationCustom03" required="">
                                                               
                                                                <option value="">At transaction level</option>
                                                                <option value="">At line item level</option>
                                                                
                                                            </select>
                                                           
                                                            
                                                        </div>

                                                      </div>

                                                      
                                                      <br>

                                                       <div class="row" style="margin-bottom: 25px;">

                                                       

                                                        
                                                      <table class="table table-striped table-bordered dt-responsive nowrap" style="border-collapse: collapse; border-spacing: 0; width: 100%;" width="100%">
                                                        <tr>
                                                           <th colspan="2">Item Details </th>
                                                           <th>ACCOUNT</th>
                                                           <th>Quantity</th>
                                                           <th>RATE  </th>
                                                           
                                                           <th>AMOUNT</th>
                                                          
                                                        </tr>
                                                       


                                                                  
                                                                      
                                                                      
                                                          
                                                        <tr>
                                                          <td>Bill Gates</td>
                                                          <td>Bill Gates</td>
                                                          <td>Bill Gates</td>
                                                          <td>Bill Gates</td>
                                                          <td>Quantity</td>
                                                          <td>+</td>
                                                        </tr>
                                                       

                                                </table>

                                                        
                                                         
                                                      </div>


                                                      <div class="row" style="margin-bottom: 25px;">

                                                        <div class="row">
                                                          <div class="col-md-6">

                                                            <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-8">
                                                             <a href="#"><i class="fa fa-plus"></i>Add another line</a>
                                                          </div>

                                                        </div>



                                                        <div class="row">

                                                           <div class="col-md-12">
                                                             <label class="form-check-label" for="formCheck1">
                                                               Customer Notes
                                                            </label>

                                                            <textarea placeholder="Enter any notes to be displayed in your transaction" id="ember1161" class="ember-text-area ember-view form-control"></textarea>
                                                          </div>

                                                        </div>

                                                      </div>
                                                      <div class="col-md-6" style="background-color: #fbfafa;border-radius: 10px!important;margin-left: auto!important;">

                                                         <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-3">
                                                             <label class="form-check-label" for="formCheck1">
                                                               Sub Total
                                                            </label>
                                                          </div>

                                                            <div class="col-md-4">
                                                             
                                                          </div>

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

                                                            <span style="float: right;">0.00</span>
                                                             
                                                          </div>

                                                        </div>

                                                         <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-3">
                                                             <label class="form-check-label" for="formCheck1">
                                                               Discount
                                                            </label>
                                                          </div>

                                                           <div class="col-md-3">
                                                              <input class="form-control" type="text"  id="example-text-input">
                                                          </div>

                                                          <div class="col-md-3">
                                                              <select class="form-select" id="validationCustom03" required="">
                                                               
                                                                <option value="1">%</option>
                                                                <option value="2">RS</option>
                                                            </select>
                                                          </div>

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

                                                            <span style="float: right;">0.00</span>
                                                             
                                                          </div>

                                                        </div>

                                                         <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-3">
                                                             <label class="form-check-label" for="formCheck1">
                                                               Adjustment
                                                            </label>
                                                          </div>

                                                          <div class="col-md-4">
                                                              <input class="form-control" type="text"  id="example-text-input">
                                                          </div>

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

                                                            <span style="float: right;">0.00</span>
                                                             
                                                          </div>

                                                        </div>

                                                        <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-3">
                                                             <label class="form-check-label" for="formCheck1">
                                                               TCS
                                                            </label>
                                                          </div>

                                                           

                                                          <div class="col-md-6">
                                                              <select class="form-select" id="validationCustom03" required="">
                                                               
                                                               
                                                            </select>
                                                          </div>

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

                                                            <span style="float: right;">0.00</span>
                                                             
                                                          </div>

                                                        </div>

                                                         <div class="row" style="margin-bottom: 25px;">

                                                           <div class="col-md-4">
                                                             <label class="form-check-label" for="formCheck1" style="font-weight: 600;">
                                                               Total ( Rs. )
                                                            </label>
                                                          </div>

                                                          <div class="col-md-3">
                                                             
                                                          </div>

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

                                                            <span style="float: right; font-weight: 600;">0.00</span>
                                                             
                                                          </div>

                                                        </div>



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

                                                      <hr>

                                                      <div class="row" style="margin-bottom: 25px;">

                                                        

                                                        <div class="col-md-8"  style="border-right: 1px solid #eee;">
                                                          <label class="form-check-label" for="formCheck1">
                                                                Terms & Conditions
                                                            </label>
                                                             
                                                             <textarea placeholder="Enter the terms and conditions of your business to be displayed in your transaction" id="ember1161" class="ember-text-area ember-view form-control" rows="4"></textarea>
                                                            
                                                        </div>

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

                                                       <div class="mb-3">
                                                            <label class="form-label">Attach File to Sales Order</label>
                                                            <input class="form-control" type="file" placeholder="Artisanal kale" id="example-text-input">
                                                           
                                                        </div>
                                                      
                                                    </div>
                                                        
                                                      </div>

                                                   
                                                

                                                <div>
                                                    <button class="btn btn-primary" type="submit">Save</button>
                                                     <button class="btn btn-info" type="submit">cancel</button>
                                                </div>
                                            </form>
                                        </div>
                                    </div>
                                </div>
                               <!-- end col -->
                            </div>
                           <!-- end row -->
            
                      

                        </div>
        
                        
                    </div> <!-- container-fluid -->
                </div>
                <!-- End Page-content -->

              
                
                <footer class="footer">
                 <?php include 'include/footer.php'; ?>
            </footer>
            </div>
        <!-- end main content-->

    </div>
    <!-- END layout-wrapper -->

    <!-- Right Sidebar -->
   
    <!-- /Right-bar -->

    <!-- Right bar overlay-->
    <div class="rightbar-overlay"></div>

    <!-- JAVASCRIPT -->
       <?php include 'include/bscript.php'; ?>


</body>


<!-- Mirrored from themesdesign.in/morvin/layouts/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 04 Apr 2022 13:25:42 GMT -->
</html>

MMCT - 2023