Commit 91fedd6b authored by jshaikh's avatar jshaikh

Added new option as (L-Leave) on dropdown of result field in daily attd screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198971 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dadb80b9
...@@ -13,7 +13,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -13,7 +13,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(1) updatewhereclause=yes name=status dbname="attendance_day.status" values="Used U/Not Used /" ) column=(type=char(1) updatewhereclause=yes name=status dbname="attendance_day.status" values="Used U/Not Used /" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(1) updatewhereclause=yes name=result dbname="attendance_day.result" values="Half Day H/Full Day F/Absent A/Weekly Off W/" ) column=(type=char(1) updatewhereclause=yes name=result dbname="attendance_day.result" values="Half Day H/Full Day F/Absent A/Leave L/" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" ) column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
column=(type=char(3000) updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" ) column=(type=char(3000) updatewhereclause=yes name=punch_str dbname="attendance_day.punch_str" )
column=(type=char(5) updatewhereclause=yes name=reason_code dbname="attendance_day.reason_code" ) column=(type=char(5) updatewhereclause=yes name=reason_code dbname="attendance_day.reason_code" )
......
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=1 color="536870912" ) footer(height=1 color="536870912" )
detail(height=372 color="536870912" ) detail(height=395 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="attendance_day.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="attendance_day.emp_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=attd_date dbname="attendance_day.attd_date" ) column=(type=datetime update=yes updatewhereclause=yes key=yes name=attd_date dbname="attendance_day.attd_date" )
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" )
...@@ -12,12 +12,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -12,12 +12,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
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(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" )
column=(type=char(1) update=yes updatewhereclause=yes name=day_no dbname="attendance_day.day_no" values="Sunday 1/Monday 2/Tuesday 3/Wednesday 4/Thursday 5/Friday 6/Saturday 7/" ) column=(type=char(1) update=yes updatewhereclause=yes name=day_no dbname="attendance_day.day_no" values="Sunday 1/Monday 2/Tuesday 3/Wednesday 4/Thursday 5/Friday 6/Saturday 7/" )
column=(type=char(1) update=yes updatewhereclause=yes name=result dbname="attendance_day.result" ) 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/" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" ) column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
column=(type=char(5) update=yes updatewhereclause=yes name=reason_code dbname="attendance_day.reason_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=reason_code dbname="attendance_day.reason_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) updatewhereclause=yes name=intime dbname="attendance_day.intime" ) column=(type=char(5) updatewhereclause=yes name=intime dbname="attendance_day.intime" )
column=(type=char(5) updatewhereclause=yes name=outtime dbname="attendance_day.outtime" ) column=(type=char(5) updatewhereclause=yes name=outtime dbname="attendance_day.outtime" )
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" )
...@@ -25,47 +25,50 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -25,47 +25,50 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=decimal(2) update=yes updatewhereclause=yes name=lunch_time dbname="attendance_day.lunch_time" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=lunch_time dbname="attendance_day.lunch_time" )
column=(type=char(5) updatewhereclause=yes name=prev_in_time dbname="attendance_day.prev_in_time" ) column=(type=char(5) updatewhereclause=yes name=prev_in_time dbname="attendance_day.prev_in_time" )
column=(type=char(5) updatewhereclause=yes name=prev_out_time dbname="attendance_day.prev_out_time" ) column=(type=char(5) updatewhereclause=yes name=prev_out_time dbname="attendance_day.prev_out_time" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.chg_date~") COLUMN(NAME=~"attendance_day.shift~") COLUMN(NAME=~"attendance_day.day_no~") COLUMN(NAME=~"attendance_day.result~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"attendance_day.reason_code~") COLUMN(NAME=~"attendance_day.punch_str~") COMPUTE(NAME=~"in_time as intime~") COMPUTE(NAME=~"out_time as outtime~") COLUMN(NAME=~"attendance_day.chg_user~") COLUMN(NAME=~"attendance_day.chg_term~") COLUMN(NAME=~"attendance_day.lunch_time~") COMPUTE(NAME=~"in_time as prev_in_time~") COMPUTE(NAME=~"out_time as prev_out_time~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.emp_code~" OP =~"=~" EXP2 =~":memp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"=~" EXP2 =~":mattd_date~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) ARG(NAME = ~"mattd_date~" TYPE = datetime) " update="ATTENDANCE_DAY" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string),("mattd_date", datetime)) ) column=(type=char(1) updatewhereclause=yes name=entry_mode dbname="entry_mode" initial="M" )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="6" height="356" width="566" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"attendance_day~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"attendance_day.emp_code~") COLUMN(NAME=~"attendance_day.attd_date~") COLUMN(NAME=~"attendance_day.in_time~") COLUMN(NAME=~"attendance_day.out_time~") COLUMN(NAME=~"attendance_day.status~") COLUMN(NAME=~"attendance_day.chg_date~") COLUMN(NAME=~"attendance_day.shift~") COLUMN(NAME=~"attendance_day.day_no~") COLUMN(NAME=~"attendance_day.result~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"attendance_day.reason_code~") COLUMN(NAME=~"attendance_day.punch_str~") COMPUTE(NAME=~"in_time as intime~") COMPUTE(NAME=~"out_time as outtime~") COLUMN(NAME=~"attendance_day.chg_user~") COLUMN(NAME=~"attendance_day.chg_term~") COLUMN(NAME=~"attendance_day.lunch_time~") COMPUTE(NAME=~"in_time as prev_in_time~") COMPUTE(NAME=~"out_time as prev_out_time~") COMPUTE(NAME=~"'M' as entry_mode~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"attendance_day.emp_code~" )WHERE( EXP1 =~"attendance_day.emp_code~" OP =~"=~" EXP2 =~":memp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"attendance_day.attd_date~" OP =~"=~" EXP2 =~":mattd_date~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) ARG(NAME = ~"mattd_date~" TYPE = datetime) " update="attendance_day" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string),("mattd_date", datetime)) )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="6" height="153" width="504" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Others"border="2" color="0" x="6" y="165" height="223" width="504" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="146" y="36" height="17" width="60" format="[general]" html.valueishtml="0" name=emp_code tag="Code of the employee." visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="146" y="36" height="17" width="60" format="[general]" html.valueishtml="0" name=emp_code tag="Code of the employee." visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="39" y="36" height="17" width="101" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="39" y="36" height="17" width="101" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="36" height="17" width="108" format="[general]" html.valueishtml="0" name=emp_fname tag="First name of the employee." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="36" height="17" width="108" format="[general]" html.valueishtml="0" name=emp_fname tag="First name of the employee." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="327" y="36" height="17" width="108" format="[general]" html.valueishtml="0" name=emp_lname tag="Last name of the employee." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="327" y="36" height="17" width="108" format="[general]" html.valueishtml="0" name=emp_lname tag="Last name of the employee." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="146" y="61" height="17" width="60" format="dd/mm/yy" html.valueishtml="0" name=attd_date tag="Date of attendance." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="360" y="61" height="17" width="75" format="[general]" html.valueishtml="0" name=day_no visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Shift :" border="0" color="0" x="39" y="86" height="17" width="101" html.valueishtml="0" name=shift_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Out Time :" border="0" color="0" x="254" y="111" height="17" width="101" html.valueishtml="0" name=outtime_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=40 border="5" color="0" x="360" y="112" height="16" width="75" format="[general]" html.valueishtml="0" name=outtime visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Punch String :" border="0" color="0" x="40" y="191" height="17" width="101" html.valueishtml="0" name=punch_str_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="147" y="191" height="46" width="272" 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.autovscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Lunch Time :" border="0" color="0" x="255" y="266" height="16" width="101" html.valueishtml="0" name=lunch_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=60 border="5" color="0" x="361" y="266" height="16" width="75" format="#0" html.valueishtml="0" name=lunch_time visible="1" editmask.mask="#0" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="(minutes)" border="0" color="0" x="443" y="266" height="16" width="50" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="InTime Org :" border="0" color="0" x="40" y="289" height="16" width="101" html.valueishtml="0" name=in_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="147" y="289" height="16" width="75" format="" html.valueishtml="0" protect="0~t1" name=in_time tag="In time of the employee for the shift." visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="OutTime Org :" border="0" color="0" x="255" y="289" height="16" width="101" html.valueishtml="0" name=out_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="361" y="289" height="16" width="75" format="" html.valueishtml="0" protect="0~t1" name=out_time tag="Out time of the employee for the shift." visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="40" y="312" height="16" width="101" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="147" y="312" height="16" width="75" format="dd/mm/yy" html.valueishtml="0" name=chg_date tag="Row modification date, for system purpose only" visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="255" y="312" height="16" width="101" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="361" y="312" height="16" width="75" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="40" y="335" height="16" width="101" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="147" y="335" height="16" width="75" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=70 border="0" color="0" x="143" y="361" height="16" width="69" format="[general]" html.valueishtml="0" name=entry_mode visible="0" edit.limit=1 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="344" y="361" height="16" width="25" format="[general]" html.valueishtml="0" name=prev_in_time visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="397" y="361" height="16" width="25" format="[general]" html.valueishtml="0" name=prev_out_time visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="In Time :" border="0" color="0" x="39" y="111" height="17" width="101" html.valueishtml="0" name=intime_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=15 alignment="0" tabsequence=30 border="5" color="0" x="146" y="111" height="17" width="60" format="[general]" html.valueishtml="0" name=intime visible="1" edit.limit=5 edit.case=upper edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Reason Code :" border="0" color="0" x="39" y="136" height="17" width="101" html.valueishtml="0" name=reason_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=50 border="5" color="0" x="146" y="136" height="16" width="75" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="361" y="244" height="16" width="75" format="[general]" html.valueishtml="0" name=result visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Work Site:" border="0" color="0" x="40" y="266" height="17" width="101" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="147" y="266" height="16" width="75" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="243" height="17" width="75" format="[general]" html.valueishtml="0" name=status tag="Status of the Attendance." visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Result :" border="0" color="0" x="255" y="244" height="16" width="101" html.valueishtml="0" name=result_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Status :" border="0" color="0" x="40" y="244" height="16" width="101" html.valueishtml="0" name=status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Date :" border="0" color="0" x="39" y="61" height="17" width="101" html.valueishtml="0" name=attd_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Date :" border="0" color="0" x="39" y="61" height="17" width="101" html.valueishtml="0" name=attd_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Shift :" border="0" color="0" x="255" y="61" height="17" width="101" html.valueishtml="0" name=shift_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=detail alignment="1" text="Week Day :" border="0" color="0" x="254" y="61" height="17" width="101" html.valueishtml="0" name=day_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="360" y="61" height="16" width="75" format="[general]" html.valueishtml="0" name=shift tag="The shift no. to which employee is working." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="146" y="61" height="17" width="60" format="dd/mm/yy" html.valueishtml="0" name=attd_date tag="Date of attendance." visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=30 border="5" color="0" x="146" y="86" height="17" width="60" format="[general]" html.valueishtml="0" name=intime visible="1" edit.limit=5 edit.case=upper edit.format="" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="146" y="86" height="17" width="60" format="[general]" html.valueishtml="0" name=shift tag="The shift no. to which employee is working." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="In Time :" border="0" color="0" x="39" y="86" height="17" width="101" html.valueishtml="0" name=intime_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Out Time :" border="0" color="0" x="255" y="86" height="17" width="101" html.valueishtml="0" name=outtime_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Status :" border="0" color="0" x="39" y="110" height="17" width="101" html.valueishtml="0" name=status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Week Day :" border="0" color="0" x="255" y="110" height="17" width="101" html.valueishtml="0" name=day_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Punch String :" border="0" color="0" x="39" y="134" height="17" width="101" html.valueishtml="0" name=punch_str_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=40 border="5" color="0" x="360" y="86" height="16" width="75" format="[general]" html.valueishtml="0" name=outtime visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="360" y="109" height="17" width="71" format="[general]" html.valueishtml="0" name=day_no visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=60 border="5" color="0" x="360" y="209" height="16" width="75" format="#0" html.valueishtml="0" name=lunch_time visible="1" editmask.mask="#0" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lunch Time :" border="0" color="0" x="254" y="209" height="16" width="101" html.valueishtml="0" name=lunch_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="146" y="209" height="16" width="75" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Work Site:" border="0" color="0" x="39" y="209" height="17" width="101" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="InTime Org :" border="0" color="0" x="39" y="232" height="16" width="101" html.valueishtml="0" name=in_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="146" y="232" height="16" width="75" format="" html.valueishtml="0" protect="0~t1" name=in_time tag="In time of the employee for the shift." visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="OutTime Org :" border="0" color="0" x="254" y="232" height="16" width="101" html.valueishtml="0" name=out_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="360" y="232" height="16" width="75" format="" html.valueishtml="0" protect="0~t1" name=out_time tag="Out time of the employee for the shift." visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="360" y="255" height="16" width="75" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="254" y="255" height="16" width="101" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="146" y="255" height="16" width="75" format="dd/mm/yy" html.valueishtml="0" name=chg_date tag="Row modification date, for system purpose only" visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="39" y="255" height="16" width="101" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="39" y="278" height="16" width="101" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="146" y="278" height="16" width="75" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="(minutes)" border="0" color="0" x="442" y="209" height="16" width="50" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="146" y="110" height="17" width="70" format="[general]" html.valueishtml="0" name=status tag="Status of the Attendance." visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="146" y="134" height="46" width="272" 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.autovscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="0" x="343" y="304" height="16" width="25" format="[general]" html.valueishtml="0" name=prev_in_time visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="396" y="304" height="16" width="25" format="[general]" html.valueishtml="0" name=prev_out_time visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="360" y="187" height="16" width="75" format="[general]" html.valueishtml="0" name=result visible="1" edit.limit=1 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Result :" border="0" color="0" x="254" y="187" height="16" width="101" html.valueishtml="0" name=result_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=50 border="5" color="0" x="146" y="187" height="16" width="75" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Reason Code :" border="0" color="0" x="39" y="187" height="17" width="101" html.valueishtml="0" name=reason_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
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