Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed


<div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</button>
        <h4 class="modal-title">Visit Detail</h4>
</div>
<div class="modal-body" style="height: 400px; overflow: auto;">


<div id="franchisee-request-table">
                <div class="row">
                <div class="col-lg-12">
                        <table class="table table-border table-condensed table-bordered" id="franchisee-table">
                                <tbody> 
                                        <tr>
                                                <th>Partner Name</th>
                                                <td>$franchiseeVisit.getPartnerName()</td>
                                        </tr>
                                        
                                        <tr>
                                                <th>Agenda</th>
                                                 <td>$franchiseeVisit.getAgenda()</td>
                                        </tr>
                                        
                                        <tr>
                                                <th>Partner Remark</th>
                                                <td>$franchiseeVisit.getPartnerRemark()</td>
                                        </tr>
                                        
                                        <tr>
                                                <th>Outside Visibility</th>
                                                <td>$franchiseeVisit.getOutsideVisibity()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                                <th>Instore Visibility</th>
                                                <td>$franchiseeVisit.getInstoreVisibility()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                                <th>Outside Stock</th>
                                                <td>$franchiseeVisit.getOutsideStock()</td>
                                                
                                        </tr>
                                        
                                        <tr>
                                                <th>System Knowledge</th>
                                                <td>$franchiseeVisit.getSystemKnowledge()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                                <th>Working Device</th>
                                                <td>$franchiseeVisit.getWorkingDevice()</td>
                                                
                                        </tr>
                                        
                                        <tr>
                                                <th>Working Printer</th>
                                                <td>$franchiseeVisit.getWorkingPrinter()</td>
                                        </tr>
                                        
                                        <tr>
                                                <th>Smartdukaan Tshirt</th>
                                                <td>$franchiseeVisit.getSmartdukaanTshirt()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                                <th>Carry Bags</th>
                                                <td>$franchiseeVisit.getCarryBags()</td>
                                                
                                        </tr>
                                        
                                        <tr>
                                                <th>Latest Dummies</th>
                                                <td>$franchiseeVisit.getLatestDummies()</td>
                                                
                                        </tr>
                                        
                                        <tr>
                                                <th>Investment</th>
                                                <td>$franchiseeVisit.getInvestment()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                        
                                                <th>mtd</th>
                                                        <td>$franchiseeVisit.getMtd()</td>
                                        
                                        </tr>
                                        <tr>
                                                <th>Hygiene</th>
                                                        <td>$franchiseeVisit.getHygiene()</td>
                                                
                                        </tr>
                                        <tr>
                                                <th>status</th>
                                                
                                                        <td>$franchiseeVisit.getStatus()</td>
                                                        
                                        </tr>
                                        
                                        <tr>
                                                <th>created_by</th>
                                                                <td>$franchiseeVisit.getCreatedBy()</td>
                                                
                                        </tr>
                                        <tr>
                                                <th>Assign</th>
                                                                #if($authIdAndAuthUserMap.get($franchiseeVisit.getAssignTo()))
                                                        <td>$authIdAndAuthUserMap.get($franchiseeVisit.getAssignTo()).getFirstName()</td>
                                                        #else
                                                        <td></td>
                                                        #end
                                                </tr>
                                                
                                                <tr>
                                                <th>Updated</th>
                                                
                                <td>$franchiseeVisit.getUpdatedTimestamp().format($dateTimeFormatter)</td>
                                                
                                                </tr>
                                                
                                                        <th>Schedule Timestamp</th>
                                                
                                <td>$franchiseeVisit.getScheduleTimestamp().format($dateTimeFormatter)</td>
                                                
                                                </tr>
                                                
                                           </tr>
                                                
                                                        <th>Resolution</th>
                                                
                                <td>$franchiseeActivity.getResolution()</td>
                                                
                                                </tr>
                                                
                                                        </tr>
                                                
                                                        <th>Action</th>
                                                
                                <td>$franchiseeActivity.getAction()</td>
                                                
                                                </tr>
                                                                                
                                        </tr>
                        
                
                                                
                                        
                                </tbody>
                        </table>
                </div>
            </div>
    </div>
    
    </div>

<div class="modal-footer">
        <button type="button" data-dismiss="modal"
                class="btn btn-default view-close">Close</button>

</div>