Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 34168 |
tejus.loha |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
|
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>RESET IRN</h3>
|
|
|
5 |
<ol class="breadcrumb">
|
|
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
7 |
<li><i class="icon_document_alt"></i>RESET IRN</li>
|
|
|
8 |
</ol>
|
|
|
9 |
</div>
|
|
|
10 |
</div>
|
|
|
11 |
|
|
|
12 |
<div>
|
|
|
13 |
<div class="row">
|
|
|
14 |
<div class="col-lg-3">
|
|
|
15 |
<input type="text" class="form-control" id="search-invoice-number" placeholder="Enter Invoice Number"
|
|
|
16 |
value=""/>
|
|
|
17 |
</div>
|
|
|
18 |
<div class="col-lg-1">
|
|
|
19 |
<button class="btn btn-primary" id="search-invoice-for-irn-reset" type="button">Search</button>
|
|
|
20 |
</div>
|
|
|
21 |
|
|
|
22 |
</div>
|
|
|
23 |
</div>
|
|
|
24 |
<div id="transaction-for-reset-irn-container" style="margin-top: 4%">
|
|
|
25 |
|
|
|
26 |
</div>
|
|
|
27 |
|
|
|
28 |
</section>
|
|
|
29 |
|