Commit 3252eb99 authored by rtelang's avatar rtelang

emp_master21.xml

emp_personal_info21.xml
d_emp_master21.srd
d_emp_personal_info21.srd
EmployeeEJB.java
EmpPersonalInfo.java
-Changes done related to date format.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207552 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f458ccc
......@@ -9296,17 +9296,16 @@
<y>1532</y>
<height>15</height>
<width>90</width>
<format>[shortdate] [time]</format>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......
......@@ -41,7 +41,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>745</height>
<height>592</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -159,6 +159,20 @@
<name>emp_code</name>
<dbname>employee.emp_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee.chg_user</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee.chg_date</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
......@@ -204,6 +218,13 @@
<name>state_code__domicile</name>
<dbname>employee.state_code__domicile</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee.chg_term</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
......@@ -322,6 +343,10 @@
<updatewhereclause>yes</updatewhereclause>
<name>physical_handicap</name>
<dbname>employee.physical_handicap</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="5">char</type>
......@@ -378,24 +403,10 @@
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee.chg_term</dbname>
<name>retirement_date</name>
<dbname>employee.retirement_date</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;)WHERE( EXP1 =&quot;employee.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp&quot; ) ) ARG(NAME = &quot;memp&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.retirement_date&quot;)WHERE( EXP1 =&quot;employee.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp&quot; ) ) ARG(NAME = &quot;memp&quot; TYPE = string) </retrieve>
<update>EMPLOYEE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>yes</updatekeyinplace>
......@@ -404,30 +415,6 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>6</x>
<y>552</y>
<height>53</height>
<width>592</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Personal</text>
......@@ -435,7 +422,7 @@
<color>33554432</color>
<x>5</x>
<y>2</y>
<height>543</height>
<height>566</height>
<width>591</width>
<name>gb_1</name>
<visible>1</visible>
......@@ -488,7 +475,7 @@
<color>0</color>
<x>330</x>
<y>83</y>
<height>19</height>
<height>16</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
......@@ -678,7 +665,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
......@@ -687,14 +674,14 @@
<y>125</y>
<height>16</height>
<width>58</width>
<format>[shortdate] [time]</format>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>birth_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yyyy</mask>
<mask>DD/MM/YYYY</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
......@@ -787,7 +774,7 @@
<x>442</x>
<y>146</y>
<height>16</height>
<width>146</width>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -873,7 +860,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
......@@ -911,7 +898,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<id>21</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
......@@ -919,7 +906,7 @@
<x>157</x>
<y>230</y>
<height>16</height>
<width>433</width>
<width>373</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -977,7 +964,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>22</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
......@@ -985,7 +972,7 @@
<x>157</x>
<y>251</y>
<height>16</height>
<width>433</width>
<width>373</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1043,7 +1030,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<id>27</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
......@@ -1051,7 +1038,7 @@
<x>473</x>
<y>293</y>
<height>16</height>
<width>114</width>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1165,7 +1152,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<id>26</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>5</border>
......@@ -1173,7 +1160,7 @@
<x>418</x>
<y>314</y>
<height>16</height>
<width>170</width>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1204,7 +1191,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<id>24</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
......@@ -1242,13 +1229,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<id>25</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>0</color>
<x>157</x>
<y>315</y>
<y>314</y>
<height>16</height>
<width>48</width>
<format>[general]</format>
......@@ -1281,7 +1268,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<id>23</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
......@@ -1289,7 +1276,7 @@
<x>157</x>
<y>272</y>
<height>16</height>
<width>430</width>
<width>373</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1497,7 +1484,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<id>31</id>
<alignment>0</alignment>
<tabsequence>260</tabsequence>
<border>5</border>
......@@ -1505,7 +1492,7 @@
<x>458</x>
<y>356</y>
<height>16</height>
<width>131</width>
<width>72</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1532,7 +1519,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<id>28</id>
<alignment>0</alignment>
<tabsequence>240</tabsequence>
<border>5</border>
......@@ -1540,7 +1527,7 @@
<x>157</x>
<y>335</y>
<height>16</height>
<width>432</width>
<width>373</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1571,7 +1558,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<id>29</id>
<alignment>0</alignment>
<tabsequence>270</tabsequence>
<border>5</border>
......@@ -1665,7 +1652,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>33</id>
<id>36</id>
<alignment>0</alignment>
<tabsequence>320</tabsequence>
<border>5</border>
......@@ -1673,7 +1660,7 @@
<x>458</x>
<y>465</y>
<height>16</height>
<width>130</width>
<width>72</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1728,7 +1715,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>34</id>
<id>37</id>
<alignment>0</alignment>
<tabsequence>330</tabsequence>
<border>5</border>
......@@ -1737,17 +1724,16 @@
<y>486</y>
<height>16</height>
<width>47</width>
<format>[Yes/No]</format>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>physical_handicap</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1797,8 +1783,8 @@
<text>Physically Handicapped :</text>
<border>0</border>
<color>0</color>
<x>6</x>
<y>487</y>
<x>7</x>
<y>486</y>
<height>16</height>
<width>145</width>
<html>
......@@ -1821,7 +1807,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>35</id>
<id>38</id>
<alignment>0</alignment>
<tabsequence>340</tabsequence>
<border>5</border>
......@@ -1829,7 +1815,7 @@
<x>482</x>
<y>487</y>
<height>16</height>
<width>107</width>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1838,7 +1824,7 @@
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
......@@ -1914,7 +1900,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<id>30</id>
<alignment>0</alignment>
<tabsequence>250</tabsequence>
<border>5</border>
......@@ -1953,7 +1939,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<id>32</id>
<alignment>0</alignment>
<tabsequence>280</tabsequence>
<border>5</border>
......@@ -1991,7 +1977,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<id>33</id>
<alignment>0</alignment>
<tabsequence>290</tabsequence>
<border>5</border>
......@@ -2028,7 +2014,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>31</id>
<id>34</id>
<alignment>0</alignment>
<tabsequence>300</tabsequence>
<border>5</border>
......@@ -2065,7 +2051,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<id>35</id>
<alignment>0</alignment>
<tabsequence>310</tabsequence>
<border>5</border>
......@@ -2102,15 +2088,15 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>19</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>0</color>
<x>481</x>
<y>189</y>
<x>482</x>
<y>188</y>
<height>16</height>
<width>105</width>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2298,7 +2284,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>17</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
......@@ -2306,7 +2292,7 @@
<x>458</x>
<y>83</y>
<height>16</height>
<width>131</width>
<width>72</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2362,7 +2348,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<id>18</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
......@@ -2370,7 +2356,7 @@
<x>462</x>
<y>104</y>
<height>16</height>
<width>126</width>
<width>63</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2434,7 +2420,7 @@
<x>426</x>
<y>125</y>
<height>16</height>
<width>162</width>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2499,7 +2485,7 @@
<x>477</x>
<y>167</y>
<height>16</height>
<width>111</width>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2525,117 +2511,6 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>36</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>247</x>
<y>510</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>37</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>344</x>
<y>510</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_mname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>38</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>439</x>
<y>510</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
......@@ -2683,7 +2558,7 @@
<x>157</x>
<y>62</y>
<height>16</height>
<width>431</width>
<width>373</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2713,7 +2588,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>39</id>
<id>42</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -2749,7 +2624,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>40</id>
<id>43</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -2785,7 +2660,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>41</id>
<id>44</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -2793,7 +2668,7 @@
<x>437</x>
<y>41</y>
<height>16</height>
<width>151</width>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -2821,26 +2696,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>42</id>
<id>46</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>156</x>
<y>507</y>
<height>16</height>
<width>59</width>
<y>528</y>
<height>15</height>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>revision_no</name>
<name>retirement_date</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -2855,50 +2729,29 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Revision No :</text>
<border>0</border>
<color>33554432</color>
<x>33</x>
<y>507</y>
<height>17</height>
<width>117</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>revision_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-12</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>43</id>
<id>45</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>94</x>
<y>576</y>
<x>156</x>
<y>507</y>
<height>16</height>
<width>55</width>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<name>revision_no</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -2914,20 +2767,28 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>44</id>
<id>39</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>269</x>
<y>576</y>
<border>5</border>
<color>255</color>
<x>247</x>
<y>507</y>
<height>16</height>
<width>50</width>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<name>emp_fname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -2938,25 +2799,33 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>45</id>
<id>40</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>464</x>
<y>576</y>
<border>5</border>
<color>255</color>
<x>345</x>
<y>507</y>
<height>16</height>
<width>50</width>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<name>emp_mname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -2967,80 +2836,33 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change Date</text>
<border>0</border>
<color>33554432</color>
<x>18</x>
<y>576</y>
<height>16</height>
<width>70</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change User</text>
<border>0</border>
<color>33554432</color>
<x>190</x>
<y>576</y>
<height>16</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>41</id>
<alignment>0</alignment>
<text>Change Term</text>
<border>0</border>
<color>33554432</color>
<x>381</x>
<y>576</y>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>439</x>
<y>507</y>
<height>16</height>
<width>71</width>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_3</name>
<visible>1</visible>
<name>emp_lname</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -3050,10 +2872,10 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -415,7 +415,7 @@ text(band=detail alignment="1" text="Probation Period :" border="0" color="0" x=
text(band=detail alignment="1" text="Payment Site :" border="0" color="0" x="255" y="1211" height="16" width="206" html.valueishtml="0" name=payment_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="0" x="283" y="1291" height="16" width="205" html.valueishtml="0" name=t_6 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=168 alignment="0" tabsequence=1030 border="5" color="255" x="154" y="1513" height="15" width="90" format="[general]" html.valueishtml="0" name=retirement_age visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=169 alignment="0" tabsequence=1040 border="5" color="255" x="154" y="1532" height="15" width="90" format="[shortdate] [time]" html.valueishtml="0" name=retirement_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=169 alignment="0" tabsequence=1040 border="5" color="255" x="154" y="1532" height="15" width="90" format="[general]" html.valueishtml="0" name=retirement_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Payroll"border="2" color="0" x="8" y="1574" height="361" width="571" name=gb_4 visible="1" font.face="Liberation Sans" font.height="-12" font.weight="700" font.family="2" font.pitch="2" font.charset="0" font.underline="1" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Mode of Pay :" border="0" color="0" x="59" y="1609" height="16" width="92" html.valueishtml="0" name=pay_mode_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Basic Per Month :" border="0" color="0" x="40" y="1630" height="16" width="111" html.valueishtml="0" name=basic_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......
......@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ole.client.class="DataWindow" ole.client.name="Employee" )
summary(height=1 color="536870912" )
footer(height=0 color="536870912" )
detail(height=745 color="536870912" )
detail(height=592 color="536870912" )
table(column=(type=char(40) update=yes updatewhereclause=yes name=short_name dbname="employee.short_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=sex dbname="employee.sex" initial="M" values="Male M/Female F/" )
column=(type=char(5) update=yes updatewhereclause=yes name=nationality dbname="employee.nationality" )
......@@ -16,11 +16,14 @@ table(column=(type=char(40) update=yes updatewhereclause=yes name=short_name dbn
column=(type=char(10) update=yes updatewhereclause=yes name=hobby3 dbname="employee.hobby3" )
column=(type=char(10) update=yes updatewhereclause=yes name=hobby4 dbname="employee.hobby4" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee.chg_date" )
column=(type=datetime update=yes updatewhereclause=yes name=birth_date dbname="employee.birth_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=religion dbname="employee.religion" )
column=(type=datetime update=yes updatewhereclause=yes name=m_status_date dbname="employee.m_status_date" )
column=(type=char(6) update=yes updatewhereclause=yes name=name_prefix dbname="employee.name_prefix" initial="Mr" values="Mr Mr/Ms Ms/Dr Dr/Sir Sir/Major Major/Prof Prof/Vaidya Vaidya/" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__domicile dbname="employee.state_code__domicile" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee.chg_term" )
column=(type=char(50) update=yes updatewhereclause=yes name=contact_add1 dbname="employee.contact_add1" )
column=(type=char(50) update=yes updatewhereclause=yes name=contact_add2 dbname="employee.contact_add2" )
column=(type=char(50) update=yes updatewhereclause=yes name=contact_add3 dbname="employee.contact_add3" )
......@@ -37,7 +40,7 @@ table(column=(type=char(40) update=yes updatewhereclause=yes name=short_name dbn
column=(type=char(20) update=yes updatewhereclause=yes name=election_card_no dbname="employee.election_card_no" )
column=(type=char(20) update=yes updatewhereclause=yes name=driv_lic_no dbname="employee.driv_lic_no" )
column=(type=datetime update=yes updatewhereclause=yes name=driv_lic_valid_upto dbname="employee.driv_lic_valid_upto" )
column=(type=char(1) update=yes updatewhereclause=yes name=physical_handicap dbname="employee.physical_handicap" )
column=(type=char(1) update=yes updatewhereclause=yes name=physical_handicap dbname="employee.physical_handicap" values="Yes Y/No N/" )
column=(type=char(5) update=yes updatewhereclause=yes name=handicap_category dbname="employee.handicap_category" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
......@@ -46,91 +49,82 @@ table(column=(type=char(40) update=yes updatewhereclause=yes name=short_name dbn
column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
column=(type=char(30) updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=revision_no dbname="employee.revision_no" initial="1" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.short_name~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.nationality~") COLUMN(NAME=~"employee.citizen~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.blood_grp~") COLUMN(NAME=~"employee.contact_pers~") COLUMN(NAME=~"employee.hobby1~") COLUMN(NAME=~"employee.hobby2~") COLUMN(NAME=~"employee.hobby3~") COLUMN(NAME=~"employee.hobby4~") COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.religion~") COLUMN(NAME=~"employee.m_status_date~") COLUMN(NAME=~"employee.name_prefix~") COLUMN(NAME=~"employee.state_code__domicile~") COLUMN(NAME=~"employee.contact_add1~") COLUMN(NAME=~"employee.contact_add2~") COLUMN(NAME=~"employee.contact_add3~") COLUMN(NAME=~"employee.contact_city~") COLUMN(NAME=~"employee.contact_state~") COLUMN(NAME=~"employee.contact_tel~") COLUMN(NAME=~"employee.contact_pin~") COLUMN(NAME=~"employee.maiden_name~") COLUMN(NAME=~"employee.birth_place~") COLUMN(NAME=~"employee.resi_permit_no~") COLUMN(NAME=~"employee.resi_permit_upto~") COLUMN(NAME=~"employee.social_security_no~") COLUMN(NAME=~"employee.aadhar_card_no~") COLUMN(NAME=~"employee.election_card_no~") COLUMN(NAME=~"employee.driv_lic_no~") COLUMN(NAME=~"employee.driv_lic_valid_upto~") COLUMN(NAME=~"employee.physical_handicap~") COLUMN(NAME=~"employee.handicap_category~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.revision_no~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_term~")WHERE( EXP1 =~"employee.emp_code~" OP =~"=~" EXP2 =~":memp~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) )
groupbox(band=detail text="Others"border="2" color="33554432" x="6" y="552" height="53" width="592" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Personal"border="2" color="33554432" x="5" y="2" height="543" width="591" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column=(type=datetime update=yes updatewhereclause=yes name=retirement_date dbname="employee.retirement_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.short_name~") COLUMN(NAME=~"employee.sex~") COLUMN(NAME=~"employee.nationality~") COLUMN(NAME=~"employee.citizen~") COLUMN(NAME=~"employee.m_status~") COLUMN(NAME=~"employee.blood_grp~") COLUMN(NAME=~"employee.contact_pers~") COLUMN(NAME=~"employee.hobby1~") COLUMN(NAME=~"employee.hobby2~") COLUMN(NAME=~"employee.hobby3~") COLUMN(NAME=~"employee.hobby4~") COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.birth_date~") COLUMN(NAME=~"employee.religion~") COLUMN(NAME=~"employee.m_status_date~") COLUMN(NAME=~"employee.name_prefix~") COLUMN(NAME=~"employee.state_code__domicile~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.contact_add1~") COLUMN(NAME=~"employee.contact_add2~") COLUMN(NAME=~"employee.contact_add3~") COLUMN(NAME=~"employee.contact_city~") COLUMN(NAME=~"employee.contact_state~") COLUMN(NAME=~"employee.contact_tel~") COLUMN(NAME=~"employee.contact_pin~") COLUMN(NAME=~"employee.maiden_name~") COLUMN(NAME=~"employee.birth_place~") COLUMN(NAME=~"employee.resi_permit_no~") COLUMN(NAME=~"employee.resi_permit_upto~") COLUMN(NAME=~"employee.social_security_no~") COLUMN(NAME=~"employee.aadhar_card_no~") COLUMN(NAME=~"employee.election_card_no~") COLUMN(NAME=~"employee.driv_lic_no~") COLUMN(NAME=~"employee.driv_lic_valid_upto~") COLUMN(NAME=~"employee.physical_handicap~") COLUMN(NAME=~"employee.handicap_category~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.revision_no~") COLUMN(NAME=~"employee.retirement_date~")WHERE( EXP1 =~"employee.emp_code~" OP =~"=~" EXP2 =~":memp~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) )
groupbox(band=detail text="Personal"border="2" color="33554432" x="5" y="2" height="566" width="591" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Marital Status :" border="0" color="0" x="43" y="83" height="16" width="109" html.valueishtml="0" name=m_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Marital Status Date :" border="0" color="0" x="330" y="83" height="19" width="123" html.valueishtml="0" name=m_status_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Marital Status Date :" border="0" color="0" x="330" y="83" height="16" width="123" html.valueishtml="0" name=m_status_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Date of Birth :" border="0" color="0" x="63" y="125" height="16" width="89" html.valueishtml="0" name=birth_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="0" tabsequence=40 border="5" color="0" x="157" y="104" height="16" width="82" format="[general]" html.valueishtml="0" name=sex visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Hobbies :" border="0" color="0" x="90" y="146" height="16" width="62" html.valueishtml="0" name=hobby1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="0" x="252" y="146" height="16" width="88" format="[general]" html.valueishtml="0" name=hobby2 visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=100 border="5" color="0" x="347" y="146" height="16" width="88" format="[general]" html.valueishtml="0" name=hobby3 visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=60 border="5" color="0" x="157" y="125" height="16" width="58" format="[shortdate] [time]" html.valueishtml="0" name=birth_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=60 border="5" color="0" x="157" y="125" height="16" width="58" format="[general]" html.valueishtml="0" name=birth_date visible="1" editmask.mask="DD/MM/YYYY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="0" x="157" y="146" height="16" width="88" format="[general]" html.valueishtml="0" name=hobby1 visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Nationality of :" border="0" color="0" x="60" y="167" height="16" width="92" html.valueishtml="0" name=nationality_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="0" x="442" y="146" height="16" width="146" format="[general]" html.valueishtml="0" name=hobby4 visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="0" x="442" y="146" height="16" width="88" format="[general]" html.valueishtml="0" name=hobby4 visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Religion :" border="0" color="0" x="90" y="188" height="16" width="62" html.valueishtml="0" name=religion_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Contact Person :" border="0" color="0" x="32" y="209" height="16" width="120" html.valueishtml="0" name=contact_pers_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="0" x="157" y="188" height="16" width="129" format="[general]" html.valueishtml="0" name=religion visible="1" edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=170 border="5" color="0" x="157" y="230" height="16" width="433" format="[general]" html.valueishtml="0" name=contact_add1 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=16 alignment="0" tabsequence=140 border="5" color="0" x="157" y="188" height="16" width="129" format="[general]" html.valueishtml="0" name=religion visible="1" edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=170 border="5" color="0" x="157" y="230" height="16" width="373" format="[general]" html.valueishtml="0" name=contact_add1 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Address :" border="0" color="0" x="95" y="230" height="16" width="57" html.valueishtml="0" name=contact_add1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=180 border="5" color="0" x="157" y="251" height="16" width="433" format="[general]" html.valueishtml="0" name=contact_add2 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="0" tabsequence=180 border="5" color="0" x="157" y="251" height="16" width="373" format="[general]" html.valueishtml="0" name=contact_add2 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="City :" border="0" color="0" x="104" y="293" height="16" width="48" html.valueishtml="0" name=contact_city_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=24 alignment="0" tabsequence=210 border="5" color="0" x="473" y="293" height="16" width="114" format="[general]" html.valueishtml="0" name=contact_pin visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=27 alignment="0" tabsequence=210 border="5" color="0" x="473" y="293" height="16" width="57" format="[general]" html.valueishtml="0" name=contact_pin visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Pin :" border="0" color="0" x="437" y="293" height="16" width="31" html.valueishtml="0" name=contact_pin_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="State :" border="0" color="0" x="89" y="314" height="16" width="63" html.valueishtml="0" name=contact_state_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Tele. No. :" border="0" color="0" x="353" y="314" height="16" width="60" html.valueishtml="0" name=contact_tel_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=23 alignment="0" tabsequence=230 border="5" color="0" x="418" y="314" height="16" width="170" format="[general]" html.valueishtml="0" name=contact_tel visible="1" slideup=directlyabove edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=21 alignment="0" tabsequence=200 border="5" color="0" x="157" y="293" height="16" width="114" format="[general]" html.valueishtml="0" name=contact_city visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="0" tabsequence=220 border="5" color="0" x="157" y="315" height="16" width="48" format="[general]" html.valueishtml="0" protect="0~t1" name=contact_state visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="0" tabsequence=190 border="5" color="0" x="157" y="272" height="16" width="430" format="[general]" html.valueishtml="0" name=contact_add3 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=26 alignment="0" tabsequence=230 border="5" color="0" x="418" y="314" height="16" width="112" format="[general]" html.valueishtml="0" name=contact_tel visible="1" slideup=directlyabove edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=24 alignment="0" tabsequence=200 border="5" color="0" x="157" y="293" height="16" width="114" format="[general]" html.valueishtml="0" name=contact_city visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=25 alignment="0" tabsequence=220 border="5" color="0" x="157" y="314" height="16" width="48" format="[general]" html.valueishtml="0" protect="0~t1" name=contact_state visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=23 alignment="0" tabsequence=190 border="5" color="0" x="157" y="272" height="16" width="373" format="[general]" html.valueishtml="0" name=contact_add3 visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Maiden Name :" border="0" color="0" x="54" y="335" height="16" width="98" html.valueishtml="0" name=maiden_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Resi Permit upto :" border="0" color="0" x="354" y="356" height="16" width="99" html.valueishtml="0" name=resi_permit_upto_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Residence Permit No :" border="0" color="0" x="30" y="356" height="16" width="122" html.valueishtml="0" name=resi_permit_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Birth Place :" border="0" color="0" x="30" y="377" height="16" width="122" html.valueishtml="0" name=birth_place_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=160 border="5" color="0" x="157" y="209" height="16" width="212" format="[general]" html.valueishtml="0" name=contact_pers visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Social Security No :" border="0" color="0" x="33" y="398" height="16" width="119" html.valueishtml="0" name=social_security_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=28 alignment="0" tabsequence=260 border="5" color="0" x="458" y="356" height="16" width="131" format="dd/mm/yy" html.valueishtml="0" name=resi_permit_upto visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=25 alignment="0" tabsequence=240 border="5" color="0" x="157" y="335" height="16" width="432" format="[general]" html.valueishtml="0" name=maiden_name visible="1" slideup=directlyabove edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=26 alignment="0" tabsequence=270 border="5" color="0" x="157" y="377" height="16" width="261" format="[general]" html.valueishtml="0" name=birth_place visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=31 alignment="0" tabsequence=260 border="5" color="0" x="458" y="356" height="16" width="72" format="dd/mm/yy" html.valueishtml="0" name=resi_permit_upto visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=28 alignment="0" tabsequence=240 border="5" color="0" x="157" y="335" height="16" width="373" format="[general]" html.valueishtml="0" name=maiden_name visible="1" slideup=directlyabove edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=29 alignment="0" tabsequence=270 border="5" color="0" x="157" y="377" height="16" width="261" format="[general]" html.valueishtml="0" name=birth_place visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Aadhar Card No :" border="0" color="0" x="33" y="422" height="16" width="119" html.valueishtml="0" name=aadhar_card_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Election Card No :" border="0" color="0" x="33" y="444" height="16" width="119" html.valueishtml="0" name=election_card_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=33 alignment="0" tabsequence=320 border="5" color="0" x="458" y="465" height="16" width="130" format="[shortdate] [time]" html.valueishtml="0" name=driv_lic_valid_upto visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=36 alignment="0" tabsequence=320 border="5" color="0" x="458" y="465" height="16" width="72" format="[shortdate] [time]" html.valueishtml="0" name=driv_lic_valid_upto visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Drv License upto :" border="0" color="0" x="346" y="465" height="16" width="107" html.valueishtml="0" name=driv_lic_valid_upto_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=34 alignment="0" tabsequence=330 border="5" color="0" x="157" y="486" height="16" width="47" format="[Yes/No]" html.valueishtml="0" name=physical_handicap visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=37 alignment="0" tabsequence=330 border="5" color="0" x="157" y="486" height="16" width="47" format="[general]" html.valueishtml="0" name=physical_handicap visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Driving License No :" border="0" color="0" x="33" y="465" height="16" width="119" html.valueishtml="0" name=driv_lic_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Physically Handicapped :" border="0" color="0" x="6" y="487" height="16" width="145" html.valueishtml="0" name=physical_handicap_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=35 alignment="0" tabsequence=340 border="5" color="0" x="482" y="487" height="16" width="107" format="[general]" html.valueishtml="0" name=handicap_category visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Physically Handicapped :" border="0" color="0" x="7" y="486" height="16" width="145" html.valueishtml="0" name=physical_handicap_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=38 alignment="0" tabsequence=340 border="5" color="0" x="482" y="487" height="16" width="48" format="[general]" html.valueishtml="0" name=handicap_category visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Domicile :" border="0" color="0" x="419" y="188" height="16" width="58" html.valueishtml="0" name=state_code__domicile_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Handicap Category :" border="0" color="0" x="332" y="487" height="16" width="145" html.valueishtml="0" name=handicap_category_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=27 alignment="0" tabsequence=250 border="5" color="0" x="157" y="356" height="16" width="184" format="[general]" html.valueishtml="0" name=resi_permit_no visible="1" slideup=directlyabove edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=29 alignment="0" tabsequence=280 border="5" color="0" x="157" y="398" height="16" width="184" format="[general]" html.valueishtml="0" name=social_security_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=30 alignment="0" tabsequence=290 border="5" color="0" x="157" y="422" height="16" width="184" format="[general]" html.valueishtml="0" name=aadhar_card_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=31 alignment="0" tabsequence=300 border="5" color="0" x="157" y="444" height="16" width="184" format="[general]" html.valueishtml="0" name=election_card_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=32 alignment="0" tabsequence=310 border="5" color="0" x="157" y="465" height="16" width="184" format="[general]" html.valueishtml="0" name=driv_lic_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=150 border="5" color="0" x="481" y="189" height="16" width="105" format="[general]" html.valueishtml="0" name=state_code__domicile visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=30 alignment="0" tabsequence=250 border="5" color="0" x="157" y="356" height="16" width="184" format="[general]" html.valueishtml="0" name=resi_permit_no visible="1" slideup=directlyabove edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=32 alignment="0" tabsequence=280 border="5" color="0" x="157" y="398" height="16" width="184" format="[general]" html.valueishtml="0" name=social_security_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=33 alignment="0" tabsequence=290 border="5" color="0" x="157" y="422" height="16" width="184" format="[general]" html.valueishtml="0" name=aadhar_card_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=34 alignment="0" tabsequence=300 border="5" color="0" x="157" y="444" height="16" width="184" format="[general]" html.valueishtml="0" name=election_card_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=35 alignment="0" tabsequence=310 border="5" color="0" x="157" y="465" height="16" width="184" format="[general]" html.valueishtml="0" name=driv_lic_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=150 border="5" color="0" x="482" y="188" height="16" width="48" format="[general]" html.valueishtml="0" name=state_code__domicile visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=120 border="5" color="0" x="157" y="167" height="16" width="48" format="[general]" html.valueishtml="0" name=nationality visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="157" y="83" height="16" width="125" format="[general]" html.valueishtml="0" protect="0~t1" name=m_status visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Employee :" border="0" color="0" x="70" y="41" height="16" width="82" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Short Name :" border="0" color="0" x="70" y="62" height="16" width="82" html.valueishtml="0" name=short_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Gender :" border="0" color="0" x="70" y="104" height="16" width="82" html.valueishtml="0" name=sex_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=15 alignment="0" tabsequence=30 border="5" color="0" x="458" y="83" height="16" width="131" format="[shortdate] [time]" html.valueishtml="0" protect="0~t1" name=m_status_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=30 border="5" color="0" x="458" y="83" height="16" width="72" format="[shortdate] [time]" html.valueishtml="0" protect="0~t1" name=m_status_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Name Prefix :" border="0" color="0" x="381" y="104" height="16" width="77" html.valueishtml="0" name=name_prefix_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=50 border="5" color="0" x="462" y="104" height="16" width="126" format="[general]" html.valueishtml="0" name=name_prefix visible="1" ddlb.limit=5 ddlb.allowedit=yes ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=50 border="5" color="0" x="462" y="104" height="16" width="63" format="[general]" html.valueishtml="0" name=name_prefix visible="1" ddlb.limit=5 ddlb.allowedit=yes ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Blood Group :" border="0" color="0" x="333" y="125" height="16" width="89" html.valueishtml="0" name=blood_grp_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=70 border="5" color="0" x="426" y="125" height="16" width="162" format="[general]" html.valueishtml="0" name=blood_grp visible="1" ddlb.limit=3 ddlb.allowedit=no ddlb.case=any ddlb.vscrollbar=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=70 border="5" color="0" x="426" y="125" height="16" width="99" format="[general]" html.valueishtml="0" name=blood_grp visible="1" ddlb.limit=3 ddlb.allowedit=no ddlb.case=any ddlb.vscrollbar=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Citizen :" border="0" color="0" x="420" y="167" height="16" width="52" html.valueishtml="0" name=citizen_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=4 alignment="0" tabsequence=130 border="5" color="0" x="477" y="167" height="16" width="111" format="[general]" html.valueishtml="0" name=citizen visible="1" edit.name="Yesno" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="255" x="247" y="510" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_fname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="255" x="344" y="510" height="16" width="89" format="[general]" html.valueishtml="0" name=emp_mname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="255" x="439" y="510" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_lname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=4 alignment="0" tabsequence=130 border="5" color="0" x="477" y="167" height="16" width="48" format="[general]" html.valueishtml="0" name=citizen visible="1" edit.name="Yesno" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="157" y="41" height="16" width="83" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="157" y="62" height="16" width="431" format="[general]" html.valueishtml="0" name=short_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="255" x="244" y="41" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="255" x="341" y="41" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="437" y="41" height="16" width="151" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=42 alignment="0" tabsequence=32766 border="0" color="0" x="156" y="507" height="16" width="59" format="[general]" html.valueishtml="0" name=revision_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Revision No :" border="0" color="33554432" x="33" y="507" height="17" width="117" html.valueishtml="0" name=revision_no_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=43 alignment="0" tabsequence=32766 border="0" color="0" x="94" y="576" height="16" width="55" html.valueishtml="0" name=chg_date visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="0" color="0" x="269" y="576" height="16" width="50" html.valueishtml="0" name=chg_user visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="0" color="0" x="464" y="576" height="16" width="50" html.valueishtml="0" name=chg_term visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="0" text="Change Date" border="0" color="33554432" x="18" y="576" height="16" width="70" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change User" border="0" color="33554432" x="190" y="576" height="16" width="69" html.valueishtml="0" name=t_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Term" border="0" color="33554432" x="381" y="576" height="16" width="71" html.valueishtml="0" name=t_3 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="157" y="62" height="16" width="373" format="[general]" html.valueishtml="0" name=short_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=42 alignment="0" tabsequence=32766 border="5" color="255" x="244" y="41" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=43 alignment="0" tabsequence=32766 border="5" color="255" x="341" y="41" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="5" color="255" x="437" y="41" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="0" color="0" x="156" y="528" height="15" width="88" format="[general]" html.valueishtml="0" name=retirement_date visible="0" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="0" color="0" x="156" y="507" height="16" width="59" format="[general]" html.valueishtml="0" name=revision_no visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="255" x="247" y="507" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_fname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="5" color="255" x="345" y="507" height="16" width="89" format="[general]" html.valueishtml="0" name=emp_mname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="439" y="507" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_lname visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
......@@ -12,6 +12,8 @@ import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import javax.ejb.Stateless;
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
......@@ -24,10 +26,13 @@ import ibase.webitm.ejb.sys.UtilMethods;
import ibase.webitm.utility.ITMException;
//Modified By Dipesh on[19/07/2019][Start]
//@Stateless
@Stateless
//Modified By Dipesh on[19/07/2019][End]
public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLocal ,EmpPersonalInfoRemote
{
//Modified by Rohini T on [14/09/19][Start]
E12GenericUtility genericUtility = new E12GenericUtility();
//Modified by Rohini T on [14/09/19][End]
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException
{
Document dom = null;
......@@ -182,6 +187,7 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
//Modified by Rohini T on 11/March/2019[Req ID:A17DSUN006 ][START]
//Added by Dipesh on[19/07/2019][Start]
//revNo = genericUtility.getColumnValue("revision_no", dom);
System.out.println("Inside itm_defaultedit...");
revNo = checkNull(genericUtility.getColumnValue("revision_no", dom));
empCode = checkNull(genericUtility.getColumnValue("emp_code",dom));
//Added by Dipesh on[19/07/2019][End]
......@@ -201,6 +207,7 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
revisionNo = 0;
}
revisionNo = revisionNo+1;
System.out.println("revisionNo....."+revisionNo);
//Modified by Rohini T on 13/March/2019[Req ID: A17DSUN006][END]
valueXmlString.append("<revision_no><![CDATA[").append(revisionNo).append("]]></revision_no>\r\n");
}
......@@ -617,9 +624,11 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
SimpleDateFormat sdf1 = new SimpleDateFormat(genericUtility.getDBDateFormat());
currentDate = java.sql.Timestamp.valueOf(sdf1.format(today) + " 00:00:00.000");
retirementVarvalue=checkNull(admCommon.getAdmEnv(siteCode, cadreCode, gradeCode, "RETIREMENT_CALC_DBF",currentDate, conn));
System.out.println("retirementVarvalue>>>"+retirementVarvalue);
if("NULLFOUND".equalsIgnoreCase(retirementVarvalue))
{
retirementVarvalue = admCommon.getEnv("999999", "RETIREMENT_CALC_DBF", conn);
System.out.println("retirementVarvalue>>>@@@"+retirementVarvalue);
if("NULLFOUND".equalsIgnoreCase(retirementVarvalue) || retirementVarvalue == null || retirementVarvalue.trim().length() == 0)
{
retirementVarvalue="";
......@@ -629,6 +638,7 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
retirementVarvalue="";
}
}
System.out.println("retirementVarvalue>>>!!!!"+retirementVarvalue);
if(retirementVarvalue != null && retirementVarvalue.trim().length() > 0)
{
sql = "SELECT "+retirementVarvalue+"(?,?,?)as retDate FROM DUAL";
......@@ -654,9 +664,16 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
}
if(retirementDate == null)
{
retirementDate=utilmethod.AddMonths(birthDateDT, retAge);
System.out.println("Inside AddMonths calculation");
retirementDate = utilmethod.AddMonths(birthDateDT, retAge);
System.out.println("retirementDate===["+retirementDate+"]");
}
retDateStr = sdf.format(new Date(retirementDate.getTime()));
//Modified by Rohini T on [14/09/19][Start]
//retDateStr = sdf.format(new Date(retirementDate.getTime()));
retDateStr = getCurrdateAppFormat(retirementDate);
System.out.println("retDateStr:::::"+retDateStr);
//Modified by Rohini T on [14/09/19][End]
System.out.println("retDateStr::::"+retDateStr);
//valueXmlString.append("<retirement_age>").append("<![CDATA[" + retireAge + "]]>").append("</retirement_age>");
valueXmlString.append("<retirement_date>").append("<![CDATA[" + retDateStr + "]]>").append("</retirement_date>");
}
......@@ -1190,4 +1207,23 @@ public class EmpPersonalInfo extends ValidatorEJB implements EmpPersonalInfoLoca
System.out.println("Returning Value From getEnv() :: "+retValue);
return retValue;
}
//Modified by Rohini T on [14/09/19][Start]
private String getCurrdateAppFormat(java.sql.Timestamp inputDate) throws ITMException
{
String retDate ="";
System.out.println("Comming Date[In DB Format] :::"+inputDate.toString());
try
{
retDate = genericUtility.getValidDateString(inputDate.toString(), genericUtility.getDBDateFormat(), genericUtility.getApplDateFormat());
}
catch(Exception e)
{
e.printStackTrace();
throw new ITMException(e);
}
System.out.println("Retturning Date :::"+retDate);
return (retDate);
}
//Modified by Rohini T on [14/09/19][End]
}
\ No newline at end of file
......@@ -27,6 +27,8 @@ import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import javax.ejb.Stateless;
//import javax.ejb.Stateless;
import org.w3c.dom.CDATASection;
......@@ -46,7 +48,7 @@ import ibase.webitm.ejb.sys.UtilMethods;
//import com.sun.org.apache.xalan.internal.xsltc.compiler.Pattern;
//@Stateless
@Stateless
public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,EmployeeEJBRemote
{
......@@ -6804,9 +6806,11 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
SimpleDateFormat sdf1 = new SimpleDateFormat(genericUtility.getDBDateFormat());
currentDate = java.sql.Timestamp.valueOf(sdf1.format(today) + " 00:00:00.000");
retirementVarvalue=checkNull(admCommon.getAdmEnv(siteCode, cadreCode, gradeCode, "RETIREMENT_CALC_DBF",currentDate, conn));
System.out.println("retirementVarvalue>>>"+retirementVarvalue);
if("NULLFOUND".equalsIgnoreCase(retirementVarvalue))
{
retirementVarvalue = admCommon.getEnv("999999", "RETIREMENT_CALC_DBF", conn);
System.out.println("retirementVarvalue>>>@@@"+retirementVarvalue);
//Modified by Rohini T on [21/08/19][Start]
//if(retirementVarvalue.equalsIgnoreCase("NULLFOUND") || retirementVarvalue == null || retirementVarvalue.trim().length() == 0)
if("NULLFOUND".equalsIgnoreCase(retirementVarvalue) || retirementVarvalue == null || retirementVarvalue.trim().length() == 0)
......@@ -6819,6 +6823,7 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
retirementVarvalue="";
}
}
System.out.println("retirementVarvalue>>>!!!!"+retirementVarvalue);
if(retirementVarvalue != null && retirementVarvalue.trim().length() > 0)
{
sql = "SELECT "+retirementVarvalue+"(?,?,?)as retDate FROM DUAL";
......@@ -6846,7 +6851,11 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
{
retirementDate=utilmethod.AddMonths(birthDate, retAge);
}
retDateStr = sdf.format(new Date(retirementDate.getTime()));
//Modified by Rohini T on [14/09/19][Start]
retDateStr = getCurrdateAppFormat(retirementDate);
System.out.println("retDateStr:::::"+retDateStr);
//retDateStr = sdf.format(new Date(retirementDate.getTime()));
//Modified by Rohini T on [14/09/19][End]
//valueXmlString.append("<bank_name>").append("<![CDATA["+ rs.getString("BANK_NAME") +"]]>").append("</bank_name>");
}
catch (Exception e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment