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
......@@ -7,26 +7,29 @@ footer(height=0 color="536870912" )
detail(height=23 color="536870912" )
table(column=(type=datetime update=yes updatewhereclause=yes key=yes name=attd_date dbname="attendance_day.attd_date" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="attendance_day.emp_code" )
column=(type=char(3000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(1000) update=yes updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(5) update=yes updatewhereclause=yes name=in_time dbname="attendance_day.in_time" )
column=(type=char(5) update=yes updatewhereclause=yes name=out_time dbname="attendance_day.out_time" )
column=(type=char(5) updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="attendance_day.status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.attd_date~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
column=(type=char(1) update=yes updatewhereclause=yes name=result dbname="attendance_day.result" values="Half Day H/Full Day F/Absent A/Leave L/Weekly Off W/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.punch_str~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.result~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.attd_date~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="2" text="Attendance Date" border="6" color="33554432" x="2" y="1" height="16" width="102" html.valueishtml="0" name=attd_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="106" y="1" height="16" width="99" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Site Code" border="6" color="33554432" x="574" y="1" height="16" width="89" html.valueishtml="0" name=emp_site_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="In Time" border="6" color="33554432" x="459" y="1" height="16" width="56" html.valueishtml="0" name=in_time_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Out Time" border="6" color="33554432" x="517" y="1" height="16" width="55" html.valueishtml="0" name=out_time_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Customer Name" border="6" color="33554432" x="207" y="1" height="16" width="250" html.valueishtml="0" name=punch_str_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="665" y="1" height="16" width="43" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="665" y="0" height="16" width="43" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="2" text="Status" border="6" color="33554432" x="665" y="1" height="16" width="44" html.valueishtml="0" name=status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Result" border="6" color="33554432" x="711" y="1" height="16" width="59" html.valueishtml="0" name=result_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="665" y="0" height="16" width="44" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="0" height="16" width="102" format="[shortdate] [time]" html.valueishtml="0" name=attd_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="106" y="0" height="16" width="99" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="574" y="0" height="19" width="89" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="459" y="0" height="16" width="56" format="[general]" html.valueishtml="0" name=in_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="517" y="0" height="16" width="55" format="[general]" html.valueishtml="0" name=out_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="207" y="0" height="16" width="250" format="[general]" html.valueishtml="0" name=punch_str visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="711" y="1" height="16" width="59" format="[general]" html.valueishtml="0" name=result visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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