Subversion Repositories SmartDukaan

Rev

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

Rev 29061 Rev 29062
Line 25... Line 25...
25
 
25
 
26
            <tr style="color:black;">
26
            <tr style="color:black;">
27
                <th>Id</th>
27
                <th>Id</th>
28
                <th>Outlet Name</th>
28
                <th>Outlet Name</th>
29
                <th>Code</th>
29
                <th>Code</th>
-
 
30
                 <th>Status</th>
30
                <th>onBoarding</th>
31
                <th>onBoarding</th>
31
		         <th>Verification</th>
32
		         <th>Verification</th>
32
		         <th>Store Code</th>
33
		         <th>Store Code</th>
33
		         <th>Training</th>
34
		         <th>Training</th>
34
		         <th>Recce</th>
35
		         <th>Recce</th>
Line 51... Line 52...
51
           #if($st.getCode())
52
           #if($st.getCode())
52
           <td>$st.getCode()</td>
53
           <td>$st.getCode()</td>
53
           #else
54
           #else
54
            <td>-</td>
55
            <td>-</td>
55
           #end
56
           #end
-
 
57
           <td>$st.getStatus()</td>
56
            #foreach($obtm in $st.getObtm())
58
            #foreach($obtm in $st.getObtm())
57
             #if($obtm.getStatus() == "COMPLETED")
59
             #if($obtm.getStatus() == "COMPLETED")
58
             <td><span class="dot" style="background-color:#3bb143"></span> $obtm.getCompletedTimestamp().format($dateFormatter)</td>
60
             <td><span class="dot" style="background-color:#3bb143"></span> $obtm.getCompletedTimestamp().format($dateFormatter)</td>
59
             #end
61
             #end
60
             #if($obtm.getStatus() == "DELAY")
62
             #if($obtm.getStatus() == "DELAY")