Commit abc2804a authored by dpingle's avatar dpingle

* Change done in leave balance on [04/09/2019]

leavebal11.xml
leavebal21.xml
w_leavebal.sql
d_leavebal_brow.srd
d_leavebal_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206755 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51ad9bab
...@@ -154,6 +154,16 @@ union all select ''Please enter minimum 3 characters of employee name '' as Nam ...@@ -154,6 +154,16 @@ union all select ''Please enter minimum 3 characters of employee name '' as Nam
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values
('LVE_CODE','W_LEAVEBAL','SELECT LVE_CODE, DESCR FROM LEAVES',null,'Leave Code',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3',null,null,null,'2 ',null,null,null,null,null,null,null); ('LVE_CODE','W_LEAVEBAL','SELECT LVE_CODE, DESCR FROM LEAVES',null,'Leave Code',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3',null,null,null,'2 ',null,null,null,null,null,null,null);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Leave Code : {leaves_descr} (<b>{lve_code}</b>) , Effective From : {eff_date} <br/>
Upto : {upto_date}
</span>
<br/> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_leavebal';
----------------------------------------------------- Dipesh [04/09/2019] End ----------------------------------------------------- Dipesh [04/09/2019] End
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="1">decimal</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_bal</name> <name>prev_bal</name>
<dbname>leavebal.prev_bal</dbname> <dbname>leavebal.prev_bal</dbname>
...@@ -172,8 +172,29 @@ ...@@ -172,8 +172,29 @@
<name>grade</name> <name>grade</name>
<dbname>employee.grade</dbname> <dbname>employee.grade</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;leavebal&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;leavebal.emp_code&quot;) COLUMN(NAME=&quot;leavebal.lve_code&quot;) COLUMN(NAME=&quot;leavebal.eff_date&quot;) COLUMN(NAME=&quot;leavebal.upto_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;leavebal.edit_flag&quot;) COLUMN(NAME=&quot;leavebal.prev_bal&quot;) COMPUTE(NAME=&quot;nvl(leavebal.conv_days , 0) as conv_days&quot;) COLUMN(NAME=&quot;leavebal.avail_days&quot;) COMPUTE(NAME=&quot;nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, &apos;CLVA&apos;),0) as cons_days&quot;) COMPUTE(NAME=&quot;nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, &apos;E&apos;),0) as ench_days&quot;) COMPUTE(NAME=&quot; nvl(LEAVEBAL.PREV_BAL,0) + NVL(LEAVEBAL.CONV_DAYS , 0) + nvl(LEAVEBAL.AVAIL_DAYS,0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, &apos;E&apos;),0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, &apos;CLVA&apos;),0) as bal_days&quot;) COLUMN(NAME=&quot;leavebal.exp_date&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.grade&quot;) JOIN (LEFT=&quot;leavebal.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;leavebal.eff_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;leavebal.upto_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve> <table_column>
<update>leavebal</update> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>leavebal.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>leavebal.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>leavebal.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;leavebal&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;leavebal.emp_code&quot;) COLUMN(NAME=&quot;leavebal.lve_code&quot;) COLUMN(NAME=&quot;leavebal.eff_date&quot;) COLUMN(NAME=&quot;leavebal.upto_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;leavebal.edit_flag&quot;) COLUMN(NAME=&quot;leavebal.prev_bal&quot;) COMPUTE(NAME=&quot;nvl(leavebal.conv_days , 0) as conv_days&quot;) COLUMN(NAME=&quot;leavebal.avail_days&quot;) COMPUTE(NAME=&quot;nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, &apos;CLVA&apos;),0) as cons_days&quot;) COMPUTE(NAME=&quot;nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, &apos;E&apos;),0) as ench_days&quot;) COMPUTE(NAME=&quot; nvl(LEAVEBAL.PREV_BAL,0) + NVL(LEAVEBAL.CONV_DAYS , 0) + nvl(LEAVEBAL.AVAIL_DAYS,0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, &apos;E&apos;),0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, &apos;CLVA&apos;),0) as bal_days&quot;) COLUMN(NAME=&quot;leavebal.exp_date&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;leavebal.chg_date&quot;) COLUMN(NAME=&quot;leavebal.chg_user&quot;) COLUMN(NAME=&quot;leavebal.chg_term&quot;) JOIN (LEFT=&quot;leavebal.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;leavebal.eff_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;leavebal.upto_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve>
<update>LEAVEBAL</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -241,34 +262,6 @@ ...@@ -241,34 +262,6 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Edit</text>
<border>6</border>
<color>0</color>
<x>391</x>
<y>2</y>
<height>17</height>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>edit_flag_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
...@@ -297,90 +290,6 @@ ...@@ -297,90 +290,6 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>First name</text>
<border>6</border>
<color>0</color>
<x>203</x>
<y>2</y>
<height>17</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Last name</text>
<border>6</border>
<color>0</color>
<x>298</x>
<y>2</y>
<height>17</height>
<width>91</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Converted</text>
<border>6</border>
<color>0</color>
<x>508</x>
<y>2</y>
<height>17</height>
<width>68</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conv_days_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
...@@ -493,62 +402,6 @@ ...@@ -493,62 +402,6 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Upto Date</text>
<border>6</border>
<color>0</color>
<x>147</x>
<y>2</y>
<height>17</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>upto_date_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Bal B/f</text>
<border>6</border>
<color>0</color>
<x>450</x>
<y>2</y>
<height>17</height>
<width>56</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prev_bal_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
...@@ -629,8 +482,8 @@ ...@@ -629,8 +482,8 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
...@@ -701,25 +554,27 @@ ...@@ -701,25 +554,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>203</x> <x>58</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>93</width> <width>31</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>lve_code</name>
<tag>Leave code.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -737,26 +592,26 @@ ...@@ -737,26 +592,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>298</x> <x>91</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>91</width> <width>54</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>eff_date</name>
<tag>Effective date.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle name="datetime" style="editmask">
<limit>0</limit> <mask>dd/mm/yy</mask>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -773,27 +628,27 @@ ...@@ -773,27 +628,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>10</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>58</x> <x>578</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>31</width> <width>46</width>
<format>[general]</format> <format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>lve_code</name> <name>avail_days</name>
<tag>Leave code.</tag> <tag>Available leave days.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -811,25 +666,27 @@ ...@@ -811,25 +666,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>11</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>391</x> <x>626</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>57</width> <width>59</width>
<format>[general]</format> <format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>edit_flag</name> <name>cons_days</name>
<tag>Consumed days.</tag>
<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>
<format>##0.0</format>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -847,26 +704,29 @@ ...@@ -847,26 +704,29 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>91</x> <x>787</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>54</width> <width>55</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>eff_date</name> <name>exp_date</name>
<tag>Effective date.</tag> <tag>Expiry date of the leave.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>0</limit>
<case>any</case>
<format>dd/mm/yy</format>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -883,26 +743,26 @@ ...@@ -883,26 +743,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>147</x> <x>844</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>54</width> <width>38</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>upto_date</name> <name>cadre</name>
<tag>To date.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle name="datetime" style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -919,25 +779,24 @@ ...@@ -919,25 +779,24 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>17</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>450</x> <x>941</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>56</width> <width>50</width>
<format>##0.0</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_bal</name> <name>grade</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -956,25 +815,24 @@ ...@@ -956,25 +815,24 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>508</x> <x>884</x>
<y>1</y> <y>1</y>
<height>17</height> <height>17</height>
<width>68</width> <width>55</width>
<format>##0.0</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conv_days</name> <name>work_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -993,21 +851,20 @@ ...@@ -993,21 +851,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>578</x> <x>687</x>
<y>1</y> <y>0</y>
<height>17</height> <height>17</height>
<width>46</width> <width>53</width>
<format>##0.0</format> <format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>avail_days</name> <name>ench_days</name>
<tag>Available leave days.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1031,68 +888,58 @@ ...@@ -1031,68 +888,58 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>90</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>626</x> <x>742</x>
<y>1</y> <y>0</y>
<height>17</height> <height>17</height>
<width>59</width> <width>43</width>
<format>##0.0</format> <format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cons_days</name> <name>bal_days</name>
<tag>Consumed days.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>##0.0</format> <format>##0.0</format>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>787</x> <x>994</x>
<y>1</y> <y>1</y>
<height>17</height> <height>16</height>
<width>55</width> <width>53</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>exp_date</name> <name>chg_date</name>
<tag>Expiry date of the leave.</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>dd/mm/yy</format>
<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>
...@@ -1108,27 +955,20 @@ ...@@ -1108,27 +955,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>844</x> <x>1050</x>
<y>1</y> <y>1</y>
<height>17</height> <height>16</height>
<width>38</width> <width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre</name> <name>chg_user</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>
...@@ -1144,27 +984,20 @@ ...@@ -1144,27 +984,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>941</x> <x>1101</x>
<y>1</y> <y>1</y>
<height>17</height> <height>16</height>
<width>50</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade</name> <name>chg_term</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>
...@@ -1178,115 +1011,474 @@ ...@@ -1178,115 +1011,474 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Chg Term </text>
<border>0</border> <border>0</border>
<color>0</color> <color>33554432</color>
<x>884</x> <x>1100</x>
<y>1</y> <y>4</y>
<height>17</height> <height>16</height>
<width>55</width> <width>77</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_site</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>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>12</id> <alignment>0</alignment>
<alignment>1</alignment> <text>Chg User </text>
<tabsequence>100</tabsequence> <border>0</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>1049</x>
<x>687</x> <y>4</y>
<y>0</y> <height>16</height>
<height>17</height> <width>49</width>
<width>53</width>
<format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ench_days</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>13</id> <alignment>0</alignment>
<alignment>1</alignment> <text>Chg Date</text>
<tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>742</x> <x>993</x>
<y>0</y> <y>4</y>
<height>17</height> <height>16</height>
<width>43</width> <width>54</width>
<format>##0.0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bal_days</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>##0.0</format>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-11</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1073741824</color> <color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Edit</text>
<border>6</border>
<color>0</color>
<x>391</x>
<y>2</y>
<height>17</height>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>edit_flag_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>First name</text>
<border>6</border>
<color>0</color>
<x>203</x>
<y>2</y>
<height>17</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Last name</text>
<border>6</border>
<color>0</color>
<x>298</x>
<y>2</y>
<height>17</height>
<width>91</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Converted</text>
<border>6</border>
<color>0</color>
<x>508</x>
<y>2</y>
<height>17</height>
<width>68</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conv_days_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Upto Date</text>
<border>6</border>
<color>0</color>
<x>147</x>
<y>2</y>
<height>17</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>upto_date_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Bal B/f</text>
<border>6</border>
<color>0</color>
<x>450</x>
<y>2</y>
<height>17</height>
<width>56</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prev_bal_t</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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>203</x>
<y>1</y>
<height>17</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>298</x>
<y>1</y>
<height>17</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>391</x>
<y>1</y>
<height>17</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>edit_flag</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<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>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>147</x>
<y>1</y>
<height>17</height>
<width>54</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>upto_date</name>
<tag>To date.</tag>
<visible>1</visible>
<EditStyle name="datetime" style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>450</x>
<y>1</y>
<height>17</height>
<width>56</width>
<format>##0.0</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prev_bal</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>508</x>
<y>1</y>
<height>17</height>
<width>68</width>
<format>##0.0</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conv_days</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>##0.0</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
<color>0</color> <color>0</color>
<x>6</x> <x>6</x>
<y>241</y> <y>241</y>
<height>92</height> <height>56</height>
<width>512</width> <width>512</width>
<name>gb_2</name> <name>gb_2</name>
<visible>1</visible> <visible>1</visible>
...@@ -822,10 +822,10 @@ ...@@ -822,10 +822,10 @@
<text>Upto :</text> <text>Upto :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>209</x> <x>195</x>
<y>73</y> <y>73</y>
<height>16</height> <height>16</height>
<width>44</width> <width>58</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -1725,13 +1725,13 @@ ...@@ -1725,13 +1725,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Change Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>24</x> <x>17</x>
<y>263</y> <y>263</y>
<height>17</height> <height>16</height>
<width>68</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -1757,10 +1757,10 @@ ...@@ -1757,10 +1757,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>96</x> <x>95</x>
<y>263</y> <y>262</y>
<height>17</height> <height>17</height>
<width>85</width> <width>65</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1788,21 +1788,31 @@ ...@@ -1788,21 +1788,31 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>9</id>
<text>Chg Term :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>23</x> <x>290</x>
<y>297</y> <y>263</y>
<height>16</height> <height>16</height>
<width>68</width> <width>52</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_user</name>
<visible>1</visible> <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> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1812,35 +1822,25 @@ ...@@ -1812,35 +1822,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change User :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>95</x> <x>209</x>
<y>297</y> <y>263</y>
<height>16</height> <height>16</height>
<width>85</width> <width>75</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -1850,29 +1850,29 @@ ...@@ -1850,29 +1850,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>290</x> <x>446</x>
<y>263</y> <y>263</y>
<height>16</height> <height>16</height>
<width>52</width> <width>62</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1895,17 +1895,17 @@ ...@@ -1895,17 +1895,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User :</text> <text>Change Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>217</x> <x>365</x>
<y>263</y> <y>263</y>
<height>16</height> <height>16</height>
<width>68</width> <width>77</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
......
...@@ -13,7 +13,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -13,7 +13,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
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_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(1) updatewhereclause=yes name=edit_flag dbname="leavebal.edit_flag" values="Edited E/Processed P/Added A/" ) column=(type=char(1) updatewhereclause=yes name=edit_flag dbname="leavebal.edit_flag" values="Edited E/Processed P/Added A/" )
column=(type=decimal(3) updatewhereclause=yes name=prev_bal dbname="leavebal.prev_bal" initial="0" ) column=(type=decimal(1) updatewhereclause=yes name=prev_bal dbname="leavebal.prev_bal" initial="0" )
column=(type=number updatewhereclause=yes name=conv_days dbname="conv_days" initial="0" ) column=(type=number updatewhereclause=yes name=conv_days dbname="conv_days" initial="0" )
column=(type=decimal(1) update=yes updatewhereclause=yes name=avail_days dbname="leavebal.avail_days" ) column=(type=decimal(1) update=yes updatewhereclause=yes name=avail_days dbname="leavebal.avail_days" )
column=(type=number update=yes updatewhereclause=yes name=cons_days dbname="cons_days" initial="0" ) column=(type=number update=yes updatewhereclause=yes name=cons_days dbname="cons_days" initial="0" )
...@@ -23,33 +23,24 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -23,33 +23,24 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) updatewhereclause=yes name=cadre dbname="employee.cadre" ) column=(type=char(5) updatewhereclause=yes name=cadre dbname="employee.cadre" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" ) column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
column=(type=char(5) updatewhereclause=yes name=grade dbname="employee.grade" ) column=(type=char(5) updatewhereclause=yes name=grade dbname="employee.grade" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"leavebal.lve_code~") COLUMN(NAME=~"leavebal.eff_date~") COLUMN(NAME=~"leavebal.upto_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"leavebal.edit_flag~") COLUMN(NAME=~"leavebal.prev_bal~") COMPUTE(NAME=~"nvl(leavebal.conv_days , 0) as conv_days~") COLUMN(NAME=~"leavebal.avail_days~") COMPUTE(NAME=~"nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'CLVA'),0) as cons_days~") COMPUTE(NAME=~"nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'E'),0) as ench_days~") COMPUTE(NAME=~" nvl(LEAVEBAL.PREV_BAL,0) + NVL(LEAVEBAL.CONV_DAYS , 0) + nvl(LEAVEBAL.AVAIL_DAYS,0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, 'E'),0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, 'CLVA'),0) as bal_days~") COLUMN(NAME=~"leavebal.exp_date~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.grade~") JOIN (LEFT=~"leavebal.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"leavebal.eff_date~" OP =~">=~" EXP2 =~":frdate~" LOGIC =~"and~" ) WHERE( EXP1 =~"leavebal.upto_date~" OP =~"<=~" EXP2 =~":todate~" ) ) ARG(NAME = ~"frdate~" TYPE = datetime) ARG(NAME = ~"todate~" TYPE = datetime) " update="leavebal" updatewhere=0 updatekeyinplace=no arguments=(("frdate", datetime),("todate", datetime)) ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="leavebal.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="leavebal.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="leavebal.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"leavebal.lve_code~") COLUMN(NAME=~"leavebal.eff_date~") COLUMN(NAME=~"leavebal.upto_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"leavebal.edit_flag~") COLUMN(NAME=~"leavebal.prev_bal~") COMPUTE(NAME=~"nvl(leavebal.conv_days , 0) as conv_days~") COLUMN(NAME=~"leavebal.avail_days~") COMPUTE(NAME=~"nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'CLVA'),0) as cons_days~") COMPUTE(NAME=~"nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'E'),0) as ench_days~") COMPUTE(NAME=~" nvl(LEAVEBAL.PREV_BAL,0) + NVL(LEAVEBAL.CONV_DAYS , 0) + nvl(LEAVEBAL.AVAIL_DAYS,0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, 'E'),0) - NVL(DDF_GET_LEAVE_DAYS(LEAVEBAL.EMP_CODE, LEAVEBAL.EFF_DATE, LEAVEBAL.UPTO_DATE, LEAVEBAL.LVE_CODE, 'CLVA'),0) as bal_days~") COLUMN(NAME=~"leavebal.exp_date~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"leavebal.chg_date~") COLUMN(NAME=~"leavebal.chg_user~") COLUMN(NAME=~"leavebal.chg_term~") JOIN (LEFT=~"leavebal.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"leavebal.eff_date~" OP =~">=~" EXP2 =~":frdate~" LOGIC =~"and~" ) WHERE( EXP1 =~"leavebal.upto_date~" OP =~"<=~" EXP2 =~":todate~" ) ) ARG(NAME = ~"frdate~" TYPE = datetime) ARG(NAME = ~"todate~" TYPE = datetime) " update="LEAVEBAL" updatewhere=0 updatekeyinplace=no arguments=(("frdate", datetime),("todate", datetime)) )
text(band=header alignment="2" text="Emp Code" border="6" color="0" x="2" y="2" height="17" width="54" 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=header alignment="2" text="Emp Code" border="6" color="0" x="2" y="2" height="17" width="54" 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=header alignment="2" text="Leave" border="6" color="0" x="58" y="2" height="17" width="31" html.valueishtml="0" name=lve_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=header alignment="2" text="Leave" border="6" color="0" x="58" y="2" height="17" width="31" html.valueishtml="0" name=lve_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=header alignment="0" text="Edit" border="6" color="0" x="391" y="2" height="17" width="57" html.valueishtml="0" name=edit_flag_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=header alignment="2" text="Eff Date" border="6" color="0" x="91" y="2" height="17" width="54" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Eff Date" border="6" color="0" x="91" y="2" height="17" width="54" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="First name" border="6" color="0" x="203" y="2" height="17" width="93" html.valueishtml="0" name=emp_fname_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=header alignment="0" text="Last name" border="6" color="0" x="298" y="2" height="17" width="91" html.valueishtml="0" name=emp_lname_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=header alignment="2" text="Converted" border="6" color="0" x="508" y="2" height="17" width="68" html.valueishtml="0" name=conv_days_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=header alignment="2" text="Allowed" border="6" color="0" x="578" y="2" height="17" width="46" html.valueishtml="0" name=avail_days_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=header alignment="2" text="Allowed" border="6" color="0" x="578" y="2" height="17" width="46" html.valueishtml="0" name=avail_days_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=header alignment="2" text="Consumed" border="6" color="0" x="626" y="2" height="17" width="59" html.valueishtml="0" name=cons_days_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=header alignment="2" text="Consumed" border="6" color="0" x="626" y="2" height="17" width="59" html.valueishtml="0" name=cons_days_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=header alignment="2" text="Encashed" border="6" color="0" x="687" y="2" height="17" width="53" html.valueishtml="0" name=ench_days_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=header alignment="2" text="Encashed" border="6" color="0" x="687" y="2" height="17" width="53" html.valueishtml="0" name=ench_days_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=header alignment="2" text="Exp Date" border="6" color="0" x="787" y="2" height="17" width="55" html.valueishtml="0" name=exp_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Exp Date" border="6" color="0" x="787" y="2" height="17" width="55" html.valueishtml="0" name=exp_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Upto Date" border="6" color="0" x="147" y="2" height="17" width="54" html.valueishtml="0" name=upto_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Bal B/f" border="6" color="0" x="450" y="2" height="17" width="56" html.valueishtml="0" name=prev_bal_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=header alignment="0" text="Cadre" border="6" color="0" x="844" y="1" height="16" width="38" html.valueishtml="0" name=cadre_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=header alignment="0" text="Cadre" border="6" color="0" x="844" y="1" height="16" width="38" html.valueishtml="0" name=cadre_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=header alignment="0" text="Grade" border="6" color="0" x="941" y="4" height="16" width="50" html.valueishtml="0" name=grade_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=header alignment="0" text="Grade" border="6" color="0" x="941" y="4" height="16" width="50" html.valueishtml="0" name=grade_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=header alignment="0" text="Work Site" border="0" color="0" x="884" y="4" height="16" width="55" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=header alignment="0" text="Work Site" border="0" color="0" x="884" y="4" height="16" width="55" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Balance" border="6" color="0" x="742" y="2" height="17" width="43" html.valueishtml="0" name=bal_days_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=header alignment="2" text="Balance" border="6" color="0" x="742" y="2" height="17" width="43" html.valueishtml="0" name=bal_days_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=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="17" width="54" format="[general]" html.valueishtml="0" name=emp_code tag="Employee code." visible="1" edit.limit=10 edit.case=any 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=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="17" width="54" format="[general]" html.valueishtml="0" name=emp_code tag="Employee code." visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="203" y="1" height="17" width="93" format="[general]" html.valueishtml="0" name=emp_fname 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" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="0" x="298" y="1" height="17" width="91" format="[general]" html.valueishtml="0" name=emp_lname 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" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="58" y="1" height="17" width="31" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code." visible="1" edit.limit=5 edit.case=any 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=2 alignment="0" tabsequence=20 border="5" color="0" x="58" y="1" height="17" width="31" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code." visible="1" edit.limit=5 edit.case=any 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=70 border="5" color="0" x="391" y="1" height="17" width="57" format="[general]" html.valueishtml="0" name=edit_flag 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" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="91" y="1" height="17" width="54" format="dd/mm/yy" html.valueishtml="0" name=eff_date tag="Effective date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="91" y="1" height="17" width="54" format="dd/mm/yy" html.valueishtml="0" name=eff_date tag="Effective date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="147" y="1" height="17" width="54" format="dd/mm/yy" html.valueishtml="0" name=upto_date tag="To date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="0" x="450" y="1" height="17" width="56" format="##0.0" html.valueishtml="0" name=prev_bal visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="508" y="1" height="17" width="68" format="##0.0" html.valueishtml="0" name=conv_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=10 alignment="1" tabsequence=80 border="5" color="0" x="578" y="1" height="17" width="46" format="##0.0" html.valueishtml="0" name=avail_days tag="Available leave days." visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=10 alignment="1" tabsequence=80 border="5" color="0" x="578" y="1" height="17" width="46" format="##0.0" html.valueishtml="0" name=avail_days tag="Available leave days." visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=11 alignment="1" tabsequence=90 border="5" color="0" x="626" y="1" height="17" width="59" format="##0.0" html.valueishtml="0" name=cons_days tag="Consumed days." visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=11 alignment="1" tabsequence=90 border="5" color="0" x="626" y="1" height="17" width="59" format="##0.0" html.valueishtml="0" name=cons_days tag="Consumed days." visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=14 alignment="0" tabsequence=120 border="5" color="0" x="787" y="1" height="17" width="55" format="dd/mm/yy" html.valueishtml="0" name=exp_date tag="Expiry date of the leave." visible="1" edit.limit=0 edit.case=any edit.format="dd/mm/yy" 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=14 alignment="0" tabsequence=120 border="5" color="0" x="787" y="1" height="17" width="55" format="dd/mm/yy" html.valueishtml="0" name=exp_date tag="Expiry date of the leave." visible="1" edit.limit=0 edit.case=any edit.format="dd/mm/yy" 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" )
...@@ -58,6 +49,24 @@ column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x= ...@@ -58,6 +49,24 @@ column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x=
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="884" y="1" height="17" width="55" format="[general]" html.valueishtml="0" name=work_site 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" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="884" y="1" height="17" width="55" format="[general]" html.valueishtml="0" name=work_site 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" )
column(band=detail id=12 alignment="1" tabsequence=100 border="5" color="0" x="687" y="0" height="17" width="53" format="##0.0" html.valueishtml="0" name=ench_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=12 alignment="1" tabsequence=100 border="5" color="0" x="687" y="0" height="17" width="53" format="##0.0" html.valueishtml="0" name=ench_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=13 alignment="1" tabsequence=110 border="0" color="33554432" x="742" y="0" height="17" width="43" format="##0.0" html.valueishtml="0" name=bal_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=13 alignment="1" tabsequence=110 border="0" color="33554432" x="742" y="0" height="17" width="43" format="##0.0" html.valueishtml="0" name=bal_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="994" y="1" height="16" width="53" html.valueishtml="0" name=chg_date visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="0" x="1050" y="1" height="16" width="48" html.valueishtml="0" name=chg_user visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="1101" y="1" height="16" width="76" html.valueishtml="0" name=chg_term visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Chg Term " border="0" color="33554432" x="1100" y="4" height="16" width="77" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Chg User " border="0" color="33554432" x="1049" y="4" height="16" width="49" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Chg Date" border="0" color="33554432" x="993" y="4" height="16" width="54" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Edit" border="6" color="0" x="391" y="2" height="17" width="57" html.valueishtml="0" name=edit_flag_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=header alignment="0" text="First name" border="6" color="0" x="203" y="2" height="17" width="93" html.valueishtml="0" name=emp_fname_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=header alignment="0" text="Last name" border="6" color="0" x="298" y="2" height="17" width="91" html.valueishtml="0" name=emp_lname_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=header alignment="2" text="Converted" border="6" color="0" x="508" y="2" height="17" width="68" html.valueishtml="0" name=conv_days_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=header alignment="2" text="Upto Date" border="6" color="0" x="147" y="2" height="17" width="54" html.valueishtml="0" name=upto_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Bal B/f" border="6" color="0" x="450" y="2" height="17" width="56" html.valueishtml="0" name=prev_bal_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=5 alignment="0" tabsequence=50 border="5" color="0" x="203" y="1" height="17" width="93" format="[general]" html.valueishtml="0" name=emp_fname 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" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="0" x="298" y="1" height="17" width="91" format="[general]" html.valueishtml="0" name=emp_lname 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" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="391" y="1" height="17" width="57" format="[general]" html.valueishtml="0" name=edit_flag 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" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="147" y="1" height="17" width="54" format="dd/mm/yy" html.valueishtml="0" name=upto_date tag="To date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="0" x="450" y="1" height="17" width="56" format="##0.0" html.valueishtml="0" name=prev_bal visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="508" y="1" height="17" width="68" format="##0.0" html.valueishtml="0" name=conv_days visible="1" edit.limit=0 edit.case=any edit.format="##0.0" 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 )
......
...@@ -32,7 +32,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -32,7 +32,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(1) update=yes updatewhereclause=yes name=encashable dbname="leavebal.encashable" ) column=(type=char(1) update=yes updatewhereclause=yes name=encashable dbname="leavebal.encashable" )
column=(type=char(6) update=yes updatewhereclause=yes name=acct_prd dbname="leavebal.acct_prd" ) column=(type=char(6) update=yes updatewhereclause=yes name=acct_prd dbname="leavebal.acct_prd" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"leaves~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"leavebal.lve_code~") COLUMN(NAME=~"leavebal.eff_date~") COLUMN(NAME=~"leavebal.upto_date~") COLUMN(NAME=~"leavebal.avail_days~") COLUMN(NAME=~"leavebal.exp_date~") COLUMN(NAME=~"leavebal.edit_flag~") COLUMN(NAME=~"leavebal.chg_date~") COLUMN(NAME=~"leavebal.chg_user~") COLUMN(NAME=~"leavebal.chg_term~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"leaves.descr~") COMPUTE(NAME=~"nvl(leavebal.cons_days,0) as cons_days~") COMPUTE(NAME=~"nvl(leavebal.ench_days,0) as ench_days~") COMPUTE(NAME=~"nvl(leavebal.bal_days,0) as bal_days~") COMPUTE(NAME=~"nvl(leavebal.prev_bal,0) as prev_bal~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.work_site~") COMPUTE(NAME=~"nvl(leavebal.conv_days,0) as conv_days~") COMPUTE(NAME=~"ddf_get_leave_days( leavebal.emp_code , leavebal.eff_date , leavebal.upto_date , leavebal.lve_code , 'CLVA' ) as consume_days~") COMPUTE(NAME=~"ddf_get_leave_days( leavebal.emp_code , leavebal.eff_date , leavebal.upto_date , leavebal.lve_code , 'E' ) as encash_days~") COMPUTE(NAME=~"(nvl(leavebal.prev_bal , 0) + nvl(leavebal.conv_days , 0) + nvl(leavebal.avail_days , 0) - nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'E'),0) - nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'CLVA'),0)) as balance_days~") COLUMN(NAME=~"leavebal.encashable~") COLUMN(NAME=~"leavebal.acct_prd~") JOIN (LEFT=~"leavebal.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"leavebal.lve_code~" OP =~"=~"RIGHT=~"leaves.lve_code~" )WHERE( EXP1 =~"( leavebal.emp_code~" OP =~"=~" EXP2 =~":mempcode )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.lve_code~" OP =~"=~" EXP2 =~":mlvecode )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.eff_date~" OP =~"=~" EXP2 =~":meffdate )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.upto_date~" OP =~"=~" EXP2 =~":muptodate )~" ) ) ARG(NAME = ~"mempcode~" TYPE = string) ARG(NAME = ~"mlvecode~" TYPE = string) ARG(NAME = ~"meffdate~" TYPE = datetime) ARG(NAME = ~"muptodate~" TYPE = datetime) " update="LEAVEBAL" updatewhere=0 updatekeyinplace=no arguments=(("mempcode", string),("mlvecode", string),("meffdate", datetime),("muptodate", datetime)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"leaves~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"leavebal.lve_code~") COLUMN(NAME=~"leavebal.eff_date~") COLUMN(NAME=~"leavebal.upto_date~") COLUMN(NAME=~"leavebal.avail_days~") COLUMN(NAME=~"leavebal.exp_date~") COLUMN(NAME=~"leavebal.edit_flag~") COLUMN(NAME=~"leavebal.chg_date~") COLUMN(NAME=~"leavebal.chg_user~") COLUMN(NAME=~"leavebal.chg_term~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"leaves.descr~") COMPUTE(NAME=~"nvl(leavebal.cons_days,0) as cons_days~") COMPUTE(NAME=~"nvl(leavebal.ench_days,0) as ench_days~") COMPUTE(NAME=~"nvl(leavebal.bal_days,0) as bal_days~") COMPUTE(NAME=~"nvl(leavebal.prev_bal,0) as prev_bal~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.work_site~") COMPUTE(NAME=~"nvl(leavebal.conv_days,0) as conv_days~") COMPUTE(NAME=~"ddf_get_leave_days( leavebal.emp_code , leavebal.eff_date , leavebal.upto_date , leavebal.lve_code , 'CLVA' ) as consume_days~") COMPUTE(NAME=~"ddf_get_leave_days( leavebal.emp_code , leavebal.eff_date , leavebal.upto_date , leavebal.lve_code , 'E' ) as encash_days~") COMPUTE(NAME=~"(nvl(leavebal.prev_bal , 0) + nvl(leavebal.conv_days , 0) + nvl(leavebal.avail_days , 0) - nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'E'),0) - nvl(ddf_get_leave_days(leavebal.emp_code, leavebal.eff_date, leavebal.upto_date, leavebal.lve_code, 'CLVA'),0)) as balance_days~") COLUMN(NAME=~"leavebal.encashable~") COLUMN(NAME=~"leavebal.acct_prd~") JOIN (LEFT=~"leavebal.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"leavebal.lve_code~" OP =~"=~"RIGHT=~"leaves.lve_code~" )WHERE( EXP1 =~"( leavebal.emp_code~" OP =~"=~" EXP2 =~":mempcode )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.lve_code~" OP =~"=~" EXP2 =~":mlvecode )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.eff_date~" OP =~"=~" EXP2 =~":meffdate )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.upto_date~" OP =~"=~" EXP2 =~":muptodate )~" ) ) ARG(NAME = ~"mempcode~" TYPE = string) ARG(NAME = ~"mlvecode~" TYPE = string) ARG(NAME = ~"meffdate~" TYPE = datetime) ARG(NAME = ~"muptodate~" TYPE = datetime) " update="LEAVEBAL" updatewhere=0 updatekeyinplace=no arguments=(("mempcode", string),("mlvecode", string),("meffdate", datetime),("muptodate", datetime)) )
groupbox(band=detail text="Others"border="2" color="0" x="6" y="241" height="92" width="512" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) groupbox(band=detail text="Others"border="2" color="0" x="6" y="241" height="56" width="512" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="9" height="216" width="506" 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" ) groupbox(band=detail text="Basic"border="2" color="0" x="6" y="9" height="216" width="506" 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(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="129" y="25" height="16" width="84" format="[general]" html.valueishtml="0" name=emp_code tag="Employee 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=1 alignment="0" tabsequence=10 border="5" color="0" x="129" y="25" height="16" width="84" format="[general]" html.valueishtml="0" name=emp_code tag="Employee 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" )
text(band=detail alignment="1" text="Employee :" border="0" color="0" x="17" y="25" height="16" width="104" 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="Employee :" border="0" color="0" x="17" y="25" height="16" width="104" 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" )
...@@ -49,7 +49,7 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x= ...@@ -49,7 +49,7 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x=
text(band=detail alignment="1" text="Balance :" border="0" color="0" x="347" y="145" height="16" width="72" html.valueishtml="0" name=bal_days_t visible="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="79741120" ) text(band=detail alignment="1" text="Balance :" border="0" color="0" x="347" y="145" height="16" width="72" html.valueishtml="0" name=bal_days_t visible="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="79741120" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="255" x="129" y="73" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=eff_date tag="Effective date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="255" x="129" y="73" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=eff_date tag="Effective date." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Effective From :" border="0" color="0" x="17" y="73" height="16" width="104" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Effective From :" border="0" color="0" x="17" y="73" height="16" width="104" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Upto :" border="0" color="0" x="209" y="73" height="16" width="44" html.valueishtml="0" name=upto_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Upto :" border="0" color="0" x="195" y="73" height="16" width="58" html.valueishtml="0" name=upto_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=17 alignment="1" tabsequence=32766 border="5" color="255" x="129" y="97" height="16" width="64" format="###0.0" html.valueishtml="0" name=prev_bal visible="1" edit.limit=0 edit.case=any edit.format="###0.0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=17 alignment="1" tabsequence=32766 border="5" color="255" x="129" y="97" height="16" width="64" format="###0.0" html.valueishtml="0" name=prev_bal visible="1" edit.limit=0 edit.case=any edit.format="###0.0" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Balance B/f :" border="0" color="0" x="17" y="97" height="16" width="104" html.valueishtml="0" name=prev_bal_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="Balance B/f :" border="0" color="0" x="17" y="97" height="16" width="104" html.valueishtml="0" name=prev_bal_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="Converted :" border="0" color="0" x="209" y="97" height="16" width="72" html.valueishtml="0" name=conv_days_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="Converted :" border="0" color="0" x="209" y="97" height="16" width="72" html.valueishtml="0" name=conv_days_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" )
...@@ -77,12 +77,12 @@ text(band=detail alignment="1" text="Grade :" border="0" color="0" x="18" y="187 ...@@ -77,12 +77,12 @@ text(band=detail alignment="1" text="Grade :" border="0" color="0" x="18" y="187
text(band=detail alignment="1" text="Work Site :" border="0" color="0" x="209" y="166" height="16" width="75" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Work Site :" border="0" color="0" x="209" y="166" height="16" width="75" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Encashable :" border="0" color="0" x="209" y="187" height="16" width="75" html.valueishtml="0" name=encashable_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="Encashable :" border="0" color="0" x="209" y="187" height="16" width="75" html.valueishtml="0" name=encashable_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="Acct Prd :" border="0" color="0" x="348" y="166" height="16" width="71" html.valueishtml="0" name=acct_prd_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="Acct Prd :" border="0" color="0" x="348" y="166" height="16" width="71" html.valueishtml="0" name=acct_prd_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="Chg Date :" border="0" color="0" x="24" y="263" height="17" width="68" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="17" y="263" height="16" width="75" 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="96" y="263" height="17" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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=32766 border="5" color="0" x="95" y="262" height="17" width="65" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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 Term :" border="0" color="0" x="23" y="297" height="16" width="68" 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="95" y="297" height="16" width="85" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="290" y="263" height="16" width="52" format="[general]" html.valueishtml="0" name=chg_user 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="290" y="263" height="16" width="52" format="[general]" html.valueishtml="0" name=chg_user 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="Chg User :" border="0" color="0" x="217" y="263" height="16" width="68" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Change User :" border="0" color="0" x="209" y="263" height="16" width="75" 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="446" y="263" height="16" width="62" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 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="Change Term :" border="0" color="0" x="365" y="263" height="16" width="77" 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="1" background.color="536870912" )
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 )
......
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