Subversion Repositories SmartDukaan

Rev

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

Rev 33257 Rev 33261
Line 98... Line 98...
98
                <td colspan="6"> No Order Found</td>
98
                <td colspan="6"> No Order Found</td>
99
            </tr>
99
            </tr>
100
            #end
100
            #end
101
        </tbody>
101
        </tbody>
102
    </table>
102
    </table>
-
 
103
    #if(!$inStockOrdersSerialized.isEmpty() && !$inStockOrdersNonSerialized.isEmpty())
103
    <div class="row">
104
        <div class="row">
104
        <div class="col-md-12">
105
            <div class="col-md-12">
105
            <button type="button" class="btn btn-info pull-right order_accepted">Generate Bill</button>
106
                <button type="button" class="btn btn-info pull-right order_accepted">Generate Bill</button>
-
 
107
            </div>
106
        </div>
108
        </div>
107
    </div>
109
    #end
-
 
110
 
108
</div>
111
</div>
109
<div class="clearfix"></div><br>
112
<div class="clearfix"></div><br>
110
<div class="well" style="padding: 10px;">
113
<div class="well" style="padding: 10px;">
111
    <h4>Out of Stock </h4>
114
    <h4>Out of Stock </h4>
112
    <table id="wareHouseTransactionTable" class="table table-striped table-advance table-hover" style="width:100%">
115
    <table id="wareHouseTransactionTable" class="table table-striped table-advance table-hover" style="width:100%">
Line 181... Line 184...
181
                <h4 class="modal-title">Change Warehouse</h4>
184
                <h4 class="modal-title">Change Warehouse</h4>
182
            </div>
185
            </div>
183
            <div class="modal-body">
186
            <div class="modal-body">
184
            </div>
187
            </div>
185
            <div class="modal-footer">
188
            <div class="modal-footer">
186
                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
-
 
187
                <button type="button" class="btn btn-info change-warehouse-save-mk" data-dismiss="modal">Submit</button>
189
                <button type="button" class="btn btn-info change-warehouse-save-mk" data-dismiss="modal">Submit</button>
188
            </div>
190
            </div>
189
        </div>
191
        </div>
190
 
192
 
191
    </div>
193
    </div>