EVOLUTION-NINJA
Edit File: dyeingprocess.php
<!-- BEGIN CONTENT --> <div class="page-content-wrapper newForm-container"> <div class="page-content"> <!-- BEGIN PAGE HEADER--> <h3 class="page-title"> Dyeing Process </h3> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="fa fa-home"></i> <a href="dashboard.php">Home</a> <i class="fa fa-angle-right"></i> </li> </ul> </div> <!-- END PAGE HEADER--> <!-- BEGIN DASHBOARD STATS --> <div class="portlet box blue-madison"> <div class="portlet-title"> <div class="caption">New Dyeing Process</div> </div> <div class="portlet-body form"> <!-- BEGIN FORM--> <form action="#" class="form-horizontal"> <div class="form-body"> <!--/row--> <div class="panel panel-default purchaseForm-container"> <div class="panel-body"> <div class="rowSpace"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="table-responsive"> <table class="table table-striped table-bordered"> <thead> <tr> <th>Issue No</th> <th>Issue Date</th> <th>Your DC</th> <th>OSL No.</th> <th>Sub OSL</th> <th>Fab Shade</th> <th>Quality</th> <th>Specifications</th> <th>Yarn Shade</th> <th>Issue Wt</th> <th>Issue Hanks</th> </tr> </thead> <tbody> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="rowSpace"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="table-responsive"> <table class="table table-striped table-bordered"> <thead> <tr> <th>Issue No</th> <th>Dyed Date</th> <th>Dyed Wt</th> <th>Dyed Hanks</th> <th>Bal Wt</th> <th>Bal Hanks</th> <th>Remarks</th> <th>Bag</th> </tr> </thead> <tbody> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="row"> <div class="rowSpace"> <div class="col-md-4 col-sm-4"> <label class="control-label"><input type="checkbox" id="" class="form-control" />Confirm Receipt</label> </div> <div class="col-md-4 col-sm-4"> <label class="control-label">Degum Loss</label> <input type="text" class="form-control" /> </div> <div class="col-md-4 col-sm-4"> <label class="control-label">Degum Per</label> <input type="text" class="form-control" /> </div> </div> </div> </div> </div> <div class="form-actions"> <div class="col-md-12 col-sm-12"> <div style="display:inline-block; float:right"> <button type="button" class="btn btn-default">Cancel</button> <button type="button" class="btn btn-primary">Submit</button> </div> </div> </div> </div> </form> <!-- END FORM--> </div> </div> <!-- END DASHBOARD STATS --> </div> </div> </div> <!-- End BEGIN CONTAINER -->