Subversion Repositories SmartDukaan

Rev

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

Rev 25640 Rev 25650
Line 32... Line 32...
32
	    					<th>Date of Purchase</th>
32
	    					<th>Date of Purchase</th>
33
	    					<th>Customer Name</th>
33
	    					<th>Customer Name</th>
34
	    					<th>Customer Mobile</th>
34
	    					<th>Customer Mobile</th>
35
	    					<th>Customer City</th>
35
	    					<th>Customer City</th>
36
	    					<th>Invoice Number</th>
36
	    					<th>Invoice Number</th>
-
 
37
	    					<th>Disposed Timestamp</th>
-
 
38
	    					<th>Fetch</th>
37
	    					
39
	    					
38
	    				</tr>
40
	    				</tr>
39
	    					#if(!$fofoOrders.isEmpty())
41
	    					#if(!$hygieneData.isEmpty())
40
			    			#foreach( $request in $fofoOrders )
42
			    			#foreach( $request in $hygieneData )
41
			    				<tr class="hygiene-data" data="$request.getId()">
43
			    				<tr class="hygiene-data" data="$request.getOrderId()">
42
			    					<td>$partnerAddress.get($request.getFofoId()).getBusinessName()</td>
44
			    					<td>$partnerAddress.get($request.getFofoId()).getBusinessName()</td>
43
			    					<td>$partnerAddress.get($request.getFofoId()).getMobileNumber()</td>
45
			    					<td>$partnerAddress.get($request.getFofoId()).getMobileNumber()</td>
44
			    					<td>$partnerAddress.get($request.getFofoId()).getAddress().getCity()</td>
46
			    					<td>$partnerAddress.get($request.getFofoId()).getAddress().getCity()</td>
45
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
47
			    					<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
46
			    					<td>$customerAddress.get($request.getCustomerAddressId()).getName()</td>
48
			    					<td>$customerAddress.get($request.getFofoId()).getName()</td>
47
			    					<td>$customerAddress.get($request.getCustomerAddressId()).getPhoneNumber()</td>
49
			    					<td>$customerAddress.get($request.getFofoId()).getPhoneNumber()</td>
48
			    					<td>$customerAddress.get($request.getCustomerAddressId()).getCity()</td>
50
			    					<td>$customerAddress.get($request.getFofoId()).getCity()</td>
-
 
51
			    					<td>$fofoOrder.get($request.getOrderId()).getInvoiceNumber()</td>
-
 
52
			    				
-
 
53
			    					#if($request.getDisposedTimestamp())
49
			    					<td>$request.getInvoiceNumber()</td>
54
			    					<td>$request.getDisposedTimestamp()</td>
-
 
55
			    					#else
-
 
56
			    					<td> </td>
-
 
57
			    					#end
-
 
58
			    					<td><button class="btn btn-primary fetch"  data-requestid="$request.getOrderId()" data-toggle="modal" data-target="#fetchCustomerData"  type="button" >Fetch</button></td>
50
			    				     
59
			    				     
51
			    				</tr>	
60
			    				</tr>	
52
			    	   #end
61
			    	   #end
53
		    			#else
62
		    			#else
54
		    				<tr>
63
		    				<tr>