Subversion Repositories SmartDukaan

Rev

Rev 29088 | Rev 31431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29088 tejbeer 1
 
2
       #if($pob)
3
           <td>$pob.getId()</td>
4
           <td>$pob.getOutLetName()</td>
5
           <td>$pob.getPhoneNumber()</td>
6
 
7
           #if($pob.getCity())
8
           <td>$pob.getCity()</td>
9
           #else
10
            <td></td>
11
           #end
29559 manish 12
           #if($pob.getInvestmentDate())
13
          <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" placeholder="Investment Date(SM)" disabled name="date1" id="bdDate"
14
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
15
                                   ></td>
16
           #else
17
                <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Investment Date(SM)" disabled name="bdDate"></td>
18
          #end
19
            #if($pob.getStockPayment()!= 0)
20
                    <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
21
                                   value="$pob.getStockPayment()"></td>
22
                #else
23
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
24
               #end
25
 
26
	   <td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
29088 tejbeer 27
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
28
 
29
                    </td>
30
 
31
		 <td>
32
            <button type="button" style="background:#008CBA; color:black;"  data-id="$pob.getId()" name="submitOnboardingBilling"
33
                    class="submitOnboardingBilling">
34
                Submit
35
        </button>
36
        </td>
37
 
38
      #end