Subversion Repositories SmartDukaan

Rev

Rev 23026 | Rev 23164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23026 Rev 23076
Line 54... Line 54...
54
					<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
54
					<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
55
					<li><i class="icon_document_alt"></i>NEW</li>						  	
55
					<li><i class="icon_document_alt"></i>NEW</li>						  	
56
				</ol>
56
				</ol>
57
			</div>
57
			</div>
58
	</div>
58
	</div>
59
	<form class="form-horizontal row" id="purchase-reference-submit">
59
	<!--<form class="form-horizontal row" id="purchase-reference-submit-form">-->
60
	<div class="col-lg-9 row">
60
	<div class="col-lg-9 row">
61
        <label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">AirWayBill / Invoice No.</label>
61
        <label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">AirWayBill / Invoice No.</label>
62
	        <div class="input-group col-lg-6">
62
	        <div class="input-group col-lg-6">
63
	            #if($airwayBillOrInvoiceNumber)
63
	            #if($airwayBillOrInvoiceNumber)
64
	            	#set($value = $airwayBillOrInvoiceNumber)
64
	            	#set($value = $airwayBillOrInvoiceNumber)
65
	            #else
65
	            #else
66
	            	#set($value = "")
66
	            	#set($value = "")
67
	            #end
67
	            #end
68
   			 	<input type="text" class="form-control" name="airwayBillOrInvoiceNumber"  value="$value" placeholder="Enter AirwayBill or invoice Number" />
68
   			 	<input type="text" class="form-control" name="airwayBillOrInvoiceNumber"  value="$value" id="airwayBillOrInvoiceNumberText" placeholder="Enter AirwayBill or invoice Number" />
69
             <span class="input-group-btn">
69
             <span class="input-group-btn">
70
             <button type="submit" class="btn btn-primary">Submit!</button>
70
             	<button class="btn btn-primary" id="purchase-reference-submit-button" onclick="getPurchaseByInvoiceNumber()">Submit!</button>
71
             </span>
71
             </span>
72
        </div>
72
        </div>
73
    </div>
73
    </div>
74
    </form>
74
    <!--</form>-->
75
    <hr/>
75
    <hr/>
76
    #if($customItems.size() > 0)
76
    #if($customItems.size() > 0)
77
    	<div class="row">
77
    	<div class="row">
78
    		<div class="col-lg-12">
78
    		<div class="col-lg-12">
79
    			<table class="table table-striped table-advance table-hover">
79
    			<table class="table table-striped table-advance table-hover">