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
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>67108864</color> <color>67108864</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>20</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>23</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>attd_date</name> <name>attd_date</name>
<dbname>attendance_day.attd_date</dbname> <dbname>attendance_day.attd_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>attendance_day.emp_code</dbname> <dbname>attendance_day.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="3000">char</type> <type size="1000">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>punch_str</name> <name>punch_str</name>
<dbname>attendance_day.punch_str</dbname> <dbname>attendance_day.punch_str</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <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> <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="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_site</name> <name>emp_site</name>
<dbname>employee.emp_site</dbname> <dbname>employee.emp_site</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <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>
</table_column> </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>
<update>ATTENDANCE_DAY</update> <type size="1">char</type>
<updatewhere>0</updatewhere> <update>yes</update>
<updatekeyinplace>no</updatekeyinplace> <updatewhereclause>yes</updatewhereclause>
<argument> <name>result</name>
<name>from_date</name> <dbname>attendance_day.result</dbname>
<type>date</type> <values>
</argument> <item display="Half Day" data="H"/>
<argument> <item display="Full Day" data="F"/>
<name>to_date</name> <item display="Absent" data="A"/>
<type>date</type> <item display="Leave" data="L"/>
</argument> <item display="Weekly Off" data="W"/>
</TableDefinition> </values>
<TextObject> </table_column>
<band>Header</band> <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>
<alignment>2</alignment> <update>ATTENDANCE_DAY</update>
<text>Attendance Date</text> <updatewhere>0</updatewhere>
<border>6</border> <updatekeyinplace>no</updatekeyinplace>
<color>33554432</color> <argument>
<x>2</x> <name>from_date</name>
<y>1</y> <type>date</type>
<height>16</height> </argument>
<width>102</width> <argument>
<html> <name>to_date</name>
<valueishtml>0</valueishtml> <type>date</type>
</html> </argument>
<name>attd_date_t</name> </TableDefinition>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Attendance Date</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>2</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>102</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>attd_date_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>Employee Code</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>106</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>99</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>emp_code_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Employee Code</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>106</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>99</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>emp_code_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>Site Code</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>574</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>89</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>emp_site_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Site Code</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>574</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>89</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>emp_site_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>In Time</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>459</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>56</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>in_time_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>In Time</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>459</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>56</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>in_time_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>Out Time</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>517</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>55</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>out_time_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Out Time</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>517</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>55</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>out_time_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>Customer Name</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>207</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>250</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>punch_str_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Customer Name</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>207</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>250</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>punch_str_t</name>
<TextObject> <visible>1</visible>
<band>Header</band> <font>
<alignment>2</alignment> <face>Arial</face>
<text>Status</text> <height>-10</height>
<border>6</border> <weight>400</weight>
<color>33554432</color> <family>2</family>
<x>665</x> <pitch>2</pitch>
<y>1</y> <charset>0</charset>
<height>16</height> </font>
<width>43</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>status_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Header</band>
<face>Arial</face> <alignment>2</alignment>
<height>-10</height> <text>Status</text>
<weight>400</weight> <border>6</border>
<family>2</family> <color>33554432</color>
<pitch>2</pitch> <x>665</x>
<charset>0</charset> <y>1</y>
</font> <height>16</height>
<background> <width>44</width>
<mode>2</mode> <html>
<color>67108864</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>status_t</name>
<ColumnObject> <visible>1</visible>
<band>Detail</band> <font>
<id>7</id> <face>Arial</face>
<alignment>0</alignment> <height>-10</height>
<tabsequence>70</tabsequence> <weight>400</weight>
<border>5</border> <family>2</family>
<color>33554432</color> <pitch>2</pitch>
<x>665</x> <charset>0</charset>
<y>0</y> </font>
<height>16</height> <background>
<width>43</width> <mode>2</mode>
<format>[general]</format> <color>67108864</color>
<html> </background>
<valueishtml>0</valueishtml> </TextObject>
</html> <TextObject>
<name>status</name> <band>Header</band>
<visible>1</visible> <alignment>0</alignment>
<EditStyle style="edit"> <text>Result</text>
<limit>0</limit> <border>6</border>
<case>any</case> <color>33554432</color>
<focusrectangle>no</focusrectangle> <x>711</x>
<autoselect>no</autoselect> <y>1</y>
<imemode>0</imemode> <height>16</height>
</EditStyle> <width>59</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>result_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-11</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>1</id> <color>67108864</color>
<alignment>0</alignment> </background>
<tabsequence>10</tabsequence> </TextObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>2</x> <id>7</id>
<y>0</y> <alignment>0</alignment>
<height>16</height> <tabsequence>70</tabsequence>
<width>102</width> <border>5</border>
<format>[shortdate] [time]</format> <color>33554432</color>
<html> <x>665</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>16</height>
<name>attd_date</name> <width>44</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>status</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>2</id> <color>1073741824</color>
<alignment>0</alignment> </background>
<tabsequence>20</tabsequence> </ColumnObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>106</x> <id>1</id>
<y>0</y> <alignment>0</alignment>
<height>16</height> <tabsequence>10</tabsequence>
<width>99</width> <border>5</border>
<format>[general]</format> <color>33554432</color>
<html> <x>2</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>16</height>
<name>emp_code</name> <width>102</width>
<visible>1</visible> <format>[shortdate] [time]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>attd_date</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>6</id> <color>1073741824</color>
<alignment>0</alignment> </background>
<tabsequence>60</tabsequence> </ColumnObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>574</x> <id>2</id>
<y>0</y> <alignment>0</alignment>
<height>19</height> <tabsequence>20</tabsequence>
<width>89</width> <border>5</border>
<format>[general]</format> <color>33554432</color>
<html> <x>106</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>16</height>
<name>emp_site</name> <width>99</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>emp_code</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>4</id> <color>1073741824</color>
<alignment>0</alignment> </background>
<tabsequence>40</tabsequence> </ColumnObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>459</x> <id>6</id>
<y>0</y> <alignment>0</alignment>
<height>16</height> <tabsequence>60</tabsequence>
<width>56</width> <border>5</border>
<format>[general]</format> <color>33554432</color>
<html> <x>574</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>19</height>
<name>in_time</name> <width>89</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>emp_site</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>5</id> <color>1073741824</color>
<alignment>0</alignment> </background>
<tabsequence>50</tabsequence> </ColumnObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>517</x> <id>4</id>
<y>0</y> <alignment>0</alignment>
<height>16</height> <tabsequence>40</tabsequence>
<width>55</width> <border>5</border>
<format>[general]</format> <color>33554432</color>
<html> <x>459</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>16</height>
<name>out_time</name> <width>56</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>in_time</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>2</mode>
<id>3</id> <color>1073741824</color>
<alignment>0</alignment> </background>
<tabsequence>30</tabsequence> </ColumnObject>
<border>5</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>207</x> <id>5</id>
<y>0</y> <alignment>0</alignment>
<height>16</height> <tabsequence>50</tabsequence>
<width>250</width> <border>5</border>
<format>[general]</format> <color>33554432</color>
<html> <x>517</x>
<valueishtml>0</valueishtml> <y>0</y>
</html> <height>16</height>
<name>punch_str</name> <width>55</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>out_time</name>
<autoselect>no</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="edit">
</EditStyle> <limit>0</limit>
<font> <case>any</case>
<face>Arial</face> <focusrectangle>no</focusrectangle>
<height>-10</height> <autoselect>no</autoselect>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<HtmlTable> <background>
<border>1</border> <mode>2</mode>
</HtmlTable> <color>1073741824</color>
<HtmlGen> </background>
<clientevents>1</clientevents> </ColumnObject>
<clientvalidation>1</clientvalidation> <ColumnObject>
<clientcomputedfields>1</clientcomputedfields> <band>Detail</band>
<clientformatting>0</clientformatting> <id>3</id>
<clientscriptable>0</clientscriptable> <alignment>0</alignment>
<generatejavascript>1</generatejavascript> <tabsequence>30</tabsequence>
<encodeselflinkargs>1</encodeselflinkargs> <border>5</border>
<netscapelayers>0</netscapelayers> <color>33554432</color>
</HtmlGen> <x>207</x>
<Export.XML> <y>0</y>
<headgroups>1</headgroups> <height>16</height>
<includewhitespace>0</includewhitespace> <width>250</width>
<metadatatype>0</metadatatype> <format>[general]</format>
<savemetadata>0</savemetadata> <html>
</Export.XML> <valueishtml>0</valueishtml>
<Import.XML> </html>
</Import.XML> <name>punch_str</name>
<Export.PDF> <visible>1</visible>
<method>0</method> <EditStyle style="edit">
<distill.custompostscript>0</distill.custompostscript> <limit>0</limit>
<xslfop.print>0</xslfop.print> <case>any</case>
</Export.PDF> <focusrectangle>no</focusrectangle>
</Sybase_eDataWindow> <autoselect>no</autoselect>
<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>
<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>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>67108864</color> <color>67108864</color>
<processing>0</processing> <processing>0</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
</BaseDefinition> </BaseDefinition>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>392</height> <height>392</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>attd_date</name> <name>attd_date</name>
<dbname>attendance_day.attd_date</dbname> <dbname>attendance_day.attd_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>attendance_day.emp_code</dbname> <dbname>attendance_day.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="3000">char</type> <type size="1000">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>punch_str</name> <name>punch_str</name>
<dbname>attendance_day.punch_str</dbname> <dbname>attendance_day.punch_str</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <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> <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="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_site</name> <name>emp_site</name>
<dbname>employee.emp_site</dbname> <dbname>employee.emp_site</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <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>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_date</name> <name>chg_date</name>
<dbname>attendance_day.chg_date</dbname> <dbname>attendance_day.chg_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_user</name> <name>chg_user</name>
<dbname>attendance_day.chg_user</dbname> <dbname>attendance_day.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
<dbname>attendance_day.chg_term</dbname> <dbname>attendance_day.chg_term</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="4000">char</type> <type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_name</name> <name>emp_name</name>
<dbname>emp_name</dbname> <dbname>emp_name</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>attd_date_emp</name> <name>attd_date_emp</name>
<dbname>attendance_day.attd_date_emp</dbname> <dbname>attendance_day.attd_date_emp</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code_attd</name> <name>emp_code_attd</name>
<dbname>attendance_day.emp_code_attd</dbname> <dbname>attendance_day.emp_code_attd</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <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>
<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>
<update>ATTENDANCE_DAY</update> <type size="1">char</type>
<updatewhere>0</updatewhere> <update>yes</update>
<updatekeyinplace>no</updatekeyinplace> <updatewhereclause>yes</updatewhereclause>
<argument> <name>result</name>
<name>attd_date</name> <dbname>attendance_day.result</dbname>
<type>date</type> <values>
</argument> <item display="Half Day" data="H"/>
<argument> <item display="Full Day" data="F"/>
<name>emp_code</name> <item display="Absent" data="A"/>
<type>string</type> <item display="Leave" data="L"/>
</argument> <item display="Weekly Off" data="W"/>
</TableDefinition> </values>
<GroupBox> </table_column>
<band>Detail</band> <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>
<text>Basic</text> <update>ATTENDANCE_DAY</update>
<border>2</border> <updatewhere>0</updatewhere>
<color>0</color> <updatekeyinplace>no</updatekeyinplace>
<x>7</x> <argument>
<y>10</y> <name>attd_date</name>
<height>188</height> <type>date</type>
<width>464</width> </argument>
<name>gb_1</name> <argument>
<visible>1</visible> <name>emp_code</name>
<font> <type>string</type>
<face>Arial</face> </argument>
<height>-10</height> </TableDefinition>
<weight>400</weight> <GroupBox>
<family>2</family> <band>Detail</band>
<pitch>2</pitch> <text>Basic</text>
<charset>0</charset> <border>2</border>
</font> <color>0</color>
<background> <x>7</x>
<mode>2</mode> <y>11</y>
<color>67108864</color> <height>216</height>
</background> <width>464</width>
</GroupBox> <name>gb_1</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Customer Name:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>19</x> <pitch>2</pitch>
<y>71</y> <charset>0</charset>
<height>16</height> </font>
<width>108</width> <background>
<html> <mode>2</mode>
<valueishtml>0</valueishtml> <color>67108864</color>
</html> </background>
<name>punch_str_t</name> </GroupBox>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Customer Name:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>19</x>
<charset>0</charset> <y>71</y>
</font> <height>16</height>
<background> <width>108</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>punch_str_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Attendance Date:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>18</x> <pitch>2</pitch>
<y>31</y> <charset>0</charset>
<height>16</height> </font>
<width>109</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>attd_date_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Attendance Date:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>18</x>
<charset>0</charset> <y>31</y>
</font> <height>16</height>
<background> <width>109</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>attd_date_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Change Term:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>37</x> <pitch>2</pitch>
<y>151</y> <charset>0</charset>
<height>16</height> </font>
<width>90</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>chg_term_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Change Term:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>37</x>
<charset>0</charset> <y>151</y>
</font> <height>16</height>
<background> <width>90</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>chg_term_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Change Date:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>29</x> <pitch>2</pitch>
<y>131</y> <charset>0</charset>
<height>16</height> </font>
<width>98</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>chg_date_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Change Date:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>29</x>
<charset>0</charset> <y>131</y>
</font> <height>16</height>
<background> <width>98</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>chg_date_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>In Time:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>62</x> <pitch>2</pitch>
<y>91</y> <charset>0</charset>
<height>16</height> </font>
<width>65</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>in_time_t</name> </TextObject>
<visible>1</visible> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>4</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>20</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>131</x>
</font> <y>91</y>
<background> <height>16</height>
<mode>1</mode> <width>55</width>
<color>536870912</color> <format>##:##</format>
</background> <html>
</TextObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>in_time</name>
<id>4</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>20</tabsequence> <limit>5</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> <autoselect>yes</autoselect>
<y>91</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>55</width> </EditStyle>
<format>##:##</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>in_time</name> <family>2</family>
<visible>1</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>5</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>1073741824</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Change User:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>268</x>
<charset>0</charset> <y>131</y>
</font> <height>16</height>
<background> <width>90</width>
<mode>2</mode> <html>
<color>1073741824</color> <valueishtml>0</valueishtml>
</background> </html>
</ColumnObject> <name>chg_user_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Change User:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>268</x> <pitch>2</pitch>
<y>131</y> <charset>0</charset>
<height>16</height> </font>
<width>90</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>chg_user_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Arial</face> <alignment>1</alignment>
<height>-10</height> <text>Employee Code:</text>
<weight>400</weight> <border>0</border>
<family>2</family> <color>0</color>
<pitch>2</pitch> <x>20</x>
<charset>0</charset> <y>51</y>
</font> <height>16</height>
<background> <width>107</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>emp_code_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Arial</face>
<text>Employee Code:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>20</x> <pitch>2</pitch>
<y>51</y> <charset>0</charset>
<height>16</height> </font>
<width>107</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>emp_code_t</name> </TextObject>
<visible>1</visible> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>11</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>207</x>
</font> <y>51</y>
<background> <height>16</height>
<mode>1</mode> <width>223</width>
<color>536870912</color> <format>[general]</format>
</background> <html>
</TextObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>emp_name</name>
<id>11</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>0</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>207</x> <autoselect>no</autoselect>
<y>51</y> <imemode>0</imemode>
<height>16</height> </EditStyle>
<width>223</width> <font>
<format>[general]</format> <face>Arial</face>
<html> <height>-10</height>
<valueishtml>0</valueishtml> <weight>400</weight>
</html> <family>2</family>
<name>emp_name</name> <pitch>2</pitch>
<visible>1</visible> <charset>0</charset>
<EditStyle style="edit"> </font>
<limit>0</limit> <background>
<case>any</case> <mode>2</mode>
<focusrectangle>no</focusrectangle> <color>12632256</color>
<autoselect>no</autoselect> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>8</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>131</x>
</font> <y>131</y>
<background> <height>16</height>
<mode>2</mode> <width>112</width>
<color>12632256</color> <format>DD/MM/YY HH:MM:SS</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>chg_date</name>
<id>8</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle name="DD/MM/YY HH:MM:SS" style="editmask">
<tabsequence>32766</tabsequence> <mask>DD/MM/YY HH:MM:SS</mask>
<border>5</border> <imemode>0</imemode>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> </EditStyle>
<y>131</y> <font>
<height>16</height> <face>Arial</face>
<width>112</width> <height>-10</height>
<format>DD/MM/YY HH:MM:SS</format> <weight>400</weight>
<html> <family>2</family>
<valueishtml>0</valueishtml> <pitch>2</pitch>
</html> <charset>0</charset>
<name>chg_date</name> </font>
<visible>1</visible> <background>
<EditStyle name="DD/MM/YY HH:MM:SS" style="editmask"> <mode>2</mode>
<mask>DD/MM/YY HH:MM:SS</mask> <color>12632256</color>
<imemode>0</imemode> </background>
<focusrectangle>no</focusrectangle> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>9</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>362</x>
</font> <y>131</y>
<background> <height>16</height>
<mode>2</mode> <width>68</width>
<color>12632256</color> <format>[general]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>chg_user</name>
<id>9</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>10</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>362</x> <autoselect>yes</autoselect>
<y>131</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>68</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>chg_user</name> <family>2</family>
<visible>1</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>10</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>12632256</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>7</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>255</color>
<charset>0</charset> <x>377</x>
</font> <y>151</y>
<background> <height>16</height>
<mode>2</mode> <width>53</width>
<color>12632256</color> <format>[general]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>status</name>
<id>7</id> <visible>0</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>1</limit>
<border>5</border> <case>any</case>
<color>255</color> <focusrectangle>no</focusrectangle>
<x>377</x> <autoselect>yes</autoselect>
<y>151</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>53</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>status</name> <family>2</family>
<visible>0</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>1</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>12632256</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>3</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>10</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>131</x>
</font> <y>71</y>
<background> <height>16</height>
<mode>2</mode> <width>299</width>
<color>12632256</color> <format>[general]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>punch_str</name>
<id>3</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>10</tabsequence> <limit>3000</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> <autoselect>yes</autoselect>
<y>71</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>299</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>punch_str</name> <family>2</family>
<visible>1</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>3000</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>1073741824</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>10</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>131</x>
</font> <y>151</y>
<background> <height>16</height>
<mode>2</mode> <width>112</width>
<color>1073741824</color> <format>[general]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>chg_term</name>
<id>10</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>15</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> <autoselect>yes</autoselect>
<y>151</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>112</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>chg_term</name> <family>2</family>
<visible>1</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>15</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>12632256</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>2</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>246</x>
</font> <y>171</y>
<background> <height>16</height>
<mode>2</mode> <width>72</width>
<color>12632256</color> <format>[general]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>emp_code</name>
<id>1</id> <visible>0</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>10</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> <autoselect>yes</autoselect>
<y>171</y> <autohscroll>yes</autohscroll>
<height>16</height> <imemode>0</imemode>
<width>112</width> </EditStyle>
<format>dd/mm/yy</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>attd_date</name> <family>2</family>
<visible>0</visible> <pitch>2</pitch>
<EditStyle style="editmask"> <charset>0</charset>
<useformat>yes</useformat> </font>
<mask>dd/mm/yy</mask> <background>
<imemode>0</imemode> <mode>2</mode>
<focusrectangle>no</focusrectangle> <color>12632256</color>
</EditStyle> </background>
<font> </ColumnObject>
<face>Arial</face> <ColumnObject>
<height>-10</height> <band>Detail</band>
<weight>400</weight> <id>12</id>
<family>2</family> <alignment>0</alignment>
<pitch>2</pitch> <tabsequence>32766</tabsequence>
<charset>0</charset> <border>5</border>
</font> <color>0</color>
<background> <x>131</x>
<mode>2</mode> <y>31</y>
<color>12632256</color> <height>16</height>
</background> <width>81</width>
</ColumnObject> <format>dd/mm/yy</format>
<ColumnObject> <html>
<band>Detail</band> <valueishtml>0</valueishtml>
<id>2</id> </html>
<alignment>0</alignment> <name>attd_date_emp</name>
<tabsequence>32766</tabsequence> <visible>1</visible>
<border>5</border> <EditStyle style="editmask">
<color>0</color> <useformat>yes</useformat>
<x>246</x> <mask>dd/mm/yy</mask>
<y>171</y> <imemode>0</imemode>
<height>16</height> <focusrectangle>no</focusrectangle>
<width>72</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Arial</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>emp_code</name> <family>2</family>
<visible>0</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>10</limit> </font>
<case>any</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>12632256</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <ColumnObject>
<font> <band>Detail</band>
<face>Arial</face> <id>13</id>
<height>-10</height> <alignment>0</alignment>
<weight>400</weight> <tabsequence>32766</tabsequence>
<family>2</family> <border>5</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>131</x>
</font> <y>51</y>
<background> <height>16</height>
<mode>2</mode> <width>72</width>
<color>12632256</color> <format>[General]</format>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<ColumnObject> </html>
<band>Detail</band> <name>emp_code_attd</name>
<id>12</id> <visible>1</visible>
<alignment>0</alignment> <EditStyle style="edit">
<tabsequence>32766</tabsequence> <limit>10</limit>
<border>5</border> <case>any</case>
<color>0</color> <focusrectangle>no</focusrectangle>
<x>131</x> <autoselect>no</autoselect>
<y>31</y> <imemode>0</imemode>
<height>16</height> </EditStyle>
<width>81</width> <font>
<format>dd/mm/yy</format> <face>Arial</face>
<html> <height>-10</height>
<valueishtml>0</valueishtml> <weight>400</weight>
</html> <family>2</family>
<name>attd_date_emp</name> <pitch>2</pitch>
<visible>1</visible> <charset>0</charset>
<EditStyle style="editmask"> </font>
<useformat>yes</useformat> <background>
<mask>dd/mm/yy</mask> <mode>2</mode>
<imemode>0</imemode> <color>12632256</color>
<focusrectangle>no</focusrectangle> </background>
</EditStyle> </ColumnObject>
<font> <TextObject>
<face>Arial</face> <band>Detail</band>
<height>-10</height> <alignment>1</alignment>
<weight>400</weight> <text>Site Code:</text>
<family>2</family> <border>0</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>62</x>
</font> <y>111</y>
<background> <height>16</height>
<mode>2</mode> <width>65</width>
<color>12632256</color> <html>
</background> <valueishtml>0</valueishtml>
</ColumnObject> </html>
<ColumnObject> <name>emp_site_t</name>
<band>Detail</band> <visible>1</visible>
<id>13</id> <font>
<alignment>0</alignment> <face>Arial</face>
<tabsequence>32766</tabsequence> <height>-10</height>
<border>5</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>131</x> <pitch>2</pitch>
<y>51</y> <charset>0</charset>
<height>16</height> </font>
<width>72</width> <background>
<format>[General]</format> <mode>1</mode>
<html> <color>536870912</color>
<valueishtml>0</valueishtml> </background>
</html> </TextObject>
<name>emp_code_attd</name> <ColumnObject>
<visible>1</visible> <band>Detail</band>
<EditStyle style="edit"> <id>6</id>
<limit>10</limit> <alignment>0</alignment>
<case>any</case> <tabsequence>32766</tabsequence>
<focusrectangle>no</focusrectangle> <border>5</border>
<autoselect>no</autoselect> <color>0</color>
<imemode>0</imemode> <x>131</x>
</EditStyle> <y>111</y>
<font> <height>16</height>
<face>Arial</face> <width>66</width>
<height>-10</height> <format>[general]</format>
<weight>400</weight> <html>
<family>2</family> <valueishtml>0</valueishtml>
<pitch>2</pitch> </html>
<charset>0</charset> <name>emp_site</name>
</font> <visible>1</visible>
<background> <EditStyle style="edit">
<mode>2</mode> <limit>5</limit>
<color>12632256</color> <case>any</case>
</background> <focusrectangle>no</focusrectangle>
</ColumnObject> <autoselect>yes</autoselect>
<TextObject> <autohscroll>yes</autohscroll>
<band>Detail</band> <imemode>0</imemode>
<alignment>1</alignment> </EditStyle>
<text>Site Code:</text> <font>
<border>0</border> <face>Arial</face>
<color>0</color> <height>-10</height>
<x>62</x> <weight>400</weight>
<y>111</y> <family>2</family>
<height>16</height> <pitch>2</pitch>
<width>65</width> <charset>0</charset>
<html> </font>
<valueishtml>0</valueishtml> <background>
</html> <mode>2</mode>
<name>emp_site_t</name> <color>12632256</color>
<visible>1</visible> </background>
<font> </ColumnObject>
<face>Arial</face> <ColumnObject>
<height>-10</height> <band>Detail</band>
<weight>400</weight> <id>5</id>
<family>2</family> <alignment>0</alignment>
<pitch>2</pitch> <tabsequence>30</tabsequence>
<charset>0</charset> <border>5</border>
</font> <color>0</color>
<background> <x>379</x>
<mode>1</mode> <y>91</y>
<color>536870912</color> <height>16</height>
</background> <width>51</width>
</TextObject> <format>##:##</format>
<ColumnObject> <html>
<band>Detail</band> <valueishtml>0</valueishtml>
<id>6</id> </html>
<alignment>0</alignment> <name>out_time</name>
<tabsequence>32766</tabsequence> <visible>1</visible>
<border>5</border> <EditStyle style="edit">
<color>0</color> <limit>5</limit>
<x>131</x> <case>any</case>
<y>111</y> <focusrectangle>no</focusrectangle>
<height>16</height> <autoselect>yes</autoselect>
<width>66</width> <autohscroll>yes</autohscroll>
<format>[general]</format> <imemode>0</imemode>
<html> </EditStyle>
<valueishtml>0</valueishtml> <font>
</html> <face>Arial</face>
<name>emp_site</name> <height>-10</height>
<visible>1</visible> <weight>400</weight>
<EditStyle style="edit"> <family>2</family>
<limit>5</limit> <pitch>2</pitch>
<case>any</case> <charset>0</charset>
<focusrectangle>no</focusrectangle> </font>
<autoselect>yes</autoselect> <background>
<autohscroll>yes</autohscroll> <mode>2</mode>
<imemode>0</imemode> <color>1073741824</color>
</EditStyle> </background>
<font> </ColumnObject>
<face>Arial</face> <ColumnObject>
<height>-10</height> <band>Detail</band>
<weight>400</weight> <id>14</id>
<family>2</family> <alignment>0</alignment>
<pitch>2</pitch> <tabsequence>32766</tabsequence>
<charset>0</charset> <border>5</border>
</font> <color>0</color>
<background> <x>379</x>
<mode>2</mode> <y>111</y>
<color>12632256</color> <height>16</height>
</background> <width>51</width>
</ColumnObject> <format>[general]</format>
<ColumnObject> <html>
<band>Detail</band> <valueishtml>0</valueishtml>
<id>5</id> </html>
<alignment>0</alignment> <name>shift</name>
<tabsequence>30</tabsequence> <visible>1</visible>
<border>5</border> <EditStyle style="edit">
<color>0</color> <limit>0</limit>
<x>379</x> <case>any</case>
<y>91</y> <focusrectangle>no</focusrectangle>
<height>16</height> <autoselect>no</autoselect>
<width>51</width> <imemode>0</imemode>
<format>##:##</format> </EditStyle>
<html> <font>
<valueishtml>0</valueishtml> <face>Arial</face>
</html> <height>-10</height>
<name>out_time</name> <weight>400</weight>
<visible>1</visible> <family>2</family>
<EditStyle style="edit"> <pitch>2</pitch>
<limit>5</limit> <charset>0</charset>
<case>any</case> </font>
<focusrectangle>no</focusrectangle> <background>
<autoselect>yes</autoselect> <mode>2</mode>
<autohscroll>yes</autohscroll> <color>12632256</color>
<imemode>0</imemode> </background>
</EditStyle> </ColumnObject>
<font> <TextObject>
<face>Arial</face> <band>Detail</band>
<height>-10</height> <alignment>1</alignment>
<weight>400</weight> <text>Out Time:</text>
<family>2</family> <border>0</border>
<pitch>2</pitch> <color>0</color>
<charset>0</charset> <x>310</x>
</font> <y>91</y>
<background> <height>16</height>
<mode>2</mode> <width>65</width>
<color>1073741824</color> <html>
</background> <valueishtml>0</valueishtml>
</ColumnObject> </html>
<ColumnObject> <name>attendance_day_out_time_t</name>
<band>Detail</band> <visible>1</visible>
<id>14</id> <font>
<alignment>0</alignment> <face>Arial</face>
<tabsequence>32766</tabsequence> <height>-10</height>
<border>5</border> <weight>400</weight>
<color>0</color> <family>2</family>
<x>379</x> <pitch>2</pitch>
<y>111</y> <charset>0</charset>
<height>16</height> </font>
<width>51</width> <background>
<format>[general]</format> <mode>1</mode>
<html> <color>536870912</color>
<valueishtml>0</valueishtml> </background>
</html> </TextObject>
<name>shift</name> <TextObject>
<visible>1</visible> <band>Detail</band>
<EditStyle style="edit"> <alignment>1</alignment>
<limit>0</limit> <text>Work Shift:</text>
<case>any</case> <border>0</border>
<focusrectangle>no</focusrectangle> <color>0</color>
<autoselect>no</autoselect> <x>301</x>
<imemode>0</imemode> <y>111</y>
</EditStyle> <height>16</height>
<font> <width>74</width>
<face>Arial</face> <html>
<height>-10</height> <valueishtml>0</valueishtml>
<weight>400</weight> </html>
<family>2</family> <name>shift_t</name>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <font>
</font> <face>Arial</face>
<background> <height>-10</height>
<mode>2</mode> <weight>400</weight>
<color>12632256</color> <family>2</family>
</background> <pitch>2</pitch>
</ColumnObject> <charset>0</charset>
<TextObject> </font>
<band>Detail</band> <background>
<alignment>1</alignment> <mode>1</mode>
<text>Out Time:</text> <color>536870912</color>
<border>0</border> </background>
<color>0</color> </TextObject>
<x>310</x> <TextObject>
<y>91</y> <band>Detail</band>
<height>16</height> <alignment>1</alignment>
<width>65</width> <text>In Time:</text>
<html> <border>0</border>
<valueishtml>0</valueishtml> <color>0</color>
</html> <x>62</x>
<name>attendance_day_out_time_t</name> <y>91</y>
<visible>1</visible> <height>16</height>
<font> <width>65</width>
<face>Arial</face> <html>
<height>-10</height> <valueishtml>0</valueishtml>
<weight>400</weight> </html>
<family>2</family> <name>in_time_t</name>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <font>
</font> <face>Arial</face>
<background> <height>-10</height>
<mode>1</mode> <weight>400</weight>
<color>536870912</color> <family>2</family>
</background> <pitch>2</pitch>
</TextObject> <charset>0</charset>
<TextObject> </font>
<band>Detail</band> <background>
<alignment>1</alignment> <mode>1</mode>
<text>Work Shift:</text> <color>536870912</color>
<border>0</border> </background>
<color>0</color> </TextObject>
<x>301</x> <TextObject>
<y>111</y> <band>Detail</band>
<height>16</height> <alignment>1</alignment>
<width>74</width> <text>Result:</text>
<html> <border>0</border>
<valueishtml>0</valueishtml> <color>0</color>
</html> <x>62</x>
<name>shift_t</name> <y>191</y>
<visible>1</visible> <height>16</height>
<font> <width>65</width>
<face>Arial</face> <html>
<height>-10</height> <valueishtml>0</valueishtml>
<weight>400</weight> </html>
<family>2</family> <name>result_t</name>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <font>
</font> <face>Arial</face>
<background> <height>-10</height>
<mode>1</mode> <weight>400</weight>
<color>536870912</color> <family>2</family>
</background> <pitch>2</pitch>
</TextObject> <charset>0</charset>
<HtmlTable> </font>
<border>1</border> <background>
</HtmlTable> <mode>2</mode>
<HtmlGen> <color>67108864</color>
<clientevents>1</clientevents> </background>
<clientvalidation>1</clientvalidation> </TextObject>
<clientcomputedfields>1</clientcomputedfields> <ColumnObject>
<clientformatting>0</clientformatting> <band>Detail</band>
<clientscriptable>0</clientscriptable> <id>1</id>
<generatejavascript>1</generatejavascript> <alignment>0</alignment>
<encodeselflinkargs>1</encodeselflinkargs> <tabsequence>32766</tabsequence>
<netscapelayers>0</netscapelayers> <border>5</border>
</HtmlGen> <color>0</color>
<Export.XML> <x>131</x>
<headgroups>1</headgroups> <y>171</y>
<includewhitespace>0</includewhitespace> <height>16</height>
<metadatatype>0</metadatatype> <width>112</width>
<savemetadata>0</savemetadata> <format>dd/mm/yy</format>
</Export.XML> <html>
<Import.XML> <valueishtml>0</valueishtml>
</Import.XML> </html>
<Export.PDF> <name>attd_date</name>
<method>0</method> <visible>0</visible>
<distill.custompostscript>0</distill.custompostscript> <EditStyle style="editmask">
<xslfop.print>0</xslfop.print> <useformat>yes</useformat>
</Export.PDF> <mask>dd/mm/yy</mask>
</Sybase_eDataWindow> <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>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
...@@ -7,26 +7,29 @@ footer(height=0 color="536870912" ) ...@@ -7,26 +7,29 @@ footer(height=0 color="536870912" )
detail(height=23 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" ) 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(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=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) 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(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=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="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="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="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="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="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="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" ) 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" )
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="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=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=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=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=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=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=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" ) 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 )
......
...@@ -6,25 +6,25 @@ footer(height=0 color="536870912" ) ...@@ -6,25 +6,25 @@ footer(height=0 color="536870912" )
detail(height=392 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" ) 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(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=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) 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(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=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=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(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=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=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(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" ) 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)) ) 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/" )
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" ) 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="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="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 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="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" ) 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="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" ) 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=" ...@@ -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=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=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=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=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=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" ) 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 ...@@ -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" ) 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="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="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" ) 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