| Line 48... |
Line 48... |
| 48 |
<!--overview start-->
|
48 |
<!--overview start-->
|
| 49 |
<div class="row">
|
49 |
<div class="row">
|
| 50 |
<div class="col-lg-12">
|
50 |
<div class="col-lg-12">
|
| 51 |
<h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
|
51 |
<h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
|
| 52 |
<ol class="breadcrumb">
|
52 |
<ol class="breadcrumb">
|
| 53 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
53 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("grn.home")</a></li>
|
| 54 |
<li><i class="icon_document_alt"></i>NEW</li>
|
54 |
<li><i class="icon_document_alt"></i>#springMessage("grn.new")</li>
|
| 55 |
<!--Training Video -->
|
55 |
<!--Training Video -->
|
| 56 |
<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="o6GyFxS8jUo"><span
|
56 |
<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="o6GyFxS8jUo"><span
|
| 57 |
class="glyphicon glyphicon-play-circle"></span> Play Video</a></li>
|
57 |
class="glyphicon glyphicon-play-circle"></span> #springMessage("grn.playvideo")</a></li>
|
| 58 |
</ol>
|
58 |
</ol>
|
| 59 |
</div>
|
59 |
</div>
|
| 60 |
</div>
|
60 |
</div>
|
| 61 |
<!--<form class="form-horizontal row" id="purchase-reference-submit-form">-->
|
61 |
<!--<form class="form-horizontal row" id="purchase-reference-submit-form">-->
|
| 62 |
<div class="col-lg-9 row">
|
62 |
<div class="col-lg-9 row">
|
| 63 |
<label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">Invoice No.</label>
|
63 |
<label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">#springMessage("grn.invoiceno")</label>
|
| 64 |
<div class="input-group col-lg-6">
|
64 |
<div class="input-group col-lg-6">
|
| 65 |
#if($airwayBillOrInvoiceNumber)
|
65 |
#if($airwayBillOrInvoiceNumber)
|
| 66 |
#set($value = $airwayBillOrInvoiceNumber)
|
66 |
#set($value = $airwayBillOrInvoiceNumber)
|
| 67 |
#else
|
67 |
#else
|
| 68 |
#set($value = "")
|
68 |
#set($value = "")
|
| 69 |
#end
|
69 |
#end
|
| 70 |
<input type="text" class="form-control" name="airwayBillOrInvoiceNumber" value="$value"
|
70 |
<input type="text" class="form-control" name="airwayBillOrInvoiceNumber" value="$value"
|
| 71 |
id="airwayBillOrInvoiceNumberText" placeholder="Enter invoice Number"/>
|
71 |
id="airwayBillOrInvoiceNumberText" placeholder="Enter invoice Number"/>
|
| 72 |
<span class="input-group-btn">
|
72 |
<span class="input-group-btn">
|
| 73 |
<button class="btn btn-primary" id="purchase-reference-submit-button"
|
73 |
<button class="btn btn-primary" id="purchase-reference-submit-button"
|
| 74 |
onclick="getPurchaseByInvoiceNumber()">Submit!</button>
|
74 |
onclick="getPurchaseByInvoiceNumber()">#springMessage("grn.submit")</button>
|
| 75 |
</span>
|
75 |
</span>
|
| 76 |
</div>
|
76 |
</div>
|
| 77 |
</div>
|
77 |
</div>
|
| 78 |
<!--</form>-->
|
78 |
<!--</form>-->
|
| 79 |
#if($customItems && $customItems.size() > 0)
|
79 |
#if($customItems && $customItems.size() > 0)
|