Subversion Repositories SmartDukaan

Rev

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

Rev 5591 Rev 12361
Line 30... Line 30...
30
                    <th >Name</th>
30
                    <th >Name</th>
31
                    <th >Phone</th>
31
                    <th >Phone</th>
32
                    <th >Fax</th>
32
                    <th >Fax</th>
33
                    <th >Tin</th>
33
                    <th >Tin</th>
34
                    <th >Pan</th>
34
                    <th >Pan</th>
-
 
35
					<th >State</th>
35
                    <th >Head</th>
36
                    <th >Head</th>
36
                    <th >Head email</th>
37
                    <th >Head email</th>
37
                    <th >Contact Person</th>
38
                    <th >Contact Person</th>
38
                    <th >Contact email</th>
39
                    <th >Contact email</th>
39
                    <th >Contact phone</th>
40
                    <th >Contact phone</th>
Line 55... Line 56...
55
                        </td>
56
                        </td>
56
                        <td >$supplier.getPhone()</td>
57
                        <td >$supplier.getPhone()</td>
57
                        <td >$supplier.getFax()</td>
58
                        <td >$supplier.getFax()</td>
58
                        <td >$supplier.getTin()</td>
59
                        <td >$supplier.getTin()</td>
59
                        <td >$supplier.getPan()</td>
60
                        <td >$supplier.getPan()</td>
-
 
61
						<td >State</td>
-
 
62
					#if($supplier.getStateId() == 0)
-
 
63
						<td >Delhi</td>
-
 
64
					#elseif($supplier.getStateId() == 1)
-
 
65
						<td >Mumbai</td>
-
 
66
					#elseif($supplier.getStateId() == 2)
-
 
67
						<td >Bangalore</td>
-
 
68
					#elseif($supplier.getStateId() == 3)
-
 
69
						<td >Haryana</td>
-
 
70
					#elseif($supplier.getStateId() == 4)
-
 
71
						<td >Rajasthan</td>
-
 
72
					#else
-
 
73
                        <td></td>
-
 
74
					#end
60
                        <td >$supplier.getHeadName()</td>
75
                        <td >$supplier.getHeadName()</td>
61
                        <td >$supplier.getHeadEmail()</td>
76
                        <td >$supplier.getHeadEmail()</td>
62
                        <td >$supplier.getContactName()</td>
77
                        <td >$supplier.getContactName()</td>
63
                        <td >$supplier.getContactEmail()</td>
78
                        <td >$supplier.getContactEmail()</td>
64
                        <td >$supplier.getContactPhone()</td>
79
                        <td >$supplier.getContactPhone()</td>