Commit 112b5e3d authored by dpingle's avatar dpingle

* Changes done in employee payroll info on [04/09/19]

emp_payroll_info21.xml
w_emp_payroll_info.sql
d_emp_payroll_info21.srd
EmpPayrollInfo.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206761 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5231e08e
...@@ -125,3 +125,46 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -125,3 +125,46 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
----------------------------------------------------- Dipesh [04/09/2019] Start
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_payroll_info' and line_no='3';
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_payroll_info' and line_no='21';
DELETE OBJ_ACTIONS WHERE OBJ_NAME ='emp_payroll_info' and line_no='22';
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values
('emp_payroll_info',39,'ibase/resource/objaction/exprtExl.svg','Export To Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC)
values ('emp_payroll_info',40,'ibase/resource/objaction/Audit-trail.svg','View Audit Trail','audit_trail','1','X','Audit Trail','1','1','1','U',null,null,null,null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
Insert into MESSAGES(MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values
('VESTACD3 ','Invalid HeadQuarter code','Entered Station HeadQuarter code not present in master','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
update TRANSETUP set ref_ser='E-LOAN' where TRAN_WINDOW='w_emp_payroll_info';
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('emp_payroll_info','1','emp_fname_long',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('emp_payroll_info','1','emp_mname_long',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('emp_payroll_info','1','emp_lname_long',null,'N');
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Description : {descr} (<b>{lve_code}</b>) , Station Code : {stan_code} <br/>
Head Quarter : {stan_code__hq} , Min.Allowed : {min_allowed}
</span>
<br/> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_emp_payroll_info';
----------------------------------------------------- Dipesh [04/09/2019] Start
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>342</height> <height>473</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -119,13 +119,6 @@ ...@@ -119,13 +119,6 @@
<name>esic_no</name> <name>esic_no</name>
<dbname>employee.esic_no</dbname> <dbname>employee.esic_no</dbname>
</table_column> </table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>it_no</name>
<dbname>employee.it_no</dbname>
</table_column>
<table_column> <table_column>
<type precision="2">decimal</type> <type precision="2">decimal</type>
<update>yes</update> <update>yes</update>
...@@ -186,10 +179,6 @@ ...@@ -186,10 +179,6 @@
<name>with_held</name> <name>with_held</name>
<dbname>employee.with_held</dbname> <dbname>employee.with_held</dbname>
<initial>N</initial> <initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
...@@ -219,10 +208,6 @@ ...@@ -219,10 +208,6 @@
<name>auto_adv</name> <name>auto_adv</name>
<dbname>employee.auto_adv</dbname> <dbname>employee.auto_adv</dbname>
<initial>N</initial> <initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="25">char</type> <type size="25">char</type>
...@@ -263,21 +248,6 @@ ...@@ -263,21 +248,6 @@
<name>group_mediclaim</name> <name>group_mediclaim</name>
<dbname>employee.group_mediclaim</dbname> <dbname>employee.group_mediclaim</dbname>
<initial>N</initial> <initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pension_eligible</name>
<dbname>employee.pension_eligible</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="60">char</type> <type size="60">char</type>
...@@ -312,7 +282,21 @@ ...@@ -312,7 +282,21 @@
<dbname>employee.revision_no</dbname> <dbname>employee.revision_no</dbname>
<initial>1</initial> <initial>1</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.auto_adv&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&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.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.pension_eligible&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;)WHERE( EXP1 =&quot;( employee.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp )&quot; ) ) ARG(NAME = &quot;memp&quot; TYPE = string) </retrieve> <table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>it_no</name>
<dbname>employee.it_no</dbname>
<initial>N</initial>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>pension_eligible</name>
<dbname>employee.pension_eligible</dbname>
<initial>N</initial>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.auto_adv&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&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.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.pension_eligible&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> <update>EMPLOYEE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>yes</updatekeyinplace> <updatekeyinplace>yes</updatekeyinplace>
...@@ -326,9 +310,9 @@ ...@@ -326,9 +310,9 @@
<text>Payroll</text> <text>Payroll</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>0</x> <x>9</x>
<y>4</y> <y>4</y>
<height>319</height> <height>303</height>
<width>594</width> <width>594</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -351,7 +335,7 @@ ...@@ -351,7 +335,7 @@
<text>Employee :</text> <text>Employee :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>17</x> <x>26</x>
<y>30</y> <y>30</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
...@@ -379,7 +363,7 @@ ...@@ -379,7 +363,7 @@
<text>Payment Type :</text> <text>Payment Type :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>17</x> <x>26</x>
<y>52</y> <y>52</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
...@@ -407,7 +391,7 @@ ...@@ -407,7 +391,7 @@
<text>Mode of Payment :</text> <text>Mode of Payment :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>371</x> <x>380</x>
<y>52</y> <y>52</y>
<height>16</height> <height>16</height>
<width>109</width> <width>109</width>
...@@ -435,7 +419,7 @@ ...@@ -435,7 +419,7 @@
<text>Basic per Month :</text> <text>Basic per Month :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>17</x> <x>26</x>
<y>74</y> <y>74</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
...@@ -463,7 +447,7 @@ ...@@ -463,7 +447,7 @@
<text>Gross per Annum :</text> <text>Gross per Annum :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>371</x> <x>380</x>
<y>74</y> <y>74</y>
<height>16</height> <height>16</height>
<width>109</width> <width>109</width>
...@@ -491,7 +475,7 @@ ...@@ -491,7 +475,7 @@
<text>PF No :</text> <text>PF No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>34</x> <x>43</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
...@@ -519,7 +503,7 @@ ...@@ -519,7 +503,7 @@
<text>UAN :</text> <text>UAN :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>224</x> <x>233</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>48</width> <width>48</width>
...@@ -543,12 +527,12 @@ ...@@ -543,12 +527,12 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>277</x> <x>286</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>121</width> <width>121</width>
...@@ -584,7 +568,7 @@ ...@@ -584,7 +568,7 @@
<text>FPF No :</text> <text>FPF No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>420</x> <x>429</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
...@@ -608,12 +592,12 @@ ...@@ -608,12 +592,12 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>10</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>74</y> <y>74</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -647,12 +631,12 @@ ...@@ -647,12 +631,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>485</x> <x>494</x>
<y>74</y> <y>74</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -691,7 +675,7 @@ ...@@ -691,7 +675,7 @@
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>485</x> <x>494</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -728,7 +712,7 @@ ...@@ -728,7 +712,7 @@
<text>ESI Dispensary :</text> <text>ESI Dispensary :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>242</x> <x>251</x>
<y>118</y> <y>118</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
...@@ -757,7 +741,7 @@ ...@@ -757,7 +741,7 @@
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>96</y> <y>96</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -794,14 +778,14 @@ ...@@ -794,14 +778,14 @@
<text>Group Mediclaim :</text> <text>Group Mediclaim :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>402</x> <x>411</x>
<y>140</y> <y>140</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mdeiclaim_t</name> <name>group_mediclaim_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -818,12 +802,12 @@ ...@@ -818,12 +802,12 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>350</x> <x>359</x>
<y>118</y> <y>118</y>
<height>16</height> <height>16</height>
<width>222</width> <width>222</width>
...@@ -855,25 +839,26 @@ ...@@ -855,25 +839,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>27</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>509</x> <x>518</x>
<y>140</y> <y>140</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim</name> <name>group_mediclaim</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -895,7 +880,7 @@ ...@@ -895,7 +880,7 @@
<text>ESIC No :</text> <text>ESIC No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>34</x> <x>43</x>
<y>118</y> <y>118</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
...@@ -923,7 +908,7 @@ ...@@ -923,7 +908,7 @@
<text>PAN :</text> <text>PAN :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>59</x> <x>68</x>
<y>140</y> <y>140</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
...@@ -952,7 +937,7 @@ ...@@ -952,7 +937,7 @@
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>118</y> <y>118</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -983,51 +968,13 @@ ...@@ -983,51 +968,13 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>124</x>
<y>140</y>
<height>16</height>
<width>87</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>it_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Account Code :</text> <text>Account Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>29</x> <x>38</x>
<y>162</y> <y>162</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
...@@ -1055,7 +1002,7 @@ ...@@ -1055,7 +1002,7 @@
<text>Cost Centre :</text> <text>Cost Centre :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>423</x> <x>432</x>
<y>162</y> <y>162</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
...@@ -1083,7 +1030,7 @@ ...@@ -1083,7 +1030,7 @@
<text>Head Quarter :</text> <text>Head Quarter :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>243</x> <x>252</x>
<y>184</y> <y>184</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1111,7 +1058,7 @@ ...@@ -1111,7 +1058,7 @@
<text>Bank Code :</text> <text>Bank Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>403</x> <x>412</x>
<y>184</y> <y>184</y>
<height>16</height> <height>16</height>
<width>77</width> <width>77</width>
...@@ -1135,12 +1082,12 @@ ...@@ -1135,12 +1082,12 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>162</y> <y>162</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -1177,7 +1124,7 @@ ...@@ -1177,7 +1124,7 @@
<text>Bank A/c No. :</text> <text>Bank A/c No. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>243</x> <x>252</x>
<y>206</y> <y>206</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1201,12 +1148,12 @@ ...@@ -1201,12 +1148,12 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>335</x> <x>344</x>
<y>184</y> <y>184</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
...@@ -1239,12 +1186,12 @@ ...@@ -1239,12 +1186,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>513</x> <x>522</x>
<y>162</y> <y>162</y>
<height>16</height> <height>16</height>
<width>59</width> <width>59</width>
...@@ -1282,7 +1229,7 @@ ...@@ -1282,7 +1229,7 @@
<tabsequence>160</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>485</x> <x>494</x>
<y>184</y> <y>184</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
...@@ -1319,7 +1266,7 @@ ...@@ -1319,7 +1266,7 @@
<text>Auto Advance :</text> <text>Auto Advance :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>17</x> <x>26</x>
<y>250</y> <y>250</y>
<height>16</height> <height>16</height>
<width>102</width> <width>102</width>
...@@ -1344,25 +1291,26 @@ ...@@ -1344,25 +1291,26 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>250</y> <y>250</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>auto_adv</name> <name>auto_adv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1384,7 +1332,7 @@ ...@@ -1384,7 +1332,7 @@
<text>Eligible for Pension :</text> <text>Eligible for Pension :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>209</x> <x>218</x>
<y>250</y> <y>250</y>
<height>16</height> <height>16</height>
<width>122</width> <width>122</width>
...@@ -1406,29 +1354,21 @@ ...@@ -1406,29 +1354,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>29</id> <alignment>1</alignment>
<alignment>0</alignment> <text>SalaryWith Held :</text>
<tabsequence>210</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>335</x> <x>415</x>
<y>250</y> <y>250</y>
<height>16</height> <height>16</height>
<width>63</width> <width>102</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pension_eligible</name> <name>with_held_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1439,24 +1379,33 @@ ...@@ -1439,24 +1379,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>17</id>
<text>SalaryWith Held :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>220</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>406</x> <x>522</x>
<y>250</y> <y>250</y>
<height>16</height> <height>16</height>
<width>102</width> <width>59</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>with_held_t</name> <name>with_held</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1467,30 +1416,32 @@ ...@@ -1467,30 +1416,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>220</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>513</x> <x>133</x>
<y>250</y> <y>184</y>
<height>16</height> <height>16</height>
<width>59</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>with_held</name> <name>stan_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<allowedit>no</allowedit> <case>upper</case>
<case>any</case> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1508,25 +1459,28 @@ ...@@ -1508,25 +1459,28 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>485</x> <x>133</x>
<y>272</y> <y>206</y>
<height>16</height> <height>16</height>
<width>87</width> <width>111</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <protect expression="if(pay_mode &lt;&gt;&apos;D&apos;,1,0)">0</protect>
<name>dd_payable_bank</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>20</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1539,24 +1493,35 @@ ...@@ -1539,24 +1493,35 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>5</id>
<text>Chg Term :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>180</tabsequence>
<color>33554432</color> <border>5</border>
<x>412</x> <color>0</color>
<y>272</y> <x>344</x>
<y>206</y>
<height>16</height> <height>16</height>
<width>69</width> <width>237</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <protect expression="if(pay_mode&lt;&gt;&apos;T&apos;,1,0)">0</protect>
<name>bank_acct</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1567,30 +1532,31 @@ ...@@ -1567,30 +1532,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>307</x> <x>133</x>
<y>272</y> <y>228</y>
<height>16</height> <height>16</height>
<width>87</width> <width>448</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>ifsc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>60</limit>
<case>any</case> <case>upper</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1603,23 +1569,23 @@ ...@@ -1603,23 +1569,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User :</text> <text>Station Code :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>0</color>
<x>233</x> <x>26</x>
<y>272</y> <y>184</y>
<height>16</height> <height>16</height>
<width>69</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>stan_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1631,32 +1597,24 @@ ...@@ -1631,32 +1597,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <alignment>1</alignment>
<alignment>0</alignment> <text>DD Payable at :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>37</x>
<x>124</x> <y>206</y>
<y>272</y>
<height>16</height> <height>16</height>
<width>87</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>dd_payable_bank_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1667,23 +1625,23 @@ ...@@ -1667,23 +1625,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Bank IFSC :</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>0</color>
<x>17</x> <x>38</x>
<y>272</y> <y>228</y>
<height>16</height> <height>16</height>
<width>102</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>ifsc_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1700,27 +1658,25 @@ ...@@ -1700,27 +1658,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>124</x> <x>133</x>
<y>184</y> <y>52</y>
<height>16</height> <height>16</height>
<width>63</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code</name> <name>pay_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>5</limit> <limit>1</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1733,33 +1689,30 @@ ...@@ -1733,33 +1689,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>170</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>123</x> <x>494</x>
<y>208</y> <y>52</y>
<height>16</height> <height>16</height>
<width>111</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="if(pay_mode &lt;&gt;&apos;D&apos;,1,0)">0</protect> <name>pay_mode</name>
<name>dd_payable_bank</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>20</limit> <limit>1</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1772,29 +1725,28 @@ ...@@ -1772,29 +1725,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>335</x> <x>133</x>
<y>206</y> <y>30</y>
<height>16</height> <height>16</height>
<width>237</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="if(pay_mode&lt;&gt;&apos;T&apos;,1,0)">0</protect> <name>emp_code</name>
<name>bank_acct</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1811,31 +1763,30 @@ ...@@ -1811,31 +1763,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>124</x> <x>225</x>
<y>228</y> <y>30</y>
<height>16</height> <height>16</height>
<width>448</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ifsc</name> <name>emp_fname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>60</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1848,24 +1799,32 @@ ...@@ -1848,24 +1799,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>31</id>
<text>Station Code :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>17</x> <color>255</color>
<y>184</y> <x>345</x>
<y>30</y>
<height>16</height> <height>16</height>
<width>102</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code_t</name> <name>emp_mname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1876,24 +1835,32 @@ ...@@ -1876,24 +1835,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>30</id>
<text>DD Payable at :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>30</x> <color>255</color>
<y>206</y> <x>465</x>
<y>30</y>
<height>16</height> <height>16</height>
<width>90</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dd_payable_bank_t</name> <name>emp_lname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1904,23 +1871,47 @@ ...@@ -1904,23 +1871,47 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>9</x>
<y>323</y>
<height>56</height>
<width>595</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>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Bank IFSC :</text> <text>Chg Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>29</x> <x>24</x>
<y>228</y> <y>348</y>
<height>16</height> <height>16</height>
<width>90</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ifsc_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1937,25 +1928,25 @@ ...@@ -1937,25 +1928,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>124</x> <x>131</x>
<y>52</y> <y>348</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_type</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1968,32 +1959,24 @@ ...@@ -1968,32 +1959,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Chg User :</text>
<tabsequence>20</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>240</x>
<x>485</x> <y>348</y>
<y>52</y>
<height>16</height> <height>16</height>
<width>87</width> <width>69</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_mode</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2004,32 +1987,30 @@ ...@@ -2004,32 +1987,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>124</x> <x>314</x>
<y>30</y> <y>348</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -2045,29 +2026,21 @@ ...@@ -2045,29 +2026,21 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>31</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Chg Term :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>255</color> <x>419</x>
<x>216</x> <y>348</y>
<y>30</y>
<height>16</height> <height>16</height>
<width>115</width> <width>69</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_long</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2080,23 +2053,23 @@ ...@@ -2080,23 +2053,23 @@
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>33</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>336</x> <x>492</x>
<y>30</y> <y>348</y>
<height>16</height> <height>16</height>
<width>115</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_long</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2122,18 +2095,18 @@ ...@@ -2122,18 +2095,18 @@
<id>32</id> <id>32</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>0</color>
<x>456</x> <x>132</x>
<y>30</y> <y>274</y>
<height>16</height> <height>16</height>
<width>115</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_long</name> <name>revision_no</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -2150,18 +2123,18 @@ ...@@ -2150,18 +2123,18 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>217</x> <x>226</x>
<y>295</y> <y>275</y>
<height>16</height> <height>16</height>
<width>115</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
...@@ -2192,13 +2165,13 @@ ...@@ -2192,13 +2165,13 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>337</x> <x>346</x>
<y>295</y> <y>275</y>
<height>16</height> <height>16</height>
<width>115</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
...@@ -2229,13 +2202,13 @@ ...@@ -2229,13 +2202,13 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>458</x> <x>467</x>
<y>295</y> <y>275</y>
<height>16</height> <height>16</height>
<width>115</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
...@@ -2266,23 +2239,23 @@ ...@@ -2266,23 +2239,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>34</id> <id>33</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>230</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>123</x> <x>132</x>
<y>294</y> <y>140</y>
<height>16</height> <height>16</height>
<width>89</width> <width>89</width>
<format>[general]</format> <format>[General]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>revision_no</name> <name>it_no</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -2300,21 +2273,29 @@ ...@@ -2300,21 +2273,29 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>34</id>
<text>Revision No :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>240</tabsequence>
<color>33554432</color> <border>5</border>
<x>20</x> <color>0</color>
<y>293</y> <x>344</x>
<y>250</y>
<height>16</height> <height>16</height>
<width>97</width> <width>62</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>revision_no_t</name> <name>pension_eligible</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2325,9 +2306,9 @@ ...@@ -2325,9 +2306,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -3,7 +3,7 @@ release 9; ...@@ -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 ) 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 )
summary(height=1 color="536870912" ) summary(height=1 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=342 color="536870912" ) detail(height=473 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=pay_type dbname="employee.pay_type" values="Salary S/Wages W/" ) column=(type=char(1) update=yes updatewhereclause=yes name=pay_type dbname="employee.pay_type" values="Salary S/Wages W/" )
column=(type=char(1) update=yes updatewhereclause=yes name=pay_mode dbname="employee.pay_mode" initial="C" values="Cheque Q/Cash C/Demand Draft D/Transfer T/" ) column=(type=char(1) update=yes updatewhereclause=yes name=pay_mode dbname="employee.pay_mode" initial="C" values="Cheque Q/Cash C/Demand Draft D/Transfer T/" )
...@@ -13,7 +13,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -13,7 +13,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(10) update=yes updatewhereclause=yes name=pf_no dbname="employee.pf_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=pf_no dbname="employee.pf_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=fpf_no dbname="employee.fpf_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=fpf_no dbname="employee.fpf_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=esic_no dbname="employee.esic_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=esic_no dbname="employee.esic_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=it_no dbname="employee.it_no" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=basic dbname="employee.basic" initial="0.00" validation="number(gettext()) >= 0" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=basic dbname="employee.basic" initial="0.00" validation="number(gettext()) >= 0" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=gross dbname="employee.gross" initial="0.00" validation="number(gettext()) >= 0" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=gross dbname="employee.gross" initial="0.00" validation="number(gettext()) >= 0" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee.chg_user" )
...@@ -21,84 +20,86 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -21,84 +20,86 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(10) update=yes updatewhereclause=yes name=acct_code__sal dbname="employee.acct_code__sal" ) column=(type=char(10) update=yes updatewhereclause=yes name=acct_code__sal dbname="employee.acct_code__sal" )
column=(type=char(4) update=yes updatewhereclause=yes name=cctr_code__sal dbname="employee.cctr_code__sal" ) column=(type=char(4) update=yes updatewhereclause=yes name=cctr_code__sal dbname="employee.cctr_code__sal" )
column=(type=char(20) update=yes updatewhereclause=yes name=dd_payable_bank dbname="employee.dd_payable_bank" ) column=(type=char(20) update=yes updatewhereclause=yes name=dd_payable_bank dbname="employee.dd_payable_bank" )
column=(type=char(1) update=yes updatewhereclause=yes name=with_held dbname="employee.with_held" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=with_held dbname="employee.with_held" initial="N" )
column=(type=char(5) update=yes updatewhereclause=yes name=stan_code dbname="employee.stan_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=stan_code dbname="employee.stan_code" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee.chg_term" ) column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=stan_code__hq dbname="employee.stan_code__hq" ) column=(type=char(5) update=yes updatewhereclause=yes name=stan_code__hq dbname="employee.stan_code__hq" )
column=(type=char(1) update=yes updatewhereclause=yes name=auto_adv dbname="employee.auto_adv" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=auto_adv dbname="employee.auto_adv" initial="N" )
column=(type=char(25) update=yes updatewhereclause=yes name=esi_dispensary dbname="employee.esi_dispensary" ) column=(type=char(25) update=yes updatewhereclause=yes name=esi_dispensary dbname="employee.esi_dispensary" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) 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" ) column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(20) update=yes updatewhereclause=yes name=pf_uan dbname="employee.pf_uan" ) column=(type=char(20) update=yes updatewhereclause=yes name=pf_uan dbname="employee.pf_uan" )
column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="employee.group_mediclaim" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="employee.group_mediclaim" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=pension_eligible dbname="employee.pension_eligible" values="Yes Y/No N/" )
column=(type=char(60) update=yes updatewhereclause=yes name=ifsc dbname="employee.ifsc" ) column=(type=char(60) update=yes updatewhereclause=yes name=ifsc dbname="employee.ifsc" )
column=(type=char(30) updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" ) column=(type=char(30) updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" )
column=(type=char(30) updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" ) column=(type=char(30) updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" )
column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" ) column=(type=char(30) updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=revision_no dbname="employee.revision_no" initial="1" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=revision_no dbname="employee.revision_no" initial="1" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.pay_type~") COLUMN(NAME=~"employee.pay_mode~") COLUMN(NAME=~"employee.bank_code~") COLUMN(NAME=~"employee.bank_acct~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.pf_no~") COLUMN(NAME=~"employee.fpf_no~") COLUMN(NAME=~"employee.esic_no~") COLUMN(NAME=~"employee.it_no~") COLUMN(NAME=~"employee.basic~") COLUMN(NAME=~"employee.gross~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.acct_code__sal~") COLUMN(NAME=~"employee.cctr_code__sal~") COLUMN(NAME=~"employee.dd_payable_bank~") COLUMN(NAME=~"employee.with_held~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.stan_code__hq~") COLUMN(NAME=~"employee.auto_adv~") COLUMN(NAME=~"employee.esi_dispensary~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pf_uan~") COLUMN(NAME=~"employee.group_mediclaim~") COLUMN(NAME=~"employee.pension_eligible~") COLUMN(NAME=~"employee.ifsc~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.revision_no~")WHERE( EXP1 =~"( employee.emp_code~" OP =~"=~" EXP2 =~":memp )~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) ) column=(type=char(10) updatewhereclause=yes name=it_no dbname="employee.it_no" initial="N" )
groupbox(band=detail text="Payroll"border="2" color="0" x="0" y="4" height="319" width="594" name=gb_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="2" background.color="67108864" ) column=(type=char(1) updatewhereclause=yes name=pension_eligible dbname="employee.pension_eligible" initial="N" )
text(band=detail alignment="1" text="Employee :" border="0" color="0" x="17" y="30" height="16" width="102" 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" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.pay_type~") COLUMN(NAME=~"employee.pay_mode~") COLUMN(NAME=~"employee.bank_code~") COLUMN(NAME=~"employee.bank_acct~") COLUMN(NAME=~"employee.tot_exp~") COLUMN(NAME=~"employee.pf_no~") COLUMN(NAME=~"employee.fpf_no~") COLUMN(NAME=~"employee.esic_no~") COLUMN(NAME=~"employee.basic~") COLUMN(NAME=~"employee.gross~") COLUMN(NAME=~"employee.chg_user~") COLUMN(NAME=~"employee.chg_date~") COLUMN(NAME=~"employee.acct_code__sal~") COLUMN(NAME=~"employee.cctr_code__sal~") COLUMN(NAME=~"employee.dd_payable_bank~") COLUMN(NAME=~"employee.with_held~") COLUMN(NAME=~"employee.stan_code~") COLUMN(NAME=~"employee.chg_term~") COLUMN(NAME=~"employee.stan_code__hq~") COLUMN(NAME=~"employee.auto_adv~") COLUMN(NAME=~"employee.esi_dispensary~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pf_uan~") COLUMN(NAME=~"employee.group_mediclaim~") COLUMN(NAME=~"employee.ifsc~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~") COLUMN(NAME=~"employee.revision_no~") COLUMN(NAME=~"employee.it_no~") COLUMN(NAME=~"employee.pension_eligible~")WHERE( EXP1 =~"( employee.emp_code~" OP =~"=~" EXP2 =~":memp )~" ) ) ARG(NAME = ~"memp~" TYPE = string) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=yes arguments=(("memp", string)) )
text(band=detail alignment="1" text="Payment Type :" border="0" color="0" x="17" y="52" height="16" width="102" html.valueishtml="0" name=pay_type_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" ) groupbox(band=detail text="Payroll"border="2" color="0" x="9" y="4" height="303" width="594" name=gb_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="2" background.color="67108864" )
text(band=detail alignment="1" text="Mode of Payment :" border="0" color="0" x="371" y="52" height="16" width="109" 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="2" background.color="79741120" ) text(band=detail alignment="1" text="Employee :" border="0" color="0" x="26" y="30" height="16" width="102" 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="Basic per Month :" border="0" color="0" x="17" y="74" height="16" width="102" 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="2" background.color="79741120" ) text(band=detail alignment="1" text="Payment Type :" border="0" color="0" x="26" y="52" height="16" width="102" html.valueishtml="0" name=pay_type_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="Gross per Annum :" border="0" color="0" x="371" y="74" height="16" width="109" html.valueishtml="0" name=gross_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="Mode of Payment :" border="0" color="0" x="380" y="52" height="16" width="109" 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="2" background.color="79741120" )
text(band=detail alignment="1" text="PF No :" border="0" color="0" x="34" y="96" height="16" width="85" html.valueishtml="0" name=pf_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="Basic per Month :" border="0" color="0" x="26" y="74" height="16" width="102" 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="2" background.color="79741120" )
text(band=detail alignment="1" text="UAN :" border="0" color="0" x="224" y="96" height="16" width="48" html.valueishtml="0" name=pf_uan_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="Gross per Annum :" border="0" color="0" x="380" y="74" height="16" width="109" html.valueishtml="0" name=gross_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=60 border="5" color="0" x="277" y="96" height="16" width="121" format="[general]" html.valueishtml="0" name=pf_uan 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" ) text(band=detail alignment="1" text="PF No :" border="0" color="0" x="43" y="96" height="16" width="85" html.valueishtml="0" name=pf_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="FPF No :" border="0" color="0" x="420" y="96" height="16" width="60" html.valueishtml="0" name=fpf_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="UAN :" border="0" color="0" x="233" y="96" height="16" width="48" html.valueishtml="0" name=pf_uan_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="1" tabsequence=30 border="5" color="0" x="124" y="74" height="16" width="87" format="##,##,##0.00" html.valueishtml="0" name=basic visible="1" edit.limit=0 edit.case=any edit.format="##,##,##0.00" 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=26 alignment="0" tabsequence=60 border="5" color="0" x="286" y="96" height="16" width="121" format="[general]" html.valueishtml="0" name=pf_uan 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=12 alignment="1" tabsequence=40 border="5" color="0" x="485" y="74" height="16" width="87" format="##,##,##0.00" html.valueishtml="0" name=gross visible="1" edit.limit=0 edit.case=any edit.format="##,##,##,##0.00" 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="FPF No :" border="0" color="0" x="429" y="96" height="16" width="60" html.valueishtml="0" name=fpf_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=8 alignment="0" tabsequence=70 border="5" color="0" x="485" y="96" height="16" width="87" format="[general]" html.valueishtml="0" name=fpf_no 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="1" tabsequence=30 border="5" color="0" x="133" y="74" height="16" width="87" format="##,##,##0.00" html.valueishtml="0" name=basic visible="1" edit.limit=0 edit.case=any edit.format="##,##,##0.00" 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="ESI Dispensary :" border="0" color="33554432" x="242" y="118" height="16" width="102" html.valueishtml="0" name=esi_dispensary_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="67108864" ) column(band=detail id=11 alignment="1" tabsequence=40 border="5" color="0" x="494" y="74" height="16" width="87" format="##,##,##0.00" html.valueishtml="0" name=gross visible="1" edit.limit=0 edit.case=any edit.format="##,##,##,##0.00" 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=7 alignment="0" tabsequence=50 border="5" color="0" x="124" y="96" height="16" width="87" format="[general]" html.valueishtml="0" name=pf_no 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=8 alignment="0" tabsequence=70 border="5" color="0" x="494" y="96" height="16" width="87" format="[general]" html.valueishtml="0" name=fpf_no 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="Group Mediclaim :" border="0" color="0" x="402" y="140" height="16" width="102" html.valueishtml="0" name=group_mdeiclaim_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="ESI Dispensary :" border="0" color="33554432" x="251" y="118" height="16" width="102" html.valueishtml="0" name=esi_dispensary_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="67108864" )
column(band=detail id=23 alignment="0" tabsequence=90 border="5" color="0" x="350" y="118" height="16" width="222" format="[general]" html.valueishtml="0" name=esi_dispensary visible="1" edit.limit=25 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=7 alignment="0" tabsequence=50 border="5" color="0" x="133" y="96" height="16" width="87" format="[general]" html.valueishtml="0" name=pf_no 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=28 alignment="0" tabsequence=110 border="5" color="0" x="509" y="140" height="16" width="63" format="[general]" html.valueishtml="0" name=group_mediclaim 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="Group Mediclaim :" border="0" color="0" x="411" y="140" height="16" width="102" html.valueishtml="0" name=group_mediclaim_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="ESIC No :" border="0" color="0" x="34" y="118" height="16" width="85" html.valueishtml="0" name=esic_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=22 alignment="0" tabsequence=90 border="5" color="0" x="359" y="118" height="16" width="222" format="[general]" html.valueishtml="0" name=esi_dispensary visible="1" edit.limit=25 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="PAN :" border="0" color="0" x="59" y="140" height="16" width="60" html.valueishtml="0" name=it_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=27 alignment="0" tabsequence=110 border="5" color="0" x="518" y="140" height="16" width="63" format="[Yes/No]" html.valueishtml="0" name=group_mediclaim 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=9 alignment="0" tabsequence=80 border="5" color="0" x="124" y="118" height="16" width="87" format="[general]" html.valueishtml="0" name=esic_no 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="ESIC No :" border="0" color="0" x="43" y="118" height="16" width="85" html.valueishtml="0" name=esic_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=10 alignment="0" tabsequence=100 border="5" color="0" x="124" y="140" height="16" width="87" format="[general]" html.valueishtml="0" name=it_no 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="PAN :" border="0" color="0" x="68" y="140" height="16" width="60" html.valueishtml="0" name=it_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="Account Code :" border="0" color="0" x="29" y="162" height="16" width="90" html.valueishtml="0" name=acct_code__sal_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=80 border="5" color="0" x="133" y="118" height="16" width="87" format="[general]" html.valueishtml="0" name=esic_no 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="Cost Centre :" border="0" color="0" x="423" y="162" height="16" width="85" html.valueishtml="0" name=cctr_code__sal_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="Account Code :" border="0" color="0" x="38" y="162" height="16" width="90" html.valueishtml="0" name=acct_code__sal_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="Head Quarter :" border="0" color="0" x="243" y="184" height="16" width="88" 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="2" background.color="79741120" ) text(band=detail alignment="1" text="Cost Centre :" border="0" color="0" x="432" y="162" height="16" width="85" html.valueishtml="0" name=cctr_code__sal_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="Bank Code :" border="0" color="0" x="403" y="184" height="16" width="77" html.valueishtml="0" name=bank_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="Head Quarter :" border="0" color="0" x="252" y="184" height="16" width="88" html.valueishtml="0" name=stan_code__hq_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=120 border="5" color="0" x="124" y="162" height="16" width="87" format="[general]" html.valueishtml="0" name=acct_code__sal visible="1" edit.limit=10 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" ) text(band=detail alignment="1" text="Bank Code :" border="0" color="0" x="412" y="184" height="16" width="77" html.valueishtml="0" name=bank_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="Bank A/c No. :" border="0" color="0" x="243" y="206" height="16" width="88" html.valueishtml="0" name=bank_acct_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=120 border="5" color="0" x="133" y="162" height="16" width="87" format="[general]" html.valueishtml="0" name=acct_code__sal visible="1" edit.limit=10 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=150 border="5" color="0" x="335" y="184" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code__hq 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" ) text(band=detail alignment="1" text="Bank A/c No. :" border="0" color="0" x="252" y="206" height="16" width="88" html.valueishtml="0" name=bank_acct_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=130 border="5" color="0" x="513" y="162" height="16" width="59" format="[general]" html.valueishtml="0" name=cctr_code__sal visible="1" edit.limit=4 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=20 alignment="0" tabsequence=150 border="5" color="0" x="344" y="184" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code__hq 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=4 alignment="0" tabsequence=160 border="5" color="0" x="485" y="184" height="16" width="87" format="[general]" html.valueishtml="0" name=bank_code visible="1" edit.limit=10 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=15 alignment="0" tabsequence=130 border="5" color="0" x="522" y="162" height="16" width="59" format="[general]" html.valueishtml="0" name=cctr_code__sal visible="1" edit.limit=4 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" )
text(band=detail alignment="1" text="Auto Advance :" border="0" color="0" x="17" y="250" height="16" width="102" html.valueishtml="0" name=auto_adv_t tag="" 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=160 border="5" color="0" x="494" y="184" height="16" width="87" format="[general]" html.valueishtml="0" name=bank_code visible="1" edit.limit=10 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=22 alignment="0" tabsequence=200 border="5" color="0" x="124" y="250" height="16" width="63" format="[general]" html.valueishtml="0" name=auto_adv 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="Auto Advance :" border="0" color="0" x="26" y="250" height="16" width="102" html.valueishtml="0" name=auto_adv_t tag="" 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="Eligible for Pension :" border="0" color="0" x="209" y="250" height="16" width="122" html.valueishtml="0" name=pension_eligible_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=21 alignment="0" tabsequence=200 border="5" color="0" x="133" y="250" height="16" width="63" format="[Yes/No]" html.valueishtml="0" name=auto_adv 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=29 alignment="0" tabsequence=210 border="5" color="0" x="335" y="250" height="16" width="63" format="[general]" html.valueishtml="0" name=pension_eligible 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="1090519039" ) text(band=detail alignment="1" text="Eligible for Pension :" border="0" color="0" x="218" y="250" height="16" width="122" html.valueishtml="0" name=pension_eligible_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="SalaryWith Held :" border="0" color="0" x="406" y="250" height="16" width="102" html.valueishtml="0" name=t_4 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="SalaryWith Held :" border="0" color="0" x="415" y="250" height="16" width="102" html.valueishtml="0" name=with_held_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=18 alignment="0" tabsequence=220 border="5" color="0" x="513" y="250" height="16" width="59" format="[general]" html.valueishtml="0" name=with_held 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="1090519039" ) column(band=detail id=17 alignment="0" tabsequence=220 border="5" color="0" x="522" y="250" height="16" width="59" format="[Yes/No]" html.valueishtml="0" name=with_held 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="1090519039" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="255" x="485" y="272" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_term 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=18 alignment="0" tabsequence=140 border="5" color="0" x="133" y="184" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code 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" )
text(band=detail alignment="1" text="Chg Term :" border="0" color="33554432" x="412" y="272" height="16" width="69" html.valueishtml="0" name=chg_term_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="67108864" ) column(band=detail id=16 alignment="0" tabsequence=170 border="5" color="0" x="133" y="206" height="16" width="111" format="[general]" html.valueishtml="0" protect="0~tif(pay_mode <>'D',1,0)" name=dd_payable_bank visible="1" edit.limit=20 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=13 alignment="0" tabsequence=32766 border="5" color="255" x="307" y="272" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_user 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=5 alignment="0" tabsequence=180 border="5" color="0" x="344" y="206" height="16" width="237" format="[general]" html.valueishtml="0" protect="0~tif(pay_mode<>'T',1,0)" name=bank_acct 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="16777215" )
text(band=detail alignment="1" text="Chg User :" border="0" color="33554432" x="233" y="272" height="16" width="69" html.valueishtml="0" name=chg_user_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="67108864" ) column(band=detail id=28 alignment="0" tabsequence=190 border="5" color="0" x="133" y="228" height="16" width="448" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=60 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" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="124" y="272" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_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" ) text(band=detail alignment="1" text="Station Code :" border="0" color="0" x="26" y="184" height="16" width="102" html.valueishtml="0" name=stan_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="Chg Date :" border="0" color="33554432" x="17" y="272" height="16" width="102" html.valueishtml="0" name=chg_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="67108864" ) text(band=detail alignment="1" text="DD Payable at :" border="0" color="0" x="37" y="206" height="16" width="90" html.valueishtml="0" name=dd_payable_bank_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=140 border="5" color="0" x="124" y="184" height="16" width="63" format="[general]" html.valueishtml="0" name=stan_code 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" ) text(band=detail alignment="1" text="Bank IFSC :" border="0" color="0" x="38" y="228" height="16" width="90" html.valueishtml="0" name=ifsc_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="67108864" )
column(band=detail id=17 alignment="0" tabsequence=170 border="5" color="0" x="124" y="206" height="16" width="111" format="[general]" html.valueishtml="0" protect="0~tif(pay_mode <>'D',1,0)" name=dd_payable_bank visible="1" edit.limit=20 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=2 alignment="0" tabsequence=10 border="5" color="0" x="133" y="52" height="16" width="87" format="[general]" html.valueishtml="0" name=pay_type 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" )
column(band=detail id=5 alignment="0" tabsequence=180 border="5" color="0" x="335" y="206" height="16" width="237" format="[general]" html.valueishtml="0" protect="0~tif(pay_mode<>'T',1,0)" name=bank_acct 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="16777215" ) column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="494" y="52" height="16" width="87" format="[general]" html.valueishtml="0" name=pay_mode 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" )
column(band=detail id=30 alignment="0" tabsequence=190 border="5" color="0" x="124" y="228" height="16" width="448" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=60 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" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="133" y="30" height="16" width="87" format="[general]" html.valueishtml="0" name=emp_code 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="67108864" )
text(band=detail alignment="1" text="Station Code :" border="0" color="0" x="17" y="184" height="16" width="102" 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="2" background.color="79741120" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="225" y="30" height="16" width="115" 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" )
text(band=detail alignment="1" text="DD Payable at :" border="0" color="0" x="29" y="206" height="16" width="90" 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="2" background.color="79741120" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="345" y="30" height="16" width="115" 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" )
text(band=detail alignment="1" text="Bank IFSC :" border="0" color="0" x="29" y="228" height="16" width="90" html.valueishtml="0" name=ifsc_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="67108864" ) column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="465" y="30" height="16" width="115" 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=2 alignment="0" tabsequence=10 border="5" color="0" x="124" y="52" height="16" width="87" format="[general]" html.valueishtml="0" name=pay_type 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" ) groupbox(band=detail text="Others"border="2" color="33554432" x="9" y="323" height="56" width="595" 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" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="485" y="52" height="16" width="87" format="[general]" html.valueishtml="0" name=pay_mode 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="Chg Date :" border="0" color="33554432" x="24" y="348" height="16" width="102" html.valueishtml="0" name=chg_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="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="124" y="30" height="16" width="87" format="[general]" html.valueishtml="0" name=emp_code 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="67108864" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="131" y="348" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_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=31 alignment="0" tabsequence=32766 border="5" color="255" x="216" y="30" height="16" width="115" 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" ) text(band=detail alignment="1" text="Chg User :" border="0" color="33554432" x="240" y="348" height="16" width="69" html.valueishtml="0" name=chg_user_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="67108864" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="255" x="336" y="30" height="16" width="115" 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=12 alignment="0" tabsequence=32766 border="5" color="255" x="314" y="348" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_user 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=32 alignment="0" tabsequence=32766 border="5" color="255" x="456" y="30" height="16" width="115" 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" ) text(band=detail alignment="1" text="Chg Term :" border="0" color="33554432" x="419" y="348" height="16" width="69" html.valueishtml="0" name=chg_term_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="67108864" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="295" height="16" width="115" 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=19 alignment="0" tabsequence=32766 border="5" color="255" x="492" y="348" height="16" width="87" format="[general]" html.valueishtml="0" name=chg_term 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=25 alignment="0" tabsequence=32766 border="5" color="255" x="337" y="295" height="16" width="115" 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=32 alignment="0" tabsequence=32766 border="0" color="0" x="132" y="274" height="16" width="89" 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="458" y="295" height="16" width="115" 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=23 alignment="0" tabsequence=32766 border="5" color="255" x="226" y="275" height="16" width="115" 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=34 alignment="0" tabsequence=32766 border="0" color="0" x="123" y="294" height="16" width="89" 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=24 alignment="0" tabsequence=32766 border="5" color="255" x="346" y="275" height="16" width="115" 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=25 alignment="0" tabsequence=32766 border="5" color="255" x="467" y="275" height="16" width="115" 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=33 alignment="0" tabsequence=230 border="5" color="0" x="132" y="140" height="16" width="89" format="[General]" html.valueishtml="0" name=it_no visible="1" edit.limit=10 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=34 alignment="0" tabsequence=240 border="5" color="0" x="344" y="250" height="16" width="62" format="[general]" html.valueishtml="0" name=pension_eligible 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="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
package ibase.webitm.ejb.adm; package ibase.webitm.ejb.adm;
import ibase.system.config.ConnDriver; //import ibase.system.config.ConnDriver;
import ibase.utility.E12GenericUtility;//Modified By Hemlata on[20/11/2014] [As per changes in framework to use genericUtility ] import ibase.utility.E12GenericUtility;//Modified By Hemlata on[20/11/2014] [As per changes in framework to use genericUtility ]
import ibase.webitm.ejb.ITMDBAccessEJB; import ibase.webitm.ejb.ITMDBAccessEJB;
import ibase.webitm.ejb.ValidatorEJB; import ibase.webitm.ejb.ValidatorEJB;
...@@ -730,10 +730,10 @@ public class EmpPayrollInfo extends ValidatorEJB implements EmpPayrollInfoLocal ...@@ -730,10 +730,10 @@ public class EmpPayrollInfo extends ValidatorEJB implements EmpPayrollInfoLocal
{ {
System.out.println("Invalid station code, not defined in master::::"); System.out.println("Invalid station code, not defined in master::::");
errList.add( "VESTACD1" ); errList.add( "VESTACD3" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
msgType = errorType( conn , "VESTACD1" ); msgType = errorType( conn , "VESTACD3" );
if ( msgType.equalsIgnoreCase("E")) if ( msgType.equalsIgnoreCase("E"))
{ {
break; break;
......
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