Subversion Repositories SmartDukaan

Rev

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

Rev 33097 Rev 33098
Line 40... Line 40...
40
 
40
 
41
            <thead class="row htable" style="background:#F5F5F5;">
41
            <thead class="row htable" style="background:#F5F5F5;">
42
            <tr style="color:black;">
42
            <tr style="color:black;">
43
 
43
 
44
 
44
 
45
 
-
 
-
 
45
                <th>Offer Id</th>
-
 
46
                <th>Brand</th>
46
                <th>Model Name </th>
47
                <th>Model Name </th>
47
                <th>Model Number</th>
48
                <th>Model Number</th>
48
                <th>Brand</th>
-
 
-
 
49
 
49
 
50
 
50
                <th>Color</th>
51
                <th>Color</th>
51
 
52
 
52
                <th>Offer Id</th>
-
 
53
 
53
 
-
 
54
 
54
                <th>Name</th>
55
                ##<th>Name</th>
55
                <th>Type</th>
56
                <th>Type</th>
56
                <th>Serial Number</th>
57
                <th>Serial Number</th>
57
                <th>Slab Amount</th>
58
                <th>Slab Amount</th>
58
 
59
 
59
 
60
 
Line 72... Line 73...
72
            <tbody>
73
            <tbody>
73
                #foreach($offerPayoutDumpReport in $offerPayoutDumpReports )
74
                #foreach($offerPayoutDumpReport in $offerPayoutDumpReports )
74
                <tr>
75
                <tr>
75
 
76
 
76
 
77
 
77
 
-
 
-
 
78
                    <td>$offerPayoutDumpReport.getOfferId()</td>
-
 
79
                    <td>$offerPayoutDumpReport.getBrand()</td>
78
                    <td>$offerPayoutDumpReport.getModelName()</td>
80
                    <td>$offerPayoutDumpReport.getModelName()</td>
79
                    <td>$offerPayoutDumpReport.getModelNumber()</td>
81
                    <td>$offerPayoutDumpReport.getModelNumber()</td>
80
                    <td>$offerPayoutDumpReport.getBrand()</td>
-
 
-
 
82
 
81
 
83
 
82
 
84
 
83
                    <td>$offerPayoutDumpReport.getColor()</td>
85
                    <td>$offerPayoutDumpReport.getColor()</td>
84
 
86
 
85
                    <td>$offerPayoutDumpReport.getOfferId()</td>
-
 
86
 
87
 
-
 
88
 
87
                    <td>$offerPayoutDumpReport.getName()</td>
89
                    ##<td>$offerPayoutDumpReport.getName()</td>
88
 
90
 
89
 
91
 
90
                    <td>$offerPayoutDumpReport.getType()</td>
92
                    <td>$offerPayoutDumpReport.getType()</td>
91
 
93
 
92
                    #if($offerPayoutDumpReport.getSerialNumber())
94
                    #if($offerPayoutDumpReport.getSerialNumber())