Subversion Repositories SmartDukaan

Rev

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

Rev 27894 Rev 27903
Line 36... Line 36...
36
	<div class="row">
36
	<div class="row">
37
		<div class="col-lg-12">
37
		<div class="col-lg-12">
38
			<h3 class="page-header"><i class="icon_document_alt"></i>Details</h3>
38
			<h3 class="page-header"><i class="icon_document_alt"></i>Details</h3>
39
			<ol class="breadcrumb">
39
			<ol class="breadcrumb">
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
41
				<li><i class="icon_document_alt"></i>Auth User Detail</li>					  	
41
				<li><i class="icon_document_alt"></i>Partner Franchise Detail</li>					  	
42
			</ol>
42
			</ol>
43
		</div>
43
		</div>
44
	</div>
44
	</div>
45
 
45
 
46
 
46
 
Line 55... Line 55...
55
	    				<th>Manager</th>
55
	    				<th>Manager</th>
56
	    			    <th>LMS</th>
56
	    			    <th>LMS</th>
57
	    				<th>LMTD</th>
57
	    				<th>LMTD</th>
58
	    				<th>MTD</th>
58
	    				<th>MTD</th>
59
	    				<th>Sale Diff</th>
59
	    				<th>Sale Diff</th>
60
	    				<th>S.LMS</th>
60
	    				<th>LM.S</th>
61
	    				<th>S.LMTD</th>
61
	    				<th>LMTD.S</th>
62
	    				<th>S.MTD</th>
62
	    				<th>MTD.S</th>
63
	    				
63
	    				
64
	    			    <th>Unbilled Activated Stock</th>
64
	    			    <th>Unbilled Activated Stock</th>
65
	    			    <th>Wallet Amount</th>
65
	    			    <th>Wallet Amount</th>
66
	    				<th>In Stock Invest</th>
66
	    				<th>In Stock Invest</th>
67
	    				<th>Total Invest</th>
67
	    				<th>Total Invest</th>
68
	    				<th>Short Invest</th>
68
	    				<th>Short Invest</th>
69
	    			    <th>Pending Indent</th>
69
	    			    <th>Pending Indent</th>
70
	    				<th>Today Tertiary</th>
70
	    				<th>Today Tertiary</th>
71
	    				<th>last 3 days Tertiary</th>
71
	    				<th>Invest ok</th>
72
	    				<th>Ticket</th>
72
	    				<th>Ticket</th>
73
	    				</tr>
73
	    				</tr>
74
				 </thead>
74
				 </thead>
75
	    			<tbody>
75
	    			<tbody>
76
	    			    #foreach($name in $fofoIdAndallValues.keySet())
76
	    			    #foreach($name in $fofoIdAndallValues.keySet())
Line 93... Line 93...
93
	    	 		     <td class="currency instock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#inStockItem" >$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
93
	    	 		     <td class="currency instock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#inStockItem" >$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
94
	    	 		     <td class="currency"  id="investment" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#partnerInvestment">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
94
	    	 		     <td class="currency"  id="investment" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#partnerInvestment">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
95
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getShortInvestment()</td>   
95
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getShortInvestment()</td>   
96
	    	 		     <td class="currency" id="indent"  data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#itemWiseIndent">$fofoIdAndallValues.get($name).getInvestment().getUnbilledAmount()</td>
96
	    	 		     <td class="currency" id="indent"  data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#itemWiseIndent">$fofoIdAndallValues.get($name).getInvestment().getUnbilledAmount()</td>
97
		                 <td class="tertiary"  data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#itemWiseTertiary">$fofoIdAndallValues.get($name).getTodayTertiary()</td>
97
		                 <td class="tertiary"  data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#itemWiseTertiary">$fofoIdAndallValues.get($name).getTodayTertiary()</td>
98
		                 <td>$fofoIdAndallValues.get($name).getLastThreeDaytertiary()</td>  
98
		                 <td>$fofoIdAndallValues.get($name).getInvestment_ok()</td>  
99
		                 <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#openTicketModel">$fofoIdAndallValues.get($name).getTicket()</td>
99
		                 <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#openTicketModel">$fofoIdAndallValues.get($name).getTicket()</td>
100
	    				</tr>
100
	    				</tr>
101
	    				#end
101
	    				#end
102
	    		    </tbody>
102
	    		    </tbody>
103
	    		</table>
103
	    		</table>