so status

This commit is contained in:
Hazirah Nabilah
2017-09-20 10:53:51 +08:00
parent 78248e0607
commit d79072b378
6 changed files with 119 additions and 16 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ License: You must have a valid license purchased only from themeforest(the above
<i class="fa fa-circle"></i>
</li>
<li>
<a href="purchaseorder2.html">Purchase Order</a>
<a href="purchaseorder2.html">Shipping Order</a>
</li>
</ul>
</div>
+18 -15
View File
@@ -668,7 +668,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Photo
<span class="required"> * </span>
</label>
<div class="col-md-6">
<div class="fileinput fileinput-new" data-provides="fileinput">
@@ -685,7 +684,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Brand
<span class="required"> * </span>
</label>
<div class="col-md-6">
<input type="text" class="form-control" name="brand" placeholder="Sharp"/>
@@ -696,7 +694,6 @@ License: You must have a valid license purchased only from themeforest(the above
<h5><strong> </strong></h5>
<div class="form-group">
<label class="control-label col-md-3">Model
<span class="required"> * </span>
</label>
<div class="col-md-6">
<input type="text" class="form-control" name="model" placeholder="ESW1452"/>
@@ -704,7 +701,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">UOM
<span class="required"> * </span>
</label>
<div class="col-md-6">
<input type="text" class="form-control" name="uom" placeholder="Roll"/>
@@ -734,7 +730,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3"> Photo
<span class="required"> * </span>
</label>
<div class="col-md-4">
<div class="fileinput fileinput-new" data-provides="fileinput">
@@ -751,7 +746,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="col-md-3 control-label">Packaging</label>
<span class="required"> * </span>
<div class="col-md-5">
<select id="folder2" class="form-control">
<option>Please choose</option>
@@ -796,13 +790,29 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="tab-pane active" id="addnw" style="display: none;">
<form role="form" action="#">
<div class="form-group">
<label class="control-label col-md-3">Please State
<label class="control-label col-md-3">UOM
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="height" placeholder="Carton"/>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3"> Photo
<span class="required"> * </span></label>
<div class="col-md-4">
<div class="fileinput fileinput-new" data-provides="fileinput">
<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">
<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt="" />
</div>
<div>
<span class="fileinput-new"></span>
<span class="fileinput-exists"></span>
<input type="file" name="...">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
@@ -810,7 +820,6 @@ License: You must have a valid license purchased only from themeforest(the above
<h5><strong>Measurement</strong></h5>
<div class="form-group">
<label class="control-label col-md-3">Height
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="height" placeholder="30"/>
@@ -818,7 +827,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Width
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="width" placeholder="20"/>
@@ -826,7 +834,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Depth
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="depth" placeholder="15"/>
@@ -834,7 +841,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Ref
<span class="required"> * </span>
</label>
<div class="col-md-4">
<img src="../assets/global/img/hwd.jpg" style="width: 225px; height: 150px;" alt="" />
@@ -843,7 +849,6 @@ License: You must have a valid license purchased only from themeforest(the above
<h5><strong>Weight</strong></h5>
<div class="form-group">
<label class="control-label col-md-3">Gross
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="gross" placeholder="30"/>
@@ -851,15 +856,13 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
<div class="form-group">
<label class="control-label col-md-3">Nett
<span class="required"> * </span>
</label>
<div class="col-md-4">
<input type="text" class="form-control" name="nett" placeholder="20"/>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3">Upload <br/> Photo
<span class="required"> * </span>
<label class="control-label col-md-3"> Photo
</label>
<div class="col-md-4">
<div class="fileinput fileinput-new" data-provides="fileinput">
+100
View File
@@ -425,6 +425,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td><center>
<div class='btn-group'>
<button class='btn green btn-xs btn-circle btn-outline dropdown-toggle btiv' data-toggle='dropdown'>Actions<i class='fa fa-angle-down'></i></button><ul class='dropdown-menu'><li><a data-toggle="modal" href ='#preview'>Preview PL</a></li>
<li><a data-toggle="modal" href ='#marking'>Print Marking</a></li>
<li><a href='shippingorder.html'> Edit </a></li>
<li><a href='shippingorder.html'> Cancel </a></li></ul>
</div><br/></center>
@@ -443,6 +444,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td><center>
<div class='btn-group'>
<button class='btn green btn-xs btn-circle btn-outline dropdown-toggle btiv' data-toggle='dropdown'>Actions<i class='fa fa-angle-down'></i></button><ul class='dropdown-menu'><li><a data-toggle="modal" href ='#preview'>Preview</a></li>
<li><a data-toggle="modal" href ='#marking'>Print Marking</a></li>
<li><a href='shippingorder.html'> Edit </a></li>
<li><a href='shippingorder.html'> Cancel </a></li></ul>
</div><br/></center>
@@ -461,6 +463,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td><center>
<div class='btn-group'>
<button class='btn green btn-xs btn-circle btn-outline dropdown-toggle btiv' data-toggle='dropdown'>Actions<i class='fa fa-angle-down'></i></button><ul class='dropdown-menu'><li><a data-toggle="modal" href ='#preview'>Preview</a></li>
<li><a data-toggle="modal" href ='#marking'>Print Marking</a></li>
<li><a href='shippingorder.html'> Edit </a></li>
<li><a href='shippingorder.html'> Cancel </a></li>></ul>
</div><br/></center>
@@ -479,6 +482,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td><center>
<div class='btn-group'>
<button class='btn green btn-xs btn-circle btn-outline dropdown-toggle btiv' data-toggle='dropdown'>Actions<i class='fa fa-angle-down'></i></button><ul class='dropdown-menu'><li><a data-toggle="modal" href ='#preview'>Preview</a></li>
<li><a data-toggle="modal" href ='#marking'>Print Marking</a></li>
<li><a href='shippingorder.html'> Edit </a></li>
<li><a href='shippingorder.html'> Cancel </a></li></ul>
</div><br/></center>
@@ -658,6 +662,102 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
</div>
</div>
<div class="modal fade" id="marking" tabindex="-1" role="marking" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<div class="row">
<div class="portlet box green">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-cogs"></i><strong>Marking</strong> </div>
<div class="actions">
<div class="btn-group">
<a class="btn white btn-outline btn-circle" href="javascript:;" data-toggle="dropdown">
<i class="fa fa-share"></i>
<span class="hidden-xs"> Actions </span>
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu pull-right" id="sample_3_tools">
<li>
<a href="javascript:;" data-action="0" class="tool-action">
<i class="icon-printer"></i> Print</a>
</li>
<li>
<a href="javascript:;" data-action="1" class="tool-action">
<i class="icon-check"></i> Copy</a>
</li>
<li>
<a href="javascript:;" data-action="2" class="tool-action">
<i class="icon-doc"></i> PDF</a>
</li>
<li>
<a href="javascript:;" data-action="3" class="tool-action">
<i class="icon-paper-clip"></i> Excel</a>
</li>
<li>
<a href="javascript:;" data-action="4" class="tool-action">
<i class="icon-cloud-upload"></i> CSV</a>
</li>
<li class="divider"> </li>
<li>
<a href="javascript:;" data-action="5" class="tool-action">
<i class="icon-refresh"></i> Reload</a>
</li>
</ul>
</div>
</div>
</div>
<div class="portlet-body">
<div class="row">
<div class="col-md-12">
<div class="col-md-4">
<div class="form-body">
<img src="../assets/global/img/qrcode.jpg" style="height:100% ; width:100%"/>
</div>
</div>
<div class="col-md-8">
<div class="form-body" >
<h1 align="center"><strong>CIEF/011257</strong></h1>
<div class="form-group">
<label class="control-label col-md-5">Warehouse Address
</label>
<label class="control-label col-md-6">70 McCullough Dr, New Castle, 19720 Delaware, United State of America
</label>
</div>
<br/>
<br/>
<div class="form-group">
<label class="control-label col-md-5">Contact Person
</label>
<label class="control-label col-md-6">Lisa Wong
</label>
</div>
<br/>
<div class="form-group">
<label class="control-label col-md-5">Contact No
</label>
<label class="control-label col-md-6">0112563786
</label>
</div>
<br/>
<div class="form-group" align="center">
<img src="../assets/global/img/barcode.png" style="height:75px ; width:250px" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--[if lt IE 9]>
<script src="../assets/global/plugins/respond.min.js"></script>
<script src="../assets/global/plugins/excanvas.min.js"></script>
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB