| Line 25... |
Line 25... |
| 25 |
<div style="background:white;background-color:white;padding:10px;">
|
25 |
<div style="background:white;background-color:white;padding:10px;">
|
| 26 |
<h4 class="modelHeaderCustom" style="font-size:22px;">Credit/Debit</h4>
|
26 |
<h4 class="modelHeaderCustom" style="font-size:22px;">Credit/Debit</h4>
|
| 27 |
<div>
|
27 |
<div>
|
| 28 |
<div class = "row">
|
28 |
<div class = "row">
|
| 29 |
<div class="col-lg-2 form-group">
|
29 |
<div class="col-lg-2 form-group">
|
| - |
|
30 |
<input id="FofoId" type="text" class="typeahead form-control form-control-sm" placeholder="Partner Name" data-provide="typeahead"
|
| - |
|
31 |
#if(${retailerName}) value="${retailerName}" #end
|
| - |
|
32 |
autocomplete="off"/>
|
| - |
|
33 |
|
| - |
|
34 |
</div>
|
| - |
|
35 |
<div class="col-lg-2 form-group">
|
| - |
|
36 |
<button class="btn btn-primary fetchTransactions" type="button">Search Transactions</button>
|
| - |
|
37 |
</div>
|
| - |
|
38 |
</div>
|
| - |
|
39 |
|
| - |
|
40 |
<div class = "row">
|
| - |
|
41 |
<div class="col-lg-2 form-group">
|
| 30 |
<select class="form-control input-sm" id = "reference-type" name = "reference-type" placeholder="Reference Type">
|
42 |
<select class="form-control input-sm" id = "reference-type" name = "reference-type" placeholder="Reference Type">
|
| 31 |
<option value="" disabled selected>Reference Type</option>
|
43 |
<option value="" disabled selected>Reference Type</option>
|
| 32 |
#foreach($referenceType in $referenceTypes)
|
44 |
#foreach($referenceType in $referenceTypes)
|
| 33 |
<option value="$referenceType">$referenceType</option>
|
45 |
<option value="$referenceType">$referenceType</option>
|
| 34 |
#end
|
46 |
#end
|
| Line 41... |
Line 53... |
| 41 |
|
53 |
|
| 42 |
<div class="col-lg-2 form-group">
|
54 |
<div class="col-lg-2 form-group">
|
| 43 |
<button class="btn btn-primary referenceSearch" type="button">Search</button>
|
55 |
<button class="btn btn-primary referenceSearch" type="button">Search</button>
|
| 44 |
</div>
|
56 |
</div>
|
| 45 |
</div>
|
57 |
</div>
|
| 46 |
|
58 |
|
| 47 |
<div class = "row">
|
- |
|
| 48 |
<div class="col-lg-2 form-group">
|
- |
|
| 49 |
<div class="input-group">
|
- |
|
| 50 |
<input id="FofoId" type="text" class="typeahead form-control form-control-sm" placeholder="Partner Name" data-provide="typeahead"
|
- |
|
| 51 |
#if(${retailerName}) value="${retailerName}" #end
|
- |
|
| 52 |
autocomplete="off"/>
|
- |
|
| 53 |
</div>
|
- |
|
| 54 |
</div>
|
- |
|
| 55 |
</div>
|
- |
|
| 56 |
|
- |
|
| 57 |
<div class = "row">
|
59 |
<div class = "row">
|
| 58 |
<div class="col-lg-2 form-group">
|
60 |
<div class="col-lg-2 form-group">
|
| 59 |
<select class="form-control input-sm" id = "transaction-type" name = "transaction-type" placeholder="Transaction Type">
|
61 |
<select class="form-control input-sm" id = "transaction-type" name = "transaction-type" placeholder="Transaction Type">
|
| 60 |
<option value="" disabled selected>Transaction Type</option>
|
62 |
<option value="" disabled selected>Transaction Type</option>
|
| 61 |
#foreach($transactionType in $transactionTypes)
|
63 |
#foreach($transactionType in $transactionTypes)
|
| 62 |
<option value="$transactionType">$transactionType</option>
|
64 |
<option value="$transactionType">$transactionType</option>
|
| 63 |
#end
|
65 |
#end
|