Commit 0bf748d7 authored by ysawant's avatar ysawant

*Added result column in SRD and metadata for Attendance Daily Details

attd_day_det11.xml
attd_day_det21.xml
d_attd_day_det11.srd
d_attd_day_det21.srd



git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212653 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cd456309
......@@ -65,7 +65,7 @@
<dbname>attendance_day.emp_code</dbname>
</table_column>
<table_column>
<type size="3000">char</type>
<type size="1000">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>punch_str</name>
......@@ -98,7 +98,21 @@
<name>status</name>
<dbname>attendance_day.status</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;attendance_day.emp_code&quot; )WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = date) ARG(NAME = &quot;to_date&quot; TYPE = date) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>result</name>
<dbname>attendance_day.result</dbname>
<values>
<item display="Half Day" data="H"/>
<item display="Full Day" data="F"/>
<item display="Absent" data="A"/>
<item display="Leave" data="L"/>
<item display="Weekly Off" data="W"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) COLUMN(NAME=&quot;attendance_day.result&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;attendance_day.emp_code&quot; )WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:from_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:to_date&quot; ) ) ARG(NAME = &quot;from_date&quot; TYPE = date) ARG(NAME = &quot;to_date&quot; TYPE = date) </retrieve>
<update>ATTENDANCE_DAY</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -288,7 +302,7 @@
<x>665</x>
<y>1</y>
<height>16</height>
<width>43</width>
<width>44</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -307,6 +321,34 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Result</text>
<border>6</border>
<color>33554432</color>
<x>711</x>
<y>1</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
......@@ -317,7 +359,7 @@
<x>665</x>
<y>0</y>
<height>16</height>
<width>43</width>
<width>44</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -566,6 +608,42 @@
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>711</x>
<y>1</y>
<height>16</height>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -60,7 +60,7 @@
<dbname>attendance_day.emp_code</dbname>
</table_column>
<table_column>
<type size="3000">char</type>
<type size="1000">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>punch_str</name>
......@@ -108,7 +108,7 @@
<dbname>attendance_day.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
......@@ -139,7 +139,21 @@
<name>shift</name>
<dbname>attendance_day.shift</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) COLUMN(NAME=&quot;attendance_day.chg_date&quot;) COLUMN(NAME=&quot;attendance_day.chg_user&quot;) COLUMN(NAME=&quot;attendance_day.chg_term&quot;) COMPUTE(NAME=&quot;fn_get_emp_name(employee.emp_code,&apos;X&apos;) as emp_name&quot;) COMPUTE(NAME=&quot;attendance_day.attd_date as attd_date_emp&quot;) COMPUTE(NAME=&quot;attendance_day.emp_code as emp_code_attd&quot;) COLUMN(NAME=&quot;attendance_day.shift&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;attendance_day.emp_code&quot; )WHERE( EXP1 =&quot;~&quot;ATTENDANCE_DAY~&quot;.~&quot;ATTD_DATE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:attd_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;ATTENDANCE_DAY~&quot;.~&quot;EMP_CODE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;attd_date&quot; TYPE = date) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>result</name>
<dbname>attendance_day.result</dbname>
<values>
<item display="Half Day" data="H"/>
<item display="Full Day" data="F"/>
<item display="Absent" data="A"/>
<item display="Leave" data="L"/>
<item display="Weekly Off" data="W"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) COLUMN(NAME=&quot;attendance_day.chg_date&quot;) COLUMN(NAME=&quot;attendance_day.chg_user&quot;) COLUMN(NAME=&quot;attendance_day.chg_term&quot;) COMPUTE(NAME=&quot;fn_get_emp_name(employee.emp_code,&apos;X&apos;) as emp_name&quot;) COMPUTE(NAME=&quot;attendance_day.attd_date as attd_date_emp&quot;) COMPUTE(NAME=&quot;attendance_day.emp_code as emp_code_attd&quot;) COLUMN(NAME=&quot;attendance_day.shift&quot;) COLUMN(NAME=&quot;attendance_day.result&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;attendance_day.emp_code&quot; )WHERE( EXP1 =&quot;~&quot;ATTENDANCE_DAY~&quot;.~&quot;ATTD_DATE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:attd_date&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;~&quot;ATTENDANCE_DAY~&quot;.~&quot;EMP_CODE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code&quot; ) ) ARG(NAME = &quot;attd_date&quot; TYPE = date) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<update>ATTENDANCE_DAY</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -158,8 +172,8 @@
<border>2</border>
<color>0</color>
<x>7</x>
<y>10</y>
<height>188</height>
<y>11</y>
<height>216</height>
<width>464</width>
<name>gb_1</name>
<visible>1</visible>
......@@ -288,34 +302,6 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>In Time:</text>
<border>0</border>
<color>0</color>
<x>62</x>
<y>91</y>
<height>16</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>in_time_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
......@@ -634,42 +620,6 @@
<color>12632256</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>171</y>
<height>16</height>
<width>112</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>attd_date</name>
<visible>0</visible>
<EditStyle style="editmask">
<useformat>yes</useformat>
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>12632256</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
......@@ -978,6 +928,134 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>In Time:</text>
<border>0</border>
<color>0</color>
<x>62</x>
<y>91</y>
<height>16</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>in_time_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Result:</text>
<border>0</border>
<color>0</color>
<x>62</x>
<y>191</y>
<height>16</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>171</y>
<height>16</height>
<width>112</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>attd_date</name>
<visible>0</visible>
<EditStyle style="editmask">
<useformat>yes</useformat>
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>12632256</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>130</x>
<y>191</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -7,26 +7,29 @@ footer(height=0 color="536870912" )
detail(height=23 color="536870912" )
table(column=(type=datetime update=yes updatewhereclause=yes key=yes name=attd_date dbname="attendance_day.attd_date" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="attendance_day.emp_code" )
column=(type=char(3000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(1000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(5) update=yes updatewhereclause=yes name=in_time dbname="attendance_day.in_time" )
column=(type=char(5) update=yes updatewhereclause=yes name=out_time dbname="attendance_day.out_time" )
column=(type=char(5) updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="attendance_day.status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.attd_date~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
column=(type=char(1) update=yes updatewhereclause=yes name=result dbname="attendance_day.result" values="Half Day H/Full Day F/Absent A/Leave L/Weekly Off W/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.result~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.attd_date~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="2" text="Attendance Date" border="6" color="33554432" x="2" y="1" height="16" width="102" html.valueishtml="0" name=attd_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="106" y="1" height="16" width="99" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Site Code" border="6" color="33554432" x="574" y="1" height="16" width="89" html.valueishtml="0" name=emp_site_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="In Time" border="6" color="33554432" x="459" y="1" height="16" width="56" html.valueishtml="0" name=in_time_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Out Time" border="6" color="33554432" x="517" y="1" height="16" width="55" html.valueishtml="0" name=out_time_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Customer Name" border="6" color="33554432" x="207" y="1" height="16" width="250" html.valueishtml="0" name=punch_str_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="665" y="1" height="16" width="43" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="665" y="0" height="16" width="43" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="665" y="1" height="16" width="44" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Result" border="6" color="33554432" x="711" y="1" height="16" width="59" html.valueishtml="0" name=result_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="665" y="0" height="16" width="44" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="0" height="16" width="102" format="[shortdate] [time]" html.valueishtml="0" name=attd_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="106" y="0" height="16" width="99" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="574" y="0" height="19" width="89" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="459" y="0" height="16" width="56" format="[general]" html.valueishtml="0" name=in_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="517" y="0" height="16" width="55" format="[general]" html.valueishtml="0" name=out_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="207" y="0" height="16" width="250" format="[general]" html.valueishtml="0" name=punch_str visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="711" y="1" height="16" width="59" format="[general]" html.valueishtml="0" name=result visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
......@@ -6,25 +6,25 @@ footer(height=0 color="536870912" )
detail(height=392 color="536870912" )
table(column=(type=datetime update=yes updatewhereclause=yes key=yes name=attd_date dbname="attendance_day.attd_date" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="attendance_day.emp_code" )
column=(type=char(3000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(1000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(5) update=yes updatewhereclause=yes name=in_time dbname="attendance_day.in_time" )
column=(type=char(5) update=yes updatewhereclause=yes name=out_time dbname="attendance_day.out_time" )
column=(type=char(5) updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="attendance_day.status" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="attendance_day.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="attendance_day.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="attendance_day.chg_term" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="attendance_day.chg_term" )
column=(type=char(4000) updatewhereclause=yes name=emp_name dbname="emp_name" )
column=(type=datetime updatewhereclause=yes name=attd_date_emp dbname="attendance_day.attd_date_emp" )
column=(type=char(10) updatewhereclause=yes name=emp_code_attd dbname="attendance_day.emp_code_attd" )
column=(type=char(5) update=yes updatewhereclause=yes name=shift dbname="attendance_day.shift" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.chg_date~") COLUMN(NAME=~"attendance_day.chg_user~") COLUMN(NAME=~"attendance_day.chg_term~") COMPUTE(NAME=~"fn_get_emp_name(employee.emp_code,'X') as emp_name~") COMPUTE(NAME=~"attendance_day.attd_date as attd_date_emp~") COMPUTE(NAME=~"attendance_day.emp_code as emp_code_attd~") COLUMN(NAME=~"attendance_day.shift~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"~~~"ATTENDANCE_DAY~~~".~~~"ATTD_DATE~~~"~" OP =~"=~" EXP2 =~":attd_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"ATTENDANCE_DAY~~~".~~~"EMP_CODE~~~"~" OP =~"=~" EXP2 =~":emp_code~" ) ) ARG(NAME = ~"attd_date~" TYPE = date) ARG(NAME = ~"emp_code~" TYPE = string) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("attd_date", date),("emp_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="7" y="10" height="188" width="464" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column=(type=char(1) update=yes updatewhereclause=yes name=result dbname="attendance_day.result" values="Half Day H/Full Day F/Absent A/Leave L/Weekly Off W/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.chg_date~") COLUMN(NAME=~"attendance_day.chg_user~") COLUMN(NAME=~"attendance_day.chg_term~") COMPUTE(NAME=~"fn_get_emp_name(employee.emp_code,'X') as emp_name~") COMPUTE(NAME=~"attendance_day.attd_date as attd_date_emp~") COMPUTE(NAME=~"attendance_day.emp_code as emp_code_attd~") COLUMN(NAME=~"attendance_day.shift~") COLUMN(NAME=~"attendance_day.result~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"~~~"ATTENDANCE_DAY~~~".~~~"ATTD_DATE~~~"~" OP =~"=~" EXP2 =~":attd_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"ATTENDANCE_DAY~~~".~~~"EMP_CODE~~~"~" OP =~"=~" EXP2 =~":emp_code~" ) ) ARG(NAME = ~"attd_date~" TYPE = date) ARG(NAME = ~"emp_code~" TYPE = string) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("attd_date", date),("emp_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="7" y="11" height="216" width="464" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Customer Name:" border="0" color="0" x="19" y="71" height="16" width="108" html.valueishtml="0" name=punch_str_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="536870912" )
text(band=detail alignment="1" text="Attendance Date:" border="0" color="0" x="18" y="31" height="16" width="109" html.valueishtml="0" name=attd_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="536870912" )
text(band=detail alignment="1" text="Change Term:" border="0" color="0" x="37" y="151" height="16" width="90" 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="536870912" )
text(band=detail alignment="1" text="Change Date:" border="0" color="0" x="29" y="131" height="16" width="98" 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="536870912" )
text(band=detail alignment="1" text="In Time:" border="0" color="0" x="62" y="91" height="16" width="65" html.valueishtml="0" name=in_time_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="536870912" )
column(band=detail id=4 alignment="0" tabsequence=20 border="5" color="0" x="131" y="91" height="16" width="55" format="##:##" html.valueishtml="0" name=in_time visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Change User:" border="0" color="0" x="268" y="131" height="16" width="90" 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="536870912" )
text(band=detail alignment="1" text="Employee Code:" border="0" color="0" x="20" y="51" height="16" width="107" html.valueishtml="0" name=emp_code_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="536870912" )
......@@ -34,7 +34,6 @@ column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="377" y="151" height="16" width="53" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="131" y="71" height="16" width="299" format="[general]" html.valueishtml="0" name=punch_str visible="1" edit.limit=3000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="151" height="16" width="112" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="171" height="16" width="112" format="dd/mm/yy" html.valueishtml="0" name=attd_date visible="0" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="246" y="171" height="16" width="72" format="[general]" html.valueishtml="0" name=emp_code visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="31" height="16" width="81" format="dd/mm/yy" html.valueishtml="0" name=attd_date_emp visible="1" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="51" height="16" width="72" format="[General]" html.valueishtml="0" name=emp_code_attd visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
......@@ -44,6 +43,10 @@ column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="379
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="379" y="111" height="16" width="51" format="[general]" html.valueishtml="0" name=shift visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
text(band=detail alignment="1" text="Out Time:" border="0" color="0" x="310" y="91" height="16" width="65" html.valueishtml="0" name=attendance_day_out_time_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="536870912" )
text(band=detail alignment="1" text="Work Shift:" border="0" color="0" x="301" y="111" height="16" width="74" html.valueishtml="0" name=shift_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="536870912" )
text(band=detail alignment="1" text="In Time:" border="0" color="0" x="62" y="91" height="16" width="65" html.valueishtml="0" name=in_time_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="536870912" )
text(band=detail alignment="1" text="Result:" border="0" color="0" x="62" y="191" height="16" width="65" html.valueishtml="0" name=result_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="171" height="16" width="112" format="dd/mm/yy" html.valueishtml="0" name=attd_date visible="0" editmask.useformat=yes editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="130" y="191" height="16" width="112" format="[general]" html.valueishtml="0" name=result visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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