Subversion Repositories SmartDukaan

Rev

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

Rev 33010 Rev 33091
Line 6... Line 6...
6
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportsofferpayoutdump.home")</a></li>
6
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportsofferpayoutdump.home")</a></li>
7
                <li><i class="icon_document_alt"></i>#springMessage("reportsofferpayoutdump.offerpayoutdumpreport")</li>
7
                <li><i class="icon_document_alt"></i>#springMessage("reportsofferpayoutdump.offerpayoutdumpreport")</li>
8
            </ol>
8
            </ol>
9
        </div>
9
        </div>
10
    </div>
10
    </div>
-
 
11
    #if($isAdmin)
-
 
12
        <div class="row col-lg-12" style="float: right;">
-
 
13
            <div class="col-lg-2">
-
 
14
                <div class="input-group">
-
 
15
                    <input placeholder="Partner Name" type="text" class="typeahead form-control" id="typeaheadpartner" name="Item" data-provide="typeahead" autocomplete="off"> <input id="partnerId" type="hidden">
-
 
16
 
-
 
17
                    <br>
-
 
18
                    <span class="input-group-btn">
-
 
19
						##<button class="btn btn-primary submit" id="retailer-details-search-button"
-
 
20
                                                                ## type="button">Go!</button>
-
 
21
					</span>
-
 
22
                </div>
-
 
23
            </div>
-
 
24
        </div>
-
 
25
    #end
11
    <div class="row col-lg-12" style="float: right;">
26
    <div class="row col-lg-12" style="float: right;">
12
 
27
 
13
 
28
 
14
        #springMessage("reportsofferpayoutdump.from") <input type="date" id="startDate-offer-payout-dump" placeholder="" name="" value="$startDate">
29
        #springMessage("reportsofferpayoutdump.from") <input type="date" id="startDate-offer-payout-dump" placeholder="" name="" value="$startDate">
15
 
30
 
16
        #springMessage("reportsofferpayoutdump.to") <input type="date" id="endDate-offer-payout-dump" placeholder="" value="$endDate">
31
        #springMessage("reportsofferpayoutdump.to") <input type="date" id="endDate-offer-payout-dump" placeholder="" value="$endDate">
17
 
-
 
18
        <button type="submit" class="download-offer-payout-dump-report">#springMessage("reportsofferpayoutdump.downloadreport")</button>
-
 
19
        <button type="submit" class="offer-payout-fetch-report">#springMessage("reportsofferpayoutdump.fetchreport")</button>
32
        <button type="submit" class="offer-payout-fetch-report">#springMessage("reportsofferpayoutdump.fetchreport")</button>
-
 
33
        <button type="submit" class="download-offer-payout-dump-report">#springMessage("reportsofferpayoutdump.downloadreport")</button>
-
 
34
 
20
    </div>
35
    </div>
21
 
36
 
22
    <div class="col-lg-12">
37
    <div class="col-lg-12">
23
        <table class="table table-border table-condensed table-bordered" id="offerPayoutDumpReportDtable"
38
        <table class="table table-border table-condensed table-bordered" id="offerPayoutDumpReportDtable"
24
               style="width:100%">
39
               style="width:100%">
Line 128... Line 143...
128
 
143
 
129
            });
144
            });
130
 
145
 
131
 
146
 
132
</script>
147
</script>
-
 
148
#if($isAdmin)
-
 
149
<script type="text/javascript">
-
 
150
    $(function () {
-
 
151
        getPartnerAheadOptions($("#typeaheadpartner"), function (selectedPartner) {
-
 
152
            partnerId = selectedPartner.partnerId;
-
 
153
 
-
 
154
            console.log(partnerId);
-
 
155
        });
-
 
156
    });
-
 
157
</script>
-
 
158
#end