Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<section class="wrapper">            
      <!--overview start-->
          <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${request.getContextPath()}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>GRN</li>                                                   
                        </ol>
                </div>
        </div>
        <form class="form-horizontal row" id="purchase-reference-submit">
        <div class="col-lg-9 row">
        <label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">AirWallBill / Invoice No.</label>
        <div class="input-group col-lg-6">
                 <#if model.invoiceNumber??>
                                <input type="text" class="form-control" name="airwayBillOrInvoiceNumber" placeholder="Enter Airway or Invoice Number" value="${model.invoiceNumber}" />
                         <#else>
                                <input type="text" class="form-control" name="airwayBillOrInvoiceNumber"  placeholder="Enter Airway or Invoice Number" />
                         </#if>
             <span class="input-group-btn">
             <button type="submit" class="btn btn-primary">Submit!</button>
             </span>
        </div>
    </div>
    </form>
    <hr/>
        
</section>