Subversion Repositories SmartDukaan

Rev

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

Rev 34066 Rev 34097
Line 21... Line 21...
21
                #end
21
                #end
22
                <h4 style="color:#055fb7;margin-top: 20px;margin-bottom: 10px;margin-left:auto:">
22
                <h4 style="color:#055fb7;margin-top: 20px;margin-bottom: 10px;margin-left:auto:">
23
                    $walletSummart.getCode() - $walletSummart.getName()(
23
                    $walletSummart.getCode() - $walletSummart.getName()(
24
                    $walletSummart.getPhone()-$walletSummart.getEmail()
24
                    $walletSummart.getPhone()-$walletSummart.getEmail()
25
                    ) (
25
                    ) (
26
                    #if($openingBalance)
26
                    #if($userWallet.getAmount())
27
                        Opening Balance : $openingBalance
27
                        Wallet Amount : $userWallet.getAmount()
28
                    #end)
28
                    #end)
29
                </h4>
29
                </h4>
30
                #set($counter =$counter+1)
30
                #set($counter =$counter+1)
31
            #end
31
            #end
32
            #if($isRBM)
32
            #if($isRBM)
Line 39... Line 39...
39
                                    data-email="$customRetailersMap.get($fofoId).getEmail()">$customRetailersMap.get($fofoId).getBusinessName()</option>
39
                                    data-email="$customRetailersMap.get($fofoId).getEmail()">$customRetailersMap.get($fofoId).getBusinessName()</option>
40
                        #end
40
                        #end
41
                    </select>
41
                    </select>
42
                </div>
42
                </div>
43
            #else
43
            #else
44
            <div class="row col-lg-12" style="float: right;">
44
                <div class="row col-lg-12" style="float: right;">
45
                <div class="col-lg-2">
45
                    <div class="col-lg-2">
46
                    <div class="input-group">
46
                        <div class="input-group">
47
                        <input placeholder="Enter Partner Name" type="text" class="typeahead form-control"
47
                            <input placeholder="Enter Partner Name" type="text" class="typeahead form-control"
48
                               id="typeaheadpartner"
48
                                   id="typeaheadpartner"
49
                               name="Item" data-provide="typeahead" autocomplete="off"
49
                                   name="Item" data-provide="typeahead" autocomplete="off"
50
                               style="margin-bottom: 10px;margin-left: -9px">
50
                                   style="margin-bottom: 10px;margin-left: -9px">
51
                        <input id="partnerId" type="hidden">
51
                            <input id="partnerId" type="hidden">
52
                        <br>
52
                            <br>
-
 
53
                        </div>
53
                    </div>
54
                    </div>
54
                </div>
55
                </div>
55
            </div>
-
 
56
            #end
56
            #end
57
        #end
57
        #end
58
        #springMessage("reportswalletstatement.from") <input type="date" id="startDate-wallet-summary-report"
58
        #springMessage("reportswalletstatement.from") <input type="date" id="startDate-wallet-summary-report"
59
                                                             placeholder="" name="" value="$startDate">
59
                                                             placeholder="" name="" value="$startDate">
60
 
60
 
Line 74... Line 74...
74
 
74
 
75
            <thead class="row htable" style="background:#F5F5F5;">
75
            <thead class="row htable" style="background:#F5F5F5;">
76
 
76
 
77
            <tr style="color:black;">
77
            <tr style="color:black;">
78
 
78
 
79
            <th> #springMessage("reportswalletstatement.amount")</th>
79
                <th> #springMessage("reportswalletstatement.amount")</th>
80
                <th>  #springMessage("reportswalletstatement.reference")</th>
80
                <th>  #springMessage("reportswalletstatement.reference")</th>
81
                <th>  #springMessage("reportswalletstatement.referencetype")</th>
81
                <th>  #springMessage("reportswalletstatement.referencetype")</th>
82
                <th>Running Balance</th>
82
                <th>Running Balance</th>
83
                <th> Created On</th>
83
                <th> Created On</th>
84
                <th> #springMessage("reportswalletstatement.description")</th>
84
                <th> #springMessage("reportswalletstatement.description")</th>