Subversion Repositories SmartDukaan

Rev

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

Rev 33092 Rev 33143
Line 53... Line 53...
53
                <th>#springMessage("reportspricedrop.modelname")</th>
53
                <th>#springMessage("reportspricedrop.modelname")</th>
54
 
54
 
55
                <th>#springMessage("reportspricedrop.modelnumber")</th>
55
                <th>#springMessage("reportspricedrop.modelnumber")</th>
56
                <th>#springMessage("reportspricedrop.affectedon")</th>
56
                <th>#springMessage("reportspricedrop.affectedon")</th>
57
                <th>#springMessage("reportspricedrop.amount")</th>
57
                <th>#springMessage("reportspricedrop.amount")</th>
58
                <th>#springMessage("reportspricedrop.partnerpayout")</th>
58
                <th>Credit Date</th>
59
 
59
 
60
                <th>#springMessage("reportspricedrop.imei")</th>
60
                <th>#springMessage("reportspricedrop.imei")</th>
61
                <th>#springMessage("reportspricedrop.status")</th>
61
                <th>#springMessage("reportspricedrop.status")</th>
62
                <th>#springMessage("reportspricedrop.processedon")</th>
62
                <th>Rejected date</th>
63
                <th>#springMessage("reportspricedrop.reason")</th>
63
                <th>Rejected Reason</th>
64
 
64
 
65
 
65
 
66
            </tr>
66
            </tr>
67
            </thead>
67
            </thead>
68
            <tbody>
68
            <tbody>
Line 72... Line 72...
72
                    <td>$pdr.getId()</td>
72
                    <td>$pdr.getId()</td>
73
                    <td>$pdr.getBrand()</td>
73
                    <td>$pdr.getBrand()</td>
74
                    <td>$pdr.getModelName()</td>
74
                    <td>$pdr.getModelName()</td>
75
 
75
 
76
                    <td>$pdr.getModelNumber()</td>
76
                    <td>$pdr.getModelNumber()</td>
-
 
77
 
77
                    <td>$pdr.getAffectedOn().format($dateTimeFormatter)</td>
78
                    <td>$pdr.getAffectedOn().format($dateFormatter)</td>
78
                    <td>$pdr.getAmount()</td>
79
                    <td>$pdr.getAmount()</td>
79
                    <td>$pdr.getPartnerPayout()</td>
80
                    #if($pdr.getCreditTimestamp())
-
 
81
                        <td>$pdr.getCreditTimestamp().format($dateTimeFormatter)</td>
-
 
82
                    #else
-
 
83
                        <td>--</td>
-
 
84
                    #end
-
 
85
 
80
 
86
 
81
                    <td>$pdr.getImei()</td>
87
                    <td>$pdr.getImei()</td>
82
                    <td>$pdr.getStatus()</td>
88
                    <td>$pdr.getStatus()</td>
83
 
89
 
84
 
90
 
85
                    #if($pdr.getUpdateTimestamp())
91
                    #if($pdr.getRejectedTimestamp())
86
                        <td>$pdr.getUpdateTimestamp().format($datehiphenFormatter)</td>
92
                        <td>$pdr.getRejectedTimestamp().format($dateTimeFormatter)</td>
87
                    #else
93
                    #else
88
                        <td>--</td>
94
                        <td>--</td>
89
                    #end
95
                    #end
90
 
96
 
91
                    #if($pdr.getRejectionReason())
97
                    #if($pdr.getRejectionReason())