Subversion Repositories SmartDukaan

Rev

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

Rev 31566 Rev 31683
Line 45... Line 45...
45
        <div class="col-lg-12">
45
        <div class="col-lg-12">
46
            <table id="authretailerstats" class="table table-striped table-advance table-hover" style="width:100%">
46
            <table id="authretailerstats" class="table table-striped table-advance table-hover" style="width:100%">
47
                <thead>
47
                <thead>
48
                <tr>
48
                <tr>
49
                    <th>Stores</th>
49
                    <th>Stores</th>
-
 
50
                    <th>Activation Type</th>
50
                    <th>Code</th>
51
                    <th>Code</th>
51
                    <th>Category</th>
52
                    <th>Category</th>
52
                    <th>Sale Target</th>
53
                    <th>Sale Target</th>
53
                    <th>Purchase Target</th>
54
                    <th>Purchase Target</th>
54
                    <th>Counter Size</th>
55
                    <th>Counter Size</th>
Line 76... Line 77...
76
                        #if($fofoIdAndPartnerMap.get($fofoId))
77
                        #if($fofoIdAndPartnerMap.get($fofoId))
77
                        <tr>
78
                        <tr>
78
                            <td>$fofoIdAndPartnerMap.get($fofoId).getBusinessName()
79
                            <td>$fofoIdAndPartnerMap.get($fofoId).getBusinessName()
79
                                ($fofoIdAndPartnerMap.get($fofoId).getAddress().getCity())
80
                                ($fofoIdAndPartnerMap.get($fofoId).getAddress().getCity())
80
                            </td>
81
                            </td>
-
 
82
                            <td>$fofoIdAndPartnerMap.get($fofoId).getActivationType()</td>
81
                            <td>$fofoIdAndPartnerMap.get($fofoId).getCode()</td>
83
                            <td>$fofoIdAndPartnerMap.get($fofoId).getCode()</td>
82
                            <td>$fofoIdAndallValues.get($fofoId).getPartnerType()</td>
84
                            <td>$fofoIdAndallValues.get($fofoId).getPartnerType()</td>
83
                            #if($monthlyTargetMap.get($fofoId).getSaleTarget() && $monthlyTargetMap.get($fofoId).getSaleTarget() > 0)
85
                            #if($monthlyTargetMap.get($fofoId).getSaleTarget() && $monthlyTargetMap.get($fofoId).getSaleTarget() > 0)
84
                                <td>$monthlyTargetMap.get($fofoId).getSaleTarget()</td>
86
                                <td>$monthlyTargetMap.get($fofoId).getSaleTarget()</td>
85
                            #else
87
                            #else