Commit 8a254b48 authored by arawankar's avatar arawankar

attd_daily11.xml

d_daily_attd_brow.srd

-Added value as 'Weekly Off ' in result column drop down


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198849 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82c12f6c
...@@ -66,28 +66,24 @@ ...@@ -66,28 +66,24 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>shift</name> <name>shift</name>
<dbname>attendance_day.shift</dbname> <dbname>attendance_day.shift</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>in_time</name> <name>in_time</name>
<dbname>attendance_day.in_time</dbname> <dbname>attendance_day.in_time</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>out_time</name> <name>out_time</name>
<dbname>attendance_day.out_time</dbname> <dbname>attendance_day.out_time</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>status</name> <name>status</name>
<dbname>attendance_day.status</dbname> <dbname>attendance_day.status</dbname>
...@@ -117,6 +113,7 @@ ...@@ -117,6 +113,7 @@
<item display="Half Day" data="H"/> <item display="Half Day" data="H"/>
<item display="Full Day" data="F"/> <item display="Full Day" data="F"/>
<item display="Absent" data="A"/> <item display="Absent" data="A"/>
<item display="Weekly Off" data="W"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
...@@ -139,13 +136,30 @@ ...@@ -139,13 +136,30 @@
</table_column> </table_column>
<table_column> <table_column>
<type precision="2">decimal</type> <type precision="2">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>lunch_time</name> <name>lunch_time</name>
<dbname>attendance_day.lunch_time</dbname> <dbname>attendance_day.lunch_time</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.shift&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;attendance_day.result&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.reason_code&quot;) COLUMN(NAME=&quot;attendance_day.lunch_time&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;:MFR_DATE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:MTO_DATE&quot; ) ) ARG(NAME = &quot;MFR_DATE&quot; TYPE = datetime) ARG(NAME = &quot;MTO_DATE&quot; TYPE = datetime) </retrieve> <table_column>
<update>ATTENDANCE_DAY</update> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>attendance_day.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>attendance_day.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>attendance_day.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;attendance_day&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;attendance_day.emp_code&quot;) COLUMN(NAME=&quot;attendance_day.attd_date&quot;) COLUMN(NAME=&quot;attendance_day.shift&quot;) COLUMN(NAME=&quot;attendance_day.in_time&quot;) COLUMN(NAME=&quot;attendance_day.out_time&quot;) COLUMN(NAME=&quot;attendance_day.status&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;attendance_day.result&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;attendance_day.punch_str&quot;) COLUMN(NAME=&quot;attendance_day.reason_code&quot;) COLUMN(NAME=&quot;attendance_day.lunch_time&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;) 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;:MFR_DATE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;attendance_day.attd_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:MTO_DATE&quot; ) ) ARG(NAME = &quot;MFR_DATE&quot; TYPE = datetime) ARG(NAME = &quot;MTO_DATE&quot; TYPE = datetime) </retrieve>
<update>attendance_day</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -521,6 +535,90 @@ ...@@ -521,6 +535,90 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change Date</text>
<border>6</border>
<color>33554432</color>
<x>1173</x>
<y>3</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_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>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change User</text>
<border>6</border>
<color>33554432</color>
<x>1262</x>
<y>3</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_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>1073741824</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change Terminal</text>
<border>6</border>
<color>33554432</color>
<x>1349</x>
<y>3</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_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>1073741824</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -998,6 +1096,118 @@ ...@@ -998,6 +1096,118 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>1173</x>
<y>1</y>
<height>19</height>
<width>87</width>
<format>dd/mm/yy hh:mm:ss</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>dd/mm/yy hh:mm:ss</format>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>0</color>
<x>1262</x>
<y>1</y>
<height>19</height>
<width>85</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>0</color>
<x>1349</x>
<y>1</y>
<height>19</height>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
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