Subversion Repositories SmartDukaan

Rev

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

Rev 33092 Rev 33815
Line 20... Line 20...
20
                    #break
20
                    #break
21
                #end
21
                #end
22
                <h2 style="color:red;margin-top: 20px;margin-bottom: 10px;margin-left:auto">
22
                <h2 style="color:red;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)
-
 
27
                        Opening Balance : $openingBalance
-
 
28
                    #end)
26
                </h2>
29
                </h2>
27
                #set($counter =$counter+1)
30
                #set($counter =$counter+1)
28
            #end
31
            #end
29
            <div class="row col-lg-12" style="float: right;">
32
            <div class="row col-lg-12" style="float: right;">
30
                <div class="col-lg-2">
33
                <div class="col-lg-2">
Line 50... Line 53...
50
 
53
 
51
    </div>
54
    </div>
52
 
55
 
53
 
56
 
54
    <div class="col-lg-12">
57
    <div class="col-lg-12">
-
 
58
 
-
 
59
 
55
        <table class="table table-border table-condensed table-bordered" id="walletSummaryReport" style="width:100%">
60
        <table class="table table-border table-condensed table-bordered" id="walletSummaryReport" style="width:100%">
56
 
61
 
57
            <thead class="row htable" style="background:#F5F5F5;">
62
            <thead class="row htable" style="background:#F5F5F5;">
58
 
63
 
59
            <tr style="color:black;">
64
            <tr style="color:black;">
Line 64... Line 69...
64
                ##                <th>  #springMessage("reportswalletstatement.phone")</th>
69
                ##                <th>  #springMessage("reportswalletstatement.phone")</th>
65
                <th> #springMessage("reportswalletstatement.amount")</th>
70
                <th> #springMessage("reportswalletstatement.amount")</th>
66
 
71
 
67
                <th>  #springMessage("reportswalletstatement.reference")</th>
72
                <th>  #springMessage("reportswalletstatement.reference")</th>
68
                <th>  #springMessage("reportswalletstatement.referencetype")</th>
73
                <th>  #springMessage("reportswalletstatement.referencetype")</th>
-
 
74
                <th>Running Balance</th>
69
                <th> Created On</th>
75
                <th> Created On</th>
70
                ##                <th> Business Date</th>
76
                ##                <th> Business Date</th>
71
                <th> #springMessage("reportswalletstatement.description")</th>
77
                <th> #springMessage("reportswalletstatement.description")</th>
72
 
78
 
73
 
79
 
Line 82... Line 88...
82
                    ##                    <td>$walletSummart.getEmail()</td>
88
                    ##                    <td>$walletSummart.getEmail()</td>
83
                    ##                    <td>$walletSummart.getPhone()</td>
89
                    ##                    <td>$walletSummart.getPhone()</td>
84
                    <td>$walletSummart.getAmount()</td>
90
                    <td>$walletSummart.getAmount()</td>
85
                    <td>$walletSummart.getReference()</td>
91
                    <td>$walletSummart.getReference()</td>
86
                    <td>$walletSummart.getReferenceType()</td>
92
                    <td>$walletSummart.getReferenceType()</td>
-
 
93
                    <td>
-
 
94
                        #set($runningBalance = $openingBalance+$walletSummart.getAmount())
-
 
95
                        $runningBalance
-
 
96
                    </td>
-
 
97
 
87
 
98
 
88
                    <td>$walletSummart.getTimestamp().format($datehiphenFormatter)</td>
99
                    <td>$walletSummart.getTimestamp().format($datehiphenFormatter)</td>
89
 
100
 
90
                    ##                    #if($walletSummart.getBusinessTimestamp())
101
                    ##                    #if($walletSummart.getBusinessTimestamp())
91
                    ##                        <td>$walletSummart.getBusinessTimestamp().format($datehiphenFormatter)</td>
102
                    ##                        <td>$walletSummart.getBusinessTimestamp().format($datehiphenFormatter)</td>