Commit f2f051ff authored by dpingle's avatar dpingle

* Updated XML, SQL and SRD file on [09/10/19]

perk_claim11.xml
perk_claim12.xml
perk_claim13.xml
perk_claim14.xml
perk_claim21.xml
perk_claim22.xml
perk_claim23.xml
perk_claim24.xml
w_perk_claim.sql
d_empad_claim_othdedn_brow.srd
d_empad_claim_othdedn_edit.srd
d_perk_claim_brow.srd
d_perk_claim_det_brow.srd
d_perk_claim_det_edit.srd
d_perk_claim_edit.srd
d_perk_claim_hdr_brow.srd
d_perk_claim_hdr_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209105 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 797470a6
......@@ -21,7 +21,6 @@ Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_E
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,CLOSE_ICON,OPEN_ICON,OBJ_TYPE,CHG_DATE,CHG_TERM,CHG_USER,MOB_DEPLOY,DEFAULT_STATE,DEF_ACTION,MOB_DEPLY,ENT_TYPES) values ('ADP',4,69,0,0,0,'w_perk_claim','Perk Claim Load',null,'ADP.4.69.0.0.0',null,null,null,'T',null,null,null,'B',null,null,'B','0 ');
update itm2menu set icon_path='Perk_claim.png' , close_icon = 'Perk_claimwht.png' where win_name='w_perk_claim';
----------------------------------------------------- OBJ_ACTIONS
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('perk_claim',39,'ibase/resource/objaction/exprtExl.svg','Export To Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,1);
......@@ -63,12 +62,51 @@ Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVIC
--------------------------------------------------------[07/10/19]Start
update itm2menu set ICON_PATH='Perkclaim.png' , CLOSE_ICON='Perkclaimwht.png' where WIN_NAME='w_perk_claim';
UPDATE obj_forms
SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{emp_fname} {emp_lname} (<b>{emp_code}</b>) </b>, <b>{sh_descr}</b> (<b>{ad_code}</b>) </br>
Effective Date : <b>{eff_date}</b>, Balance Amount <b>{bal_amt}</b>, Claimed Amount <b>{claim_amt}</b> <span style="float:right;"> <b> {chg_date} </b> </span> <br/>
<span style="float:right;"> <b>{tran_id}<b> </span>
</span>
</html>' WHERE WIN_NAME='w_perk_claim' and title='Claim Detail';
UPDATE obj_forms
SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{sh_descr}</b> (<b>{ad_code}</b>), Line No <b>{line_no}</b> </br>
Effective Date : <b>{eff_date}</b>, Balance Amount <b>{bal_amt}</b>, Adjusted Amount <b>{adj_amt}</b> <span style="float:right;"> <b> {chg_date} </b> </span> <br/>
<span style="float:right;"> <b>{tran_id}<b> </span>
</span>
</html>' WHERE WIN_NAME='w_perk_claim' and title='Loan Adjusted';
UPDATE obj_forms
SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{emp_fname} {emp_lname} (<b>{emp_code}</b>) </b>, Ad Code <b>{sh_descr}</b> (<b>{ad_code}</b>) </br>
Pay Site : <b>{pay_site} <span style="float:right;"> <b> {chg_date} </b> </span> <br/>
<span style="float:right;"> <b>{tran_id}<b> </span>
</span>
</html>' WHERE WIN_NAME='w_perk_claim' and title='Perk';
UPDATE obj_forms
SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{allwdedn_descr}</b> (<b>{ad_code}</b>), Line No <b>{line_no}</b> </br>
Effective Date : <b>{eff_date}, Base Amount <b>{base_amt} <br/> Slab Amount <b>{slab_amt} <span style="float:right;"> <b> {chg_date} </b> </span> <br/>
<span style="float:right;"> <b>{tran_id}<b> </span>
</span>
</html>' WHERE WIN_NAME='w_perk_claim' and title='Other Deduction';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_perk_claim' and title='Perk';
update TRANSETUP set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_perk_claim';
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('AD_CODE','W_PERK_CLAIM','SELECT AD_CODE, DESCR FROM ALLWDEDN',null,'Allowance/Deduction',null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','1',null,null,null,null,null,null,null,null,null,'2',null,'3','AdCodeImages','ad_code','descr','2 ',null,null,null,null,null,null,null);
--------------------------------------------------------[07/10/19]Start
......
......@@ -144,55 +144,19 @@
<name>pay_site</name>
<dbname>employee.pay_site</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>emp_adclaimhdr.confirmed</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>emp_adclaimhdr.conf_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__appr</name>
<dbname>emp_adclaimhdr.emp_code__appr</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>ref_no__pvouch</name>
<dbname>emp_adclaimhdr.ref_no__pvouch</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>pay_mode</name>
<dbname>emp_adclaimhdr.pay_mode</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>bank_code</name>
<dbname>emp_adclaimhdr.bank_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>net_amt_pay</name>
<dbname>emp_adclaimhdr.net_amt_pay</dbname>
<name>confirmed</name>
<dbname>emp_adclaimhdr.confirmed</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaimhdr&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaimhdr.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.tran_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ad_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.confirmed&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.conf_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code__appr&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ref_no__pvouch&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.pay_mode&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.bank_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.net_amt_pay&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimhdr.ad_code&quot; ) JOIN (LEFT=&quot;emp_adclaimhdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;emp_adclaimhdr.tran_date&quot; OP =&quot;between&quot; EXP2 =&quot;:ad_ret1 and :ad_ret2&quot; ) ) ARG(NAME = &quot;ad_ret1&quot; TYPE = datetime) ARG(NAME = &quot;ad_ret2&quot; TYPE = datetime) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaimhdr&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaimhdr.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.tran_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ad_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.confirmed&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimhdr.ad_code&quot; ) JOIN (LEFT=&quot;emp_adclaimhdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;emp_adclaimhdr.tran_date&quot; OP =&quot;between&quot; EXP2 =&quot;:ad_ret1 and :ad_ret2&quot; ) ) ARG(NAME = &quot;ad_ret1&quot; TYPE = datetime) ARG(NAME = &quot;ad_ret2&quot; TYPE = datetime) </retrieve>
<update>emp_adclaimhdr</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -264,17 +228,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code</text>
<text>Claimed Amount</text>
<border>6</border>
<color>0</color>
<x>168</x>
<x>705</x>
<y>1</y>
<height>16</height>
<width>81</width>
<width>104</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<name>claim_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -292,17 +256,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Fname</text>
<text>Loan Adjusted</text>
<border>6</border>
<color>0</color>
<x>251</x>
<y>2</y>
<x>811</x>
<y>1</y>
<height>16</height>
<width>81</width>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_t</name>
<name>loan_adjamt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -320,17 +284,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Lname</text>
<text>Chg Date</text>
<border>6</border>
<color>0</color>
<x>334</x>
<y>2</y>
<x>1092</x>
<y>1</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -348,73 +312,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>417</x>
<y>2</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Descr</text>
<border>6</border>
<color>0</color>
<x>500</x>
<y>2</y>
<height>16</height>
<width>155</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Claim Amt</text>
<text>Chg User</text>
<border>6</border>
<color>0</color>
<x>657</x>
<x>1175</x>
<y>1</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt_t</name>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -432,17 +340,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Loan Adjamt</text>
<text>Chg Term</text>
<border>6</border>
<color>0</color>
<x>740</x>
<x>1258</x>
<y>1</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loan_adjamt_t</name>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -459,18 +367,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Prd Code Payroll</text>
<alignment>0</alignment>
<text>Pay Site</text>
<border>6</border>
<color>0</color>
<x>918</x>
<x>1341</x>
<y>1</y>
<height>16</height>
<width>98</width>
<width>61</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code__payroll_t</name>
<name>pay_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -488,17 +396,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Payroll Voucher</text>
<text>Employee Code</text>
<border>6</border>
<color>0</color>
<x>1018</x>
<x>168</x>
<y>1</y>
<height>16</height>
<width>87</width>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher_t</name>
<name>emp_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -515,186 +423,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Pay Site</text>
<alignment>2</alignment>
<text>First Name</text>
<border>6</border>
<color>0</color>
<x>1107</x>
<x>277</x>
<y>1</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>confirmed</text>
<border>6</border>
<color>0</color>
<x>1216</x>
<y>2</y>
<height>16</height>
<width>115</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Confirm On</text>
<border>6</border>
<color>0</color>
<x>1333</x>
<y>2</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Approver</text>
<border>6</border>
<color>0</color>
<x>1416</x>
<y>2</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__appr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Bank Code</text>
<border>6</border>
<color>0</color>
<x>1499</x>
<y>2</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Pay Mode</text>
<border>6</border>
<color>0</color>
<x>1582</x>
<y>2</y>
<height>16</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_mode_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>PVouch Ref No.</text>
<border>6</border>
<color>0</color>
<x>1644</x>
<y>2</y>
<height>16</height>
<width>81</width>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no__pvouch_t</name>
<name>emp_fname_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -705,24 +445,24 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Date</text>
<text>Last Name</text>
<border>6</border>
<color>0</color>
<x>1727</x>
<y>2</y>
<x>388</x>
<y>1</y>
<height>16</height>
<width>81</width>
<width>118</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<name>emp_lname_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -740,17 +480,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg User</text>
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>1810</x>
<y>2</y>
<x>508</x>
<y>1</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -768,17 +508,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Term</text>
<text>Short Description</text>
<border>6</border>
<color>0</color>
<x>1893</x>
<y>2</y>
<x>591</x>
<y>1</y>
<height>16</height>
<width>81</width>
<width>112</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>sh_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -796,127 +536,18 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Net Amt Pay</text>
<text>Payroll Voucher</text>
<border>6</border>
<color>33554432</color>
<x>823</x>
<y>1</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt_pay_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>85</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>DD/MM/YY </mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>168</x>
<x>994</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>[general]</format>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<name>payroll_voucher_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -926,34 +557,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Payroll Period</text>
<border>6</border>
<color>0</color>
<x>251</x>
<x>906</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>[general]</format>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<name>prd_code__payroll_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -963,34 +585,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<text>Confirmed</text>
<border>6</border>
<color>0</color>
<x>334</x>
<x>1404</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>[general]</format>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<name>confirmed_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1000,18 +613,18 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>417</x>
<x>2</x>
<y>1</y>
<height>17</height>
<width>81</width>
......@@ -1019,10 +632,10 @@
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1043,27 +656,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<id>2</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>500</x>
<y>2</y>
<x>85</x>
<y>1</y>
<height>17</height>
<width>155</width>
<format>[general]</format>
<width>81</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<EditStyle style="editmask">
<mask>DD/MM/YY </mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -1082,14 +693,14 @@
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>657</x>
<x>705</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>########0.000</format>
<width>104</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -1117,14 +728,14 @@
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>740</x>
<x>811</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>########0.000</format>
<width>93</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -1150,23 +761,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>8</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>918</x>
<x>1092</x>
<y>1</y>
<height>17</height>
<width>98</width>
<format>[general]</format>
<width>81</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code__payroll</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1187,23 +798,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1018</x>
<x>1175</x>
<y>1</y>
<height>17</height>
<width>87</width>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1224,25 +835,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1107</x>
<x>1258</x>
<y>1</y>
<height>17</height>
<width>107</width>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>15</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1260,25 +872,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>1216</x>
<y>2</y>
<height>16</height>
<width>115</width>
<x>168</x>
<y>1</y>
<height>17</height>
<width>107</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1296,63 +909,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>1333</x>
<y>2</y>
<height>17</height>
<width>81</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1416</x>
<y>2</y>
<x>277</x>
<y>1</y>
<height>17</height>
<width>81</width>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__appr</name>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1370,26 +946,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1499</x>
<y>2</y>
<x>388</x>
<y>1</y>
<height>17</height>
<width>81</width>
<width>118</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code</name>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1407,26 +983,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>1582</x>
<y>2</y>
<x>508</x>
<y>1</y>
<height>17</height>
<width>60</width>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_mode</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1444,26 +1020,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1644</x>
<y>2</y>
<x>591</x>
<y>1</y>
<height>17</height>
<width>81</width>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no__pvouch</name>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1481,26 +1057,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1727</x>
<y>2</y>
<x>1341</x>
<y>1</y>
<height>17</height>
<width>81</width>
<format>dd/mm/yy</format>
<width>61</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>pay_site</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -1518,23 +1093,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>1810</x>
<y>2</y>
<x>994</x>
<y>1</y>
<height>17</height>
<width>81</width>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>payroll_voucher</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>1</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1555,23 +1130,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>1893</x>
<y>2</y>
<x>906</x>
<y>1</y>
<height>17</height>
<width>81</width>
<width>86</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>prd_code__payroll</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>6</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1592,26 +1167,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>823</x>
<x>1404</x>
<y>1</y>
<height>16</height>
<width>93</width>
<height>17</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt_pay</name>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......
......@@ -162,12 +162,12 @@
<dbname>employee.pay_site</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaim&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaim.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaim.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaim.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaim.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaim.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaim.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaim.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaim.tran_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.emp_code&quot; ) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaim.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tran_id ) )&quot; ) ) ARG(NAME = &quot;as_tran_id&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaim&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaim.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaim.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaim.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaim.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaim.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaim.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaim.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaim.tran_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.emp_code&quot; ) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaim.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tran_id ) )&quot; ) ) ARG(NAME = &quot;as_tran_id&quot; TYPE = string) </retrieve>
<update>emp_adclaim</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -179,7 +179,7 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<text>Transaction Id</text>
<border>6</border>
<color>0</color>
<x>2</x>
......@@ -207,7 +207,7 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Date</text>
<text>Transaction Date</text>
<border>6</border>
<color>0</color>
<x>105</x>
......@@ -235,13 +235,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code</text>
<text>Employee Code</text>
<border>6</border>
<color>0</color>
<x>217</x>
<y>2</y>
<height>16</height>
<width>55</width>
<width>120</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -263,13 +263,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Fname</text>
<text>First Name</text>
<border>6</border>
<color>0</color>
<x>274</x>
<x>339</x>
<y>2</y>
<height>16</height>
<width>80</width>
<width>116</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -291,13 +291,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Lname</text>
<text>Last Name</text>
<border>6</border>
<color>0</color>
<x>356</x>
<x>457</x>
<y>2</y>
<height>16</height>
<width>80</width>
<width>130</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -322,7 +322,7 @@
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>438</x>
<x>589</x>
<y>2</y>
<height>16</height>
<width>53</width>
......@@ -346,18 +346,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Descr</text>
<alignment>2</alignment>
<text>Short Description</text>
<border>6</border>
<color>33554432</color>
<x>493</x>
<color>0</color>
<x>644</x>
<y>2</y>
<height>16</height>
<width>215</width>
<width>113</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_t</name>
<name>sh_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -368,20 +368,20 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217728</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Eff Date</text>
<text>Effective Date</text>
<border>6</border>
<color>0</color>
<x>710</x>
<x>759</x>
<y>2</y>
<height>16</height>
<width>59</width>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -403,13 +403,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Bal Amt</text>
<text>Balance Amount</text>
<border>6</border>
<color>0</color>
<x>771</x>
<x>849</x>
<y>2</y>
<height>16</height>
<width>60</width>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -431,13 +431,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Claim Amt</text>
<text>Claimed Amount</text>
<border>6</border>
<color>0</color>
<x>833</x>
<x>952</x>
<y>2</y>
<height>16</height>
<width>60</width>
<width>104</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -459,13 +459,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Loan Adjamt</text>
<text>Loan Adjusted</text>
<border>6</border>
<color>0</color>
<x>895</x>
<x>1058</x>
<y>2</y>
<height>16</height>
<width>80</width>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -490,7 +490,7 @@
<text>Payroll Voucher</text>
<border>6</border>
<color>0</color>
<x>977</x>
<x>1161</x>
<y>2</y>
<height>16</height>
<width>94</width>
......@@ -515,13 +515,13 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Prd Code Payroll</text>
<text>Payroll Period</text>
<border>6</border>
<color>0</color>
<x>1073</x>
<x>1257</x>
<y>2</y>
<height>16</height>
<width>113</width>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -542,18 +542,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Pay Site</text>
<alignment>0</alignment>
<text>Chg Date</text>
<border>6</border>
<color>0</color>
<x>1188</x>
<x>1411</x>
<y>2</y>
<height>16</height>
<width>54</width>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -571,17 +571,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Date</text>
<text>Chg User</text>
<border>6</border>
<color>0</color>
<x>1244</x>
<x>1485</x>
<y>2</y>
<height>16</height>
<width>60</width>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -592,24 +592,24 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg User</text>
<text>Chg Term</text>
<border>6</border>
<color>0</color>
<x>1306</x>
<x>1568</x>
<y>2</y>
<height>16</height>
<width>51</width>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_2</name>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -620,24 +620,24 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Term</text>
<alignment>2</alignment>
<text>Pay Site</text>
<border>6</border>
<color>0</color>
<x>1359</x>
<x>1355</x>
<y>2</y>
<height>16</height>
<width>76</width>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_3</name>
<name>pay_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -648,8 +648,8 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
......@@ -734,7 +734,7 @@
<x>217</x>
<y>0</y>
<height>17</height>
<width>55</width>
<width>120</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -768,10 +768,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>274</x>
<x>339</x>
<y>0</y>
<height>17</height>
<width>80</width>
<width>116</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -805,10 +805,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>356</x>
<x>457</x>
<y>0</y>
<height>17</height>
<width>80</width>
<width>130</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -842,7 +842,7 @@
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>438</x>
<x>589</x>
<y>0</y>
<height>17</height>
<width>53</width>
......@@ -876,24 +876,24 @@
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>493</x>
<y>1</y>
<height>16</height>
<width>215</width>
<x>644</x>
<y>0</y>
<height>17</height>
<width>113</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -913,13 +913,13 @@
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>710</x>
<x>759</x>
<y>0</y>
<height>17</height>
<width>59</width>
<width>88</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
......@@ -948,14 +948,14 @@
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>771</x>
<x>849</x>
<y>0</y>
<height>17</height>
<width>60</width>
<format>########0.000</format>
<width>101</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -985,14 +985,14 @@
<band>Detail</band>
<id>6</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>833</x>
<x>952</x>
<y>0</y>
<height>17</height>
<width>60</width>
<format>########0.000</format>
<width>104</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -1022,14 +1022,14 @@
<band>Detail</band>
<id>7</id>
<alignment>1</alignment>
<tabsequence>90</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>895</x>
<x>1058</x>
<y>0</y>
<height>17</height>
<width>80</width>
<format>########0.000</format>
<width>101</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -1059,12 +1059,12 @@
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>977</x>
<x>1161</x>
<y>0</y>
<height>18</height>
<height>17</height>
<width>94</width>
<format>[general]</format>
<html>
......@@ -1096,13 +1096,13 @@
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>1073</x>
<x>1257</x>
<y>0</y>
<height>17</height>
<width>113</width>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1133,12 +1133,12 @@
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>1188</x>
<x>1355</x>
<y>0</y>
<height>16</height>
<height>17</height>
<width>54</width>
<format>[general]</format>
<html>
......@@ -1169,13 +1169,13 @@
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>1244</x>
<x>1411</x>
<y>0</y>
<height>17</height>
<width>60</width>
<width>72</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1204,13 +1204,13 @@
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>1306</x>
<x>1485</x>
<y>0</y>
<height>17</height>
<width>51</width>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1240,10 +1240,10 @@
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<tabsequence>140</tabsequence>
<border>5</border>
<color>0</color>
<x>1359</x>
<x>1568</x>
<y>0</y>
<height>17</height>
<width>76</width>
......
......@@ -107,12 +107,12 @@
<dbname>emp_adclaimdet.ref_no</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaimdet&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaimdet.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimdet.line_no&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaimdet.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaimdet.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.adj_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_type&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_no&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimdet.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimdet.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaimdet&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaimdet.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimdet.line_no&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaimdet.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaimdet.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.adj_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_type&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_no&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimdet.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimdet.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<update>emp_adclaimdet</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -124,7 +124,7 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<text>Transaction Id</text>
<border>6</border>
<color>0</color>
<x>2</x>
......@@ -208,17 +208,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Eff Date</text>
<text>Balance Amount</text>
<border>6</border>
<color>0</color>
<x>453</x>
<x>447</x>
<y>2</y>
<height>16</height>
<width>110</width>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<name>bal_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -235,18 +235,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Descr</text>
<alignment>2</alignment>
<text>Adjusted Amount</text>
<border>6</border>
<color>0</color>
<x>223</x>
<x>548</x>
<y>2</y>
<height>16</height>
<width>228</width>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_t</name>
<name>adj_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -264,17 +264,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Bal Amt</text>
<text>Short Description</text>
<border>6</border>
<color>0</color>
<x>565</x>
<x>223</x>
<y>2</y>
<height>16</height>
<width>60</width>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_amt_t</name>
<name>sh_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -292,17 +292,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Adj Amt</text>
<text>Effective Date</text>
<border>6</border>
<color>0</color>
<x>627</x>
<x>335</x>
<y>2</y>
<height>16</height>
<width>61</width>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>adj_amt_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -320,17 +320,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Ref Type</text>
<text>Reference No</text>
<border>6</border>
<color>0</color>
<x>690</x>
<x>750</x>
<y>2</y>
<height>16</height>
<width>79</width>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_type_t</name>
<name>ref_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -348,17 +348,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Ref No</text>
<text>Reference Type</text>
<border>6</border>
<color>0</color>
<x>771</x>
<x>658</x>
<y>2</y>
<height>16</height>
<width>80</width>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no_t</name>
<name>ref_type_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -449,25 +449,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>453</x>
<x>162</x>
<y>1</y>
<height>19</height>
<width>110</width>
<format>dd/mm/yy</format>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -484,25 +486,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>565</x>
<x>223</x>
<y>1</y>
<height>19</height>
<width>60</width>
<format>########0.000</format>
<width>110</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_amt</name>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -519,23 +523,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<id>4</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>627</x>
<x>335</x>
<y>1</y>
<height>19</height>
<width>61</width>
<format>########0.000</format>
<width>110</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>adj_amt</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
......@@ -554,27 +558,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<id>5</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>690</x>
<x>447</x>
<y>1</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<width>99</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_type</name>
<name>bal_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -591,27 +593,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<id>6</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>771</x>
<x>548</x>
<y>1</y>
<height>19</height>
<width>80</width>
<format>[general]</format>
<width>108</width>
<format>0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no</name>
<name>adj_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -628,23 +628,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>8</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>162</x>
<x>750</x>
<y>1</y>
<height>19</height>
<width>59</width>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>ref_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>15</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -665,26 +665,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>7</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>223</x>
<x>658</x>
<y>1</y>
<height>19</height>
<width>228</width>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>ref_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......
......@@ -209,17 +209,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Ad Code</text>
<text>Transaction Id</text>
<border>6</border>
<color>33554432</color>
<x>196</x>
<x>2</x>
<y>2</y>
<height>16</height>
<width>50</width>
<width>91</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -237,17 +237,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Base Amt</text>
<text>Ad Code</text>
<border>6</border>
<color>33554432</color>
<x>488</x>
<x>243</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>base_amt_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -265,17 +265,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Slab Amt</text>
<text>Base Amount</text>
<border>6</border>
<color>33554432</color>
<x>562</x>
<x>549</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_amt_t</name>
<name>base_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -293,17 +293,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Result Amt</text>
<text>Slab Amount</text>
<border>6</border>
<color>33554432</color>
<x>636</x>
<x>657</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_amt_t</name>
<name>slab_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -321,17 +321,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Calc Amt</text>
<text>Result Amount</text>
<border>6</border>
<color>33554432</color>
<x>710</x>
<x>749</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_amt_t</name>
<name>result_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -349,17 +349,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Amount</text>
<text>Calculated Amount</text>
<border>6</border>
<color>33554432</color>
<x>784</x>
<x>849</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>118</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount_t</name>
<name>calc_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -377,17 +377,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Seq No</text>
<text>Amount</text>
<border>6</border>
<color>33554432</color>
<x>858</x>
<x>969</x>
<y>2</y>
<height>16</height>
<width>43</width>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>seq_no_t</name>
<name>amount_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -405,17 +405,17 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Rnd Off</text>
<text>Seq No</text>
<border>6</border>
<color>33554432</color>
<x>903</x>
<x>1043</x>
<y>2</y>
<height>16</height>
<width>43</width>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_off_t</name>
<name>seq_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -432,18 +432,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Allwdedn Descr</text>
<alignment>2</alignment>
<text>Rnd Off</text>
<border>6</border>
<color>33554432</color>
<x>248</x>
<x>1099</x>
<y>2</y>
<height>16</height>
<width>238</width>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr_t</name>
<name>rnd_off_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -460,18 +460,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<alignment>0</alignment>
<text>Description</text>
<border>6</border>
<color>33554432</color>
<x>2</x>
<x>309</x>
<y>2</y>
<height>19</height>
<width>66</width>
<height>16</height>
<width>238</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<name>allwdedn_descr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -492,10 +492,10 @@
<text>Line No</text>
<border>6</border>
<color>33554432</color>
<x>70</x>
<x>95</x>
<y>2</y>
<height>19</height>
<width>44</width>
<height>16</height>
<width>53</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -520,10 +520,10 @@
<text>Effective Date</text>
<border>6</border>
<color>33554432</color>
<x>116</x>
<x>150</x>
<y>2</y>
<height>19</height>
<width>78</width>
<height>16</height>
<width>91</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -548,10 +548,10 @@
<text>Rnd To</text>
<border>6</border>
<color>33554432</color>
<x>948</x>
<x>1165</x>
<y>2</y>
<height>16</height>
<width>72</width>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -576,10 +576,10 @@
<text>Post</text>
<border>6</border>
<color>33554432</color>
<x>1022</x>
<x>1247</x>
<y>2</y>
<height>16</height>
<width>27</width>
<width>34</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -600,23 +600,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>196</x>
<x>2</x>
<y>2</y>
<height>19</height>
<width>50</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -638,23 +638,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>1</alignment>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>488</x>
<x>243</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>64</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>base_amt</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -676,20 +676,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>9</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>562</x>
<x>549</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>106</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_amt</name>
<name>base_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -714,20 +714,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>636</x>
<x>657</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_amt</name>
<name>slab_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -752,20 +752,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>11</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>710</x>
<x>749</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_amt</name>
<name>result_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -790,20 +790,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>12</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>784</x>
<x>849</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>118</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount</name>
<name>calc_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -828,23 +828,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<id>13</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>858</x>
<x>969</x>
<y>2</y>
<height>19</height>
<width>43</width>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>seq_no</name>
<name>amount</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -866,23 +866,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>903</x>
<x>1043</x>
<y>2</y>
<height>19</height>
<width>43</width>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_off</name>
<name>seq_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -904,26 +904,27 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>248</x>
<x>1099</x>
<y>2</y>
<height>19</height>
<width>238</width>
<width>64</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr</name>
<name>rnd_off</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -941,27 +942,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<x>309</x>
<y>2</y>
<height>19</height>
<width>66</width>
<width>238</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -984,10 +984,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>70</x>
<x>95</x>
<y>2</y>
<height>19</height>
<width>44</width>
<width>53</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1021,10 +1021,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>116</x>
<x>150</x>
<y>2</y>
<height>19</height>
<width>78</width>
<width>91</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1056,10 +1056,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>948</x>
<x>1165</x>
<y>2</y>
<height>19</height>
<width>72</width>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -1094,10 +1094,10 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1022</x>
<x>1247</x>
<y>2</y>
<height>19</height>
<width>27</width>
<width>34</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>248</height>
<height>512</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -88,6 +88,7 @@
<values>
<item display="Payroll" data="P"/>
<item display="Voucher" data="V"/>
<item display="Lapse" data="L"/>
</values>
</table_column>
<table_column>
......@@ -128,13 +129,13 @@
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name>
<name>employee_emp_fname</name>
<dbname>employee.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name>
<name>employee_emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column>
......@@ -143,63 +144,21 @@
<name>pay_site</name>
<dbname>employee.pay_site</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>emp_adclaimhdr.confirmed</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>emp_adclaimhdr.conf_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__appr</name>
<dbname>emp_adclaimhdr.emp_code__appr</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ref_no__pvouch</name>
<dbname>emp_adclaimhdr.ref_no__pvouch</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pay_mode</name>
<dbname>emp_adclaimhdr.pay_mode</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_code</name>
<dbname>emp_adclaimhdr.bank_code</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>net_amt_pay</name>
<dbname>emp_adclaimhdr.net_amt_pay</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
<name>confirmed</name>
<dbname>emp_adclaimhdr.confirmed</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaimhdr&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaimhdr.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.tran_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ad_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.confirmed&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.conf_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code__appr&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ref_no__pvouch&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.pay_mode&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.bank_code&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.net_amt_pay&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimhdr.ad_code&quot; ) JOIN (LEFT=&quot;emp_adclaimhdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimhdr.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<update>emp_adclaimhdr</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaimhdr&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaimhdr.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.tran_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.ad_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;emp_adclaimhdr.confirmed&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimhdr.ad_code&quot; ) JOIN (LEFT=&quot;emp_adclaimhdr.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimhdr.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<update>EMP_ADCLAIMHDR</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -207,27 +166,105 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>33554432</color>
<x>13</x>
<y>225</y>
<height>70</height>
<width>510</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>16</x>
<y>4</y>
<height>213</height>
<width>506</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction Date :</text>
<border>0</border>
<color>0</color>
<x>290</x>
<y>35</y>
<height>16</height>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>111</x>
<y>103</y>
<x>130</x>
<y>35</y>
<height>16</height>
<width>106</width>
<width>101</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -243,21 +280,31 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claim Mode:</text>
<border>0</border>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>12</x>
<y>103</y>
<x>130</x>
<y>63</y>
<height>16</height>
<width>95</width>
<width>101</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher_t</name>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -267,25 +314,35 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Prd Code Payroll:</text>
<border>0</border>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>314</x>
<y>103</y>
<x>238</x>
<y>61</y>
<height>16</height>
<width>95</width>
<width>117</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code__payroll_t</name>
<name>employee_emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -295,24 +352,24 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>12632256</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Code:</text>
<text>Transaction Id :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>127</y>
<color>0</color>
<x>31</x>
<y>35</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -324,23 +381,23 @@
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pay Mode:</text>
<text>Employee Code :</text>
<border>0</border>
<color>33554432</color>
<x>180</x>
<y>127</y>
<color>0</color>
<x>31</x>
<y>63</y>
<height>16</height>
<width>65</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_mode_t</name>
<name>emp_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -352,23 +409,23 @@
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pay Site:</text>
<text>Ad Code :</text>
<border>0</border>
<color>0</color>
<x>327</x>
<y>127</y>
<x>31</x>
<y>91</y>
<height>16</height>
<width>63</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -385,26 +442,27 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<id>14</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>249</x>
<y>128</y>
<x>414</x>
<y>91</y>
<height>16</height>
<width>58</width>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_mode</name>
<name>pay_site</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -423,17 +481,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmed :</text>
<text>Pay Site :</text>
<border>0</border>
<color>0</color>
<x>12</x>
<y>150</y>
<x>340</x>
<y>91</y>
<height>16</height>
<width>95</width>
<width>70</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<name>pay_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -444,34 +502,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Loan Adjusted :</text>
<border>0</border>
<color>0</color>
<x>111</x>
<y>128</y>
<x>317</x>
<y>119</y>
<height>16</height>
<width>51</width>
<format>[general]</format>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code</name>
<name>loan_adjamt_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -481,25 +530,32 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<text>Confirm On:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>173</y>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>414</x>
<y>119</y>
<height>16</height>
<width>95</width>
<width>73</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<name>loan_adjamt</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -509,25 +565,32 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<text>Claim Amt:</text>
<border>0</border>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>12</x>
<y>79</y>
<x>130</x>
<y>119</y>
<height>16</height>
<width>95</width>
<width>73</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt_t</name>
<name>claim_amt</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -537,24 +600,24 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Net Pay:</text>
<text>Payroll Voucher :</text>
<border>0</border>
<color>0</color>
<x>327</x>
<y>80</y>
<x>31</x>
<y>147</y>
<height>16</height>
<width>63</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt_pay_t</name>
<name>emp_adclaimhdr_payroll_voucher_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -572,17 +635,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Loan Adjamt:</text>
<text>Payroll Period :</text>
<border>0</border>
<color>0</color>
<x>177</x>
<y>80</y>
<x>315</x>
<y>147</y>
<height>16</height>
<width>79</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loan_adjamt_t</name>
<name>prd_code__payroll_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -601,11 +664,11 @@
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>111</x>
<y>55</y>
<x>130</x>
<y>91</y>
<height>16</height>
<width>69</width>
<format>[general]</format>
......@@ -635,20 +698,58 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ad Code:</text>
<border>0</border>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>12</x>
<y>55</y>
<x>205</x>
<y>91</y>
<height>16</height>
<width>95</width>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>12632256</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claimed Amount :</text>
<border>0</border>
<color>0</color>
<x>26</x>
<y>119</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -665,23 +766,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>7</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>111</x>
<y>32</y>
<x>414</x>
<y>147</y>
<height>16</height>
<width>55</width>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<name>prd_code__payroll</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>6</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -703,20 +804,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>171</x>
<y>32</y>
<color>0</color>
<x>358</x>
<y>63</y>
<height>16</height>
<width>142</width>
<width>129</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<name>employee_emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
......@@ -736,24 +837,31 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>12632256</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Emp Code:</text>
<border>0</border>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>12</x>
<y>32</y>
<x>401</x>
<y>35</y>
<height>16</height>
<width>95</width>
<width>86</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -763,33 +871,31 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>90</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>8</y>
<color>0</color>
<x>130</x>
<y>147</y>
<height>16</height>
<width>137</width>
<width>106</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>payroll_voucher</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -802,24 +908,33 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<border>0</border>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>12</x>
<y>8</y>
<x>130</x>
<y>175</y>
<height>16</height>
<width>95</width>
<width>86</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -829,24 +944,24 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<text>Confirmed :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>196</y>
<color>0</color>
<x>52</x>
<y>175</y>
<height>16</height>
<width>95</width>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -857,8 +972,8 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
......@@ -867,11 +982,11 @@
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>221</y>
<height>17</height>
<width>80</width>
<color>0</color>
<x>436</x>
<y>257</y>
<height>16</height>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -896,19 +1011,19 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<text>Change Term :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>221</y>
<color>0</color>
<x>352</x>
<y>257</y>
<height>16</height>
<width>95</width>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -924,7 +1039,7 @@
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
......@@ -933,11 +1048,11 @@
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>196</y>
<height>17</height>
<width>80</width>
<color>0</color>
<x>272</x>
<y>257</y>
<height>16</height>
<width>70</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -962,59 +1077,23 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>151</y>
<height>17</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claim Date:</text>
<text>Change Date :</text>
<border>0</border>
<color>0</color>
<x>258</x>
<y>8</y>
<x>188</x>
<y>257</y>
<height>16</height>
<width>95</width>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -1031,61 +1110,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>357</x>
<y>8</y>
<height>16</height>
<width>110</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>318</x>
<y>32</y>
<color>0</color>
<x>107</x>
<y>257</y>
<height>16</height>
<width>149</width>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -1102,33 +1143,24 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>183</x>
<y>55</y>
<alignment>1</alignment>
<text>Change User :</text>
<border>0</border>
<color>0</color>
<x>23</x>
<y>257</y>
<height>16</height>
<width>284</width>
<format>[general]</format>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>chg_user_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1138,426 +1170,10 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>387</x>
<y>197</y>
<height>17</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Approver:</text>
<border>0</border>
<color>33554432</color>
<x>288</x>
<y>150</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__appr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>PVouch Ref No.:</text>
<border>0</border>
<color>33554432</color>
<x>288</x>
<y>173</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no__pvouch_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>288</x>
<y>197</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>394</x>
<y>128</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>80</y>
<height>16</height>
<width>60</width>
<format>########0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>260</x>
<y>80</y>
<height>16</height>
<width>60</width>
<format>########0.000</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loan_adjamt</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>394</x>
<y>80</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>net_amt_pay</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>413</x>
<y>103</y>
<height>16</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code__payroll</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>111</x>
<y>173</y>
<height>17</height>
<width>80</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>387</x>
<y>151</y>
<height>17</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__appr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>387</x>
<y>173</y>
<height>17</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no__pvouch</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -31,7 +31,7 @@
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<height>128</height>
<color>536870912</color>
</Summary>
<Footer>
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>113</height>
<height>353</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -102,6 +102,11 @@
<updatewhereclause>yes</updatewhereclause>
<name>payroll_voucher</name>
<dbname>emp_adclaim.payroll_voucher</dbname>
<values>
<item display="Payroll" data="P"/>
<item display="Voucher" data="V"/>
<item display="Lapse" data="L"/>
</values>
</table_column>
<table_column>
<type size="6">char</type>
......@@ -157,13 +162,13 @@
<dbname>employee.pay_site</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaim&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaim.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaim.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaim.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaim.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaim.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaim.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaim.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaim.tran_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;emp_adclaim.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.emp_code&quot; )WHERE( EXP1 =&quot;emp_adclaim.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tran_id&quot; ) ) ARG(NAME = &quot;as_tran_id&quot; TYPE = string) </retrieve>
<update>emp_adclaim</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;emp_adclaim&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaim.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaim.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaim.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaim.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaim.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaim.loan_adjamt&quot;) COLUMN(NAME=&quot;emp_adclaim.payroll_voucher&quot;) COLUMN(NAME=&quot;emp_adclaim.prd_code__payroll&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_date&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_user&quot;) COLUMN(NAME=&quot;emp_adclaim.chg_term&quot;) COLUMN(NAME=&quot;emp_adclaim.tran_date&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) JOIN (LEFT=&quot;emp_adclaim.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; ) JOIN (LEFT=&quot;employee.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaim.emp_code&quot; )WHERE( EXP1 =&quot;emp_adclaim.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tran_id&quot; ) ) ARG(NAME = &quot;as_tran_id&quot; TYPE = string) </retrieve>
<update>EMP_ADCLAIM</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -171,21 +176,79 @@
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<GroupBox>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<border>0</border>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>10</x>
<y>10</y>
<height>16</height>
<width>95</width>
<y>189</y>
<height>65</height>
<width>586</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>10</x>
<y>5</y>
<height>176</height>
<width>587</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>225</x>
<y>47</y>
<height>17</height>
<width>159</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -196,24 +259,31 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>65535</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Emp Code:</text>
<border>0</border>
<id>13</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>10</x>
<y>34</y>
<height>16</height>
<width>95</width>
<x>461</x>
<y>22</y>
<height>17</height>
<width>87</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -224,24 +294,34 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ad Code:</text>
<border>0</border>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>10</x>
<y>58</y>
<height>16</height>
<width>95</width>
<x>389</x>
<y>47</y>
<height>17</height>
<width>159</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -252,23 +332,23 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>65535</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eff Date:</text>
<text>Transaction Date :</text>
<border>0</border>
<color>0</color>
<x>10</x>
<y>82</y>
<height>16</height>
<width>95</width>
<x>346</x>
<y>22</y>
<height>17</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<name>tran_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -279,24 +359,100 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>122</x>
<y>22</y>
<height>17</height>
<width>97</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>122</x>
<y>47</y>
<height>17</height>
<width>97</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bal Amt:</text>
<text>Transaction Id :</text>
<border>0</border>
<color>0</color>
<x>222</x>
<y>82</y>
<height>16</height>
<width>46</width>
<x>23</x>
<y>22</y>
<height>17</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_amt_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -314,17 +470,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claim Amt:</text>
<text>Employee Code :</text>
<border>0</border>
<color>0</color>
<x>339</x>
<y>82</y>
<x>23</x>
<y>47</y>
<height>16</height>
<width>69</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt_t</name>
<name>emp_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -342,17 +498,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claim Date:</text>
<text>Ad Code :</text>
<border>0</border>
<color>0</color>
<x>263</x>
<y>10</y>
<x>26</x>
<y>72</y>
<height>16</height>
<width>95</width>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -369,20 +525,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>109</x>
<y>10</y>
<color>0</color>
<x>194</x>
<y>72</y>
<height>17</height>
<width>117</width>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
......@@ -402,34 +558,24 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>109</x>
<y>58</y>
<height>17</height>
<width>62</width>
<format>[general]</format>
<alignment>1</alignment>
<text>Effective Date :</text>
<border>0</border>
<color>0</color>
<x>367</x>
<y>72</y>
<height>16</height>
<width>89</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>eff_date_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -439,21 +585,21 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>109</x>
<y>82</y>
<x>461</x>
<y>72</y>
<height>17</height>
<width>110</width>
<width>87</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
......@@ -482,14 +628,14 @@
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>255</color>
<x>272</x>
<y>82</y>
<color>0</color>
<x>122</x>
<y>97</y>
<height>17</height>
<width>60</width>
<format>[general]</format>
<width>67</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -510,31 +656,24 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>6</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<text>Balance Amount :</text>
<border>0</border>
<color>0</color>
<x>412</x>
<y>82</y>
<x>19</x>
<y>97</y>
<height>17</height>
<width>60</width>
<format>[general]</format>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt</name>
<name>bal_amt_t</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -544,29 +683,120 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Claimed Amount :</text>
<border>0</border>
<color>0</color>
<x>198</x>
<y>97</y>
<height>17</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>304</x>
<y>97</y>
<height>17</height>
<width>67</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>claim_amt</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Loan Adjusted :</text>
<border>0</border>
<color>0</color>
<x>382</x>
<y>97</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loan_adjamt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>7</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>255</color>
<x>362</x>
<y>10</y>
<color>0</color>
<x>481</x>
<y>97</y>
<height>17</height>
<width>110</width>
<format>dd/mm/yy</format>
<width>67</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<name>loan_adjamt</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
......@@ -580,31 +810,88 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Payroll Period :</text>
<border>0</border>
<color>0</color>
<x>382</x>
<y>122</y>
<height>17</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prd_code__payroll_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Payroll Voucher :</text>
<border>0</border>
<color>0</color>
<x>23</x>
<y>122</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>30</tabsequence>
<border>5</border>
<color>255</color>
<x>176</x>
<y>58</y>
<color>0</color>
<x>122</x>
<y>72</y>
<height>17</height>
<width>296</width>
<width>67</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -617,28 +904,28 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>90</tabsequence>
<border>5</border>
<color>255</color>
<x>109</x>
<y>34</y>
<color>0</color>
<x>481</x>
<y>122</y>
<height>17</height>
<width>62</width>
<width>67</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<name>prd_code__payroll</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<limit>6</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -655,25 +942,116 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date :</text>
<border>0</border>
<color>0</color>
<x>215</x>
<y>216</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>299</x>
<y>216</y>
<height>17</height>
<width>70</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term :</text>
<border>0</border>
<color>0</color>
<x>414</x>
<y>216</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>176</x>
<y>34</y>
<color>0</color>
<x>498</x>
<y>216</y>
<height>17</height>
<width>173</width>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
......@@ -691,6 +1069,134 @@
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pay Site :</text>
<border>0</border>
<color>0</color>
<x>25</x>
<y>147</y>
<height>17</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User :</text>
<border>0</border>
<color>0</color>
<x>15</x>
<y>216</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>122</x>
<y>122</y>
<height>17</height>
<width>97</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payroll_voucher</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>122</x>
<y>147</y>
<height>17</height>
<width>67</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
......@@ -698,23 +1204,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>354</x>
<y>34</y>
<color>0</color>
<x>99</x>
<y>216</y>
<height>17</height>
<width>118</width>
<width>70</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -731,7 +1237,7 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>109</height>
<height>175</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -102,13 +102,13 @@
<dbname>emp_adclaimdet.ref_no</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>allwdedn.descr</dbname>
<name>sh_descr</name>
<dbname>allwdedn.sh_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaimdet&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaimdet.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimdet.line_no&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaimdet.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaimdet.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.adj_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_type&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_no&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimdet.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimdet.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<update>emp_adclaimdet</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaimdet&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;emp_adclaimdet.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaimdet.line_no&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaimdet.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaimdet.bal_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.adj_amt&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_type&quot;) COLUMN(NAME=&quot;emp_adclaimdet.ref_no&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;emp_adclaimdet.ad_code&quot; )WHERE( EXP1 =&quot;( ( emp_adclaimdet.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:as_tranid ) )&quot; ) ) ARG(NAME = &quot;as_tranid&quot; TYPE = string) </retrieve>
<update>EMP_ADCLAIMDET</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -116,31 +116,17 @@
<type>string</type>
</argument>
</TableDefinition>
<ColumnObject>
<GroupBox>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>372</x>
<y>33</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_no</name>
<x>6</x>
<y>5</y>
<height>150</height>
<width>559</width>
<name>gb_1</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -151,23 +137,23 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>67108864</color>
</background>
</ColumnObject>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bal Amt:</text>
<text>Reference Type :</text>
<border>0</border>
<color>0</color>
<x>263</x>
<y>81</y>
<x>22</x>
<y>57</y>
<height>16</height>
<width>77</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_bal_amt_t</name>
<name>ref_type_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -185,17 +171,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<text>Transaction Id :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>9</y>
<x>22</x>
<y>34</y>
<height>16</height>
<width>77</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_tran_id_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -213,17 +199,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ref Type:</text>
<text>Line No :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>32</y>
<x>429</x>
<y>34</y>
<height>16</height>
<width>77</width>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_ref_type_t</name>
<name>line_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -238,20 +224,58 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>202</x>
<y>82</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sh_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ad Code:</text>
<text>Reference No :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>57</y>
<x>352</x>
<y>58</y>
<height>16</height>
<width>77</width>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_ad_code_t</name>
<name>ref_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -269,17 +293,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Adj Amt:</text>
<text>Effective Date :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>81</y>
<x>346</x>
<y>82</y>
<height>16</height>
<width>77</width>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_adj_amt_t</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -296,23 +320,23 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>1</alignment>
<tabsequence>20</tabsequence>
<id>4</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>95</x>
<y>81</y>
<x>453</x>
<y>82</y>
<height>16</height>
<width>106</width>
<format>########0.000</format>
<width>80</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>adj_amt</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
......@@ -332,17 +356,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Line No:</text>
<text>Ad Code:</text>
<border>0</border>
<color>0</color>
<x>214</x>
<y>9</y>
<x>22</x>
<y>82</y>
<height>16</height>
<width>52</width>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_line_no_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -357,21 +381,31 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>1</alignment>
<text>Eff Date:</text>
<border>0</border>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>322</x>
<y>9</y>
<x>491</x>
<y>34</y>
<height>16</height>
<width>52</width>
<width>42</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_eff_date_t</name>
<name>line_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -381,25 +415,35 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ref No:</text>
<border>0</border>
<id>8</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>316</x>
<y>33</y>
<x>453</x>
<y>58</y>
<height>16</height>
<width>52</width>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_adclaimdet_ref_no_t</name>
<name>ref_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -409,29 +453,29 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>255</color>
<x>95</x>
<y>33</y>
<color>0</color>
<x>121</x>
<y>34</y>
<height>16</height>
<width>97</width>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ref_type</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -448,30 +492,33 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<id>7</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>255</color>
<x>344</x>
<y>81</y>
<color>0</color>
<x>121</x>
<y>58</y>
<height>16</height>
<width>108</width>
<format>########0.000</format>
<width>97</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bal_amt</name>
<name>ref_type</name>
<visible>1</visible>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -483,20 +530,20 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>60</tabsequence>
<border>5</border>
<color>255</color>
<x>95</x>
<y>57</y>
<color>0</color>
<x>121</x>
<y>82</y>
<height>16</height>
<width>57</width>
<width>74</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -521,32 +568,30 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>5</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>255</color>
<x>156</x>
<y>57</y>
<color>0</color>
<x>121</x>
<y>106</y>
<height>16</height>
<width>296</width>
<format>[general]</format>
<width>108</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>bal_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -558,34 +603,24 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>95</x>
<y>10</y>
<alignment>1</alignment>
<text>Balance Amount :</text>
<border>0</border>
<color>0</color>
<x>14</x>
<y>106</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>bal_amt_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -595,35 +630,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>270</x>
<y>10</y>
<text>Adjusted Amount :</text>
<border>0</border>
<color>0</color>
<x>309</x>
<y>106</y>
<height>16</height>
<width>42</width>
<format>[general]</format>
<width>113</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</name>
<name>adj_amt_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -633,29 +658,29 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<id>6</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>255</color>
<x>378</x>
<y>10</y>
<color>0</color>
<x>427</x>
<y>106</y>
<height>16</height>
<width>74</width>
<format>dd/mm/yy</format>
<width>106</width>
<format>###,###.00</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>adj_amt</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<EditStyle name="###,###.00" style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
......@@ -669,7 +694,7 @@
</font>
<background>
<mode>2</mode>
<color>67108864</color>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>150</height>
<height>233</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -193,10 +193,7 @@
<updatewhereclause>yes</updatewhereclause>
<name>post_yn</name>
<dbname>emp_adclaim_dedn.post_yn</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
<initial>N</initial>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_adclaim_dedn&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_adclaim_dedn.tran_id&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.line_no&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.emp_code&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.ad_code__claim&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.eff_date&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.claim_amt&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.ad_code__proc&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.ad_code&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.base_amt&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.slab_amt&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.result_amt&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.calc_amt&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.amount&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.seq_no&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.rnd_off&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.rnd_to&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;emp_adclaim_dedn.post_yn&quot;) JOIN (LEFT=&quot;emp_adclaim_dedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; OUTER1 =&quot;emp_adclaim_dedn.ad_code&quot; ) JOIN (LEFT=&quot;emp_adclaim_dedn.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;emp_adclaim_dedn.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;emp_adclaim_dedn.line_no&quot; OP =&quot;=&quot; EXP2 =&quot;:line_no&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;line_no&quot; TYPE = number) </retrieve>
<update>emp_adclaim_dedn</update>
......@@ -211,21 +208,54 @@
<type>number</type>
</argument>
</TableDefinition>
<TextObject>
<GroupBox>
<band>Detail</band>
<alignment>0</alignment>
<text>Line No:</text>
<border>0</border>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>206</x>
<y>1</y>
<height>16</height>
<width>45</width>
<x>5</x>
<y>4</y>
<height>211</height>
<width>524</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>270</x>
<y>34</y>
<height>19</height>
<width>44</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no_t</name>
<name>line_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -238,21 +268,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<text>Line No :</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>1</y>
<x>213</x>
<y>34</y>
<height>16</height>
<width>102</width>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<name>line_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -267,26 +297,36 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Ad Code:</text>
<border>0</border>
<color>33554432</color>
<x>53</x>
<y>26</y>
<height>16</height>
<width>51</width>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>123</x>
<y>34</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -294,21 +334,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Base Amt:</text>
<text>Transaction Id :</text>
<border>0</border>
<color>33554432</color>
<x>32</x>
<y>51</y>
<x>18</x>
<y>34</y>
<height>16</height>
<width>72</width>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>base_amt_t</name>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -323,26 +363,36 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Effective Date:</text>
<border>0</border>
<color>33554432</color>
<x>316</x>
<y>1</y>
<height>16</height>
<width>78</width>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>123</x>
<y>59</y>
<height>19</height>
<width>50</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -350,21 +400,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Slab Amt:</text>
<text>Ad Code :</text>
<border>0</border>
<color>33554432</color>
<x>322</x>
<y>51</y>
<x>18</x>
<y>59</y>
<height>16</height>
<width>72</width>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_amt_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -379,26 +429,36 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>1</alignment>
<text>Result Amt:</text>
<border>0</border>
<color>33554432</color>
<x>32</x>
<y>76</y>
<height>16</height>
<width>72</width>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>123</x>
<y>84</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_amt_t</name>
<name>base_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -406,21 +466,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Amount:</text>
<text>Base Amount :</text>
<border>0</border>
<color>33554432</color>
<x>32</x>
<y>101</y>
<x>18</x>
<y>84</y>
<height>16</height>
<width>72</width>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount_t</name>
<name>base_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -435,26 +495,36 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>1</alignment>
<text>Seq No:</text>
<border>0</border>
<color>33554432</color>
<x>387</x>
<y>101</y>
<height>16</height>
<width>43</width>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>123</x>
<y>109</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>seq_no_t</name>
<name>result_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -462,21 +532,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Round Off:</text>
<text>Result Amount :</text>
<border>0</border>
<color>33554432</color>
<x>45</x>
<y>126</y>
<x>18</x>
<y>109</y>
<height>16</height>
<width>59</width>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_off_t</name>
<name>result_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -491,26 +561,36 @@
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<text>Calc Amt:</text>
<border>0</border>
<color>33554432</color>
<x>322</x>
<y>76</y>
<height>16</height>
<width>72</width>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>123</x>
<y>134</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_amt_t</name>
<name>amount</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -518,21 +598,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Round To:</text>
<text>Amount :</text>
<border>0</border>
<color>33554432</color>
<x>322</x>
<y>126</y>
<x>18</x>
<y>134</y>
<height>16</height>
<width>72</width>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_to_t</name>
<name>amount_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -547,36 +627,26 @@
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>1</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<alignment>1</alignment>
<text>Post :</text>
<border>0</border>
<color>33554432</color>
<x>221</x>
<y>134</y>
<height>16</height>
<width>45</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<name>post_yn_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -584,30 +654,29 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>21</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>26</y>
<x>270</x>
<y>134</y>
<height>19</height>
<width>50</width>
<format>[general]</format>
<width>44</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>post_yn</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -625,26 +694,25 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>160</x>
<y>26</y>
<x>123</x>
<y>159</y>
<height>19</height>
<width>316</width>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr</name>
<name>rnd_off</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -660,28 +728,21 @@
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>397</x>
<y>1</y>
<height>19</height>
<width>79</width>
<format>[shortdate] [time]</format>
<alignment>1</alignment>
<text>Round Off :</text>
<border>0</border>
<color>33554432</color>
<x>18</x>
<y>159</y>
<height>16</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>rnd_off_t</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -694,37 +755,27 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>397</x>
<y>51</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<text>Seq No :</text>
<border>0</border>
<color>33554432</color>
<x>390</x>
<y>134</y>
<height>16</height>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_amt</name>
<name>seq_no_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -732,37 +783,34 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>433</x>
<y>101</y>
<x>419</x>
<y>34</y>
<height>19</height>
<width>43</width>
<format>[general]</format>
<width>79</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>seq_no</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -773,27 +821,26 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>1</alignment>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>397</x>
<y>126</y>
<x>176</x>
<y>59</y>
<height>19</height>
<width>79</width>
<width>322</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_to</name>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -811,20 +858,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>51</y>
<x>419</x>
<y>84</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>base_amt</name>
<name>slab_amt</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -854,8 +901,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>397</x>
<y>76</y>
<x>419</x>
<y>109</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
......@@ -887,23 +934,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>1</alignment>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>76</y>
<x>455</x>
<y>134</y>
<height>19</height>
<width>79</width>
<width>43</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>result_amt</name>
<name>seq_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -925,33 +972,34 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<id>16</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>254</x>
<y>1</y>
<x>419</x>
<y>159</y>
<height>19</height>
<width>44</width>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</name>
<name>rnd_to</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -960,34 +1008,26 @@
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>126</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<alignment>1</alignment>
<text>Effective Date :</text>
<border>0</border>
<color>33554432</color>
<x>326</x>
<y>34</y>
<height>16</height>
<width>89</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rnd_off</name>
<name>eff_date_t</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -995,37 +1035,27 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>107</x>
<y>101</y>
<height>19</height>
<width>79</width>
<format>[general]</format>
<text>Slab Amount :</text>
<border>0</border>
<color>33554432</color>
<x>317</x>
<y>84</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount</name>
<name>slab_amt_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -1033,21 +1063,21 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Post:</text>
<text>Calculated Amount :</text>
<border>0</border>
<color>33554432</color>
<x>206</x>
<y>101</y>
<x>290</x>
<y>109</y>
<height>16</height>
<width>45</width>
<width>125</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>post_yn_t</name>
<name>calc_amt_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -1062,34 +1092,26 @@
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>254</x>
<y>101</y>
<height>19</height>
<width>44</width>
<format>[general]</format>
<alignment>1</alignment>
<text>Round To :</text>
<border>0</border>
<color>33554432</color>
<x>343</x>
<y>159</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>post_yn</name>
<name>rnd_to_t</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
......@@ -1097,7 +1119,7 @@
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
$PBExportHeader$d_empad_claim_othdedn_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 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 grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=23 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaim_dedn.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emp_adclaim_dedn.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="emp_adclaim_dedn.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__claim dbname="emp_adclaim_dedn.ad_code__claim" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="emp_adclaim_dedn.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaim_dedn.claim_amt" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__proc dbname="emp_adclaim_dedn.ad_code__proc" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaim_dedn.ad_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="emp_adclaim_dedn.base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="emp_adclaim_dedn.slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="emp_adclaim_dedn.result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="emp_adclaim_dedn.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="emp_adclaim_dedn.amount" )
column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="emp_adclaim_dedn.seq_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="emp_adclaim_dedn.rnd_off" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="emp_adclaim_dedn.rnd_to" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(1) update=yes updatewhereclause=yes name=post_yn dbname="emp_adclaim_dedn.post_yn" values="Yes Y/No N/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_adclaim_dedn~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_adclaim_dedn.tran_id~") COLUMN(NAME=~"emp_adclaim_dedn.line_no~") COLUMN(NAME=~"emp_adclaim_dedn.emp_code~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code__claim~") COLUMN(NAME=~"emp_adclaim_dedn.eff_date~") COLUMN(NAME=~"emp_adclaim_dedn.claim_amt~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code__proc~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code~") COLUMN(NAME=~"emp_adclaim_dedn.base_amt~") COLUMN(NAME=~"emp_adclaim_dedn.slab_amt~") COLUMN(NAME=~"emp_adclaim_dedn.result_amt~") COLUMN(NAME=~"emp_adclaim_dedn.calc_amt~") COLUMN(NAME=~"emp_adclaim_dedn.amount~") COLUMN(NAME=~"emp_adclaim_dedn.seq_no~") COLUMN(NAME=~"emp_adclaim_dedn.rnd_off~") COLUMN(NAME=~"emp_adclaim_dedn.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_adclaim_dedn.post_yn~") JOIN (LEFT=~"emp_adclaim_dedn.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"emp_adclaim_dedn.ad_code~" ) JOIN (LEFT=~"emp_adclaim_dedn.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_adclaim_dedn.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="emp_adclaim_dedn" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="16" width="91" html.valueishtml="0" name=tran_id_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="67108864" )
text(band=header alignment="2" text="Ad Code" border="6" color="33554432" x="243" y="2" height="16" width="64" html.valueishtml="0" name=ad_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="67108864" )
text(band=header alignment="2" text="Base Amount" border="6" color="33554432" x="549" y="2" height="16" width="106" html.valueishtml="0" name=base_amt_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="67108864" )
text(band=header alignment="2" text="Slab Amount" border="6" color="33554432" x="657" y="2" height="16" width="90" html.valueishtml="0" name=slab_amt_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="67108864" )
text(band=header alignment="2" text="Result Amount" border="6" color="33554432" x="749" y="2" height="16" width="98" html.valueishtml="0" name=result_amt_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="67108864" )
text(band=header alignment="2" text="Calculated Amount" border="6" color="33554432" x="849" y="2" height="16" width="118" html.valueishtml="0" name=calc_amt_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="67108864" )
text(band=header alignment="2" text="Amount" border="6" color="33554432" x="969" y="2" height="16" width="72" html.valueishtml="0" name=amount_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="67108864" )
text(band=header alignment="2" text="Seq No" border="6" color="33554432" x="1043" y="2" height="16" width="54" html.valueishtml="0" name=seq_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="67108864" )
text(band=header alignment="2" text="Rnd Off" border="6" color="33554432" x="1099" y="2" height="16" width="64" html.valueishtml="0" name=rnd_off_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="67108864" )
text(band=header alignment="0" text="Description" border="6" color="33554432" x="309" y="2" height="16" width="238" html.valueishtml="0" name=allwdedn_descr_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="67108864" )
text(band=header alignment="0" text="Line No" border="6" color="33554432" x="95" y="2" height="16" width="53" html.valueishtml="0" name=line_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="67108864" )
text(band=header alignment="0" text="Effective Date" border="6" color="33554432" x="150" y="2" height="16" width="91" html.valueishtml="0" name=eff_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="67108864" )
text(band=header alignment="2" text="Rnd To" border="6" color="33554432" x="1165" y="2" height="16" width="80" html.valueishtml="0" name=rnd_to_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="67108864" )
text(band=header alignment="2" text="Post" border="6" color="33554432" x="1247" y="2" height="16" width="34" html.valueishtml="0" name=post_yn_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="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="19" width="91" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="243" y="2" height="19" width="64" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="5" color="33554432" x="549" y="2" height="19" width="106" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="33554432" x="657" y="2" height="19" width="90" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="33554432" x="749" y="2" height="19" width="98" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="5" color="33554432" x="849" y="2" height="19" width="118" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="33554432" x="969" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="1043" y="2" height="19" width="54" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="1099" y="2" height="19" width="64" format="[general]" html.valueishtml="0" name=rnd_off visible="1" edit.limit=1 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="309" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="95" y="2" height="19" width="53" format="[general]" html.valueishtml="0" name=line_no visible="1" 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="1073741824" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="150" y="2" height="19" width="91" format="[shortdate] [time]" html.valueishtml="0" name=eff_date 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="1073741824" )
column(band=detail id=16 alignment="1" tabsequence=32766 border="5" color="33554432" x="1165" y="2" height="19" width="80" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="1247" y="2" height="19" width="34" format="[general]" html.valueishtml="0" name=post_yn visible="1" ddlb.limit=0 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="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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_empad_claim_othdedn_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 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" )
footer(height=0 color="536870912" )
detail(height=233 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaim_dedn.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emp_adclaim_dedn.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="emp_adclaim_dedn.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__claim dbname="emp_adclaim_dedn.ad_code__claim" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="emp_adclaim_dedn.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaim_dedn.claim_amt" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__proc dbname="emp_adclaim_dedn.ad_code__proc" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaim_dedn.ad_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="emp_adclaim_dedn.base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="emp_adclaim_dedn.slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="emp_adclaim_dedn.result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="emp_adclaim_dedn.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="emp_adclaim_dedn.amount" )
column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="emp_adclaim_dedn.seq_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="emp_adclaim_dedn.rnd_off" values="No Round N/Next X/Previous P/Near R/" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="emp_adclaim_dedn.rnd_to" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(1) update=yes updatewhereclause=yes name=post_yn dbname="emp_adclaim_dedn.post_yn" initial="N" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_adclaim_dedn~" ) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_adclaim_dedn.tran_id~") COLUMN(NAME=~"emp_adclaim_dedn.line_no~") COLUMN(NAME=~"emp_adclaim_dedn.emp_code~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code__claim~") COLUMN(NAME=~"emp_adclaim_dedn.eff_date~") COLUMN(NAME=~"emp_adclaim_dedn.claim_amt~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code__proc~") COLUMN(NAME=~"emp_adclaim_dedn.ad_code~") COLUMN(NAME=~"emp_adclaim_dedn.base_amt~") COLUMN(NAME=~"emp_adclaim_dedn.slab_amt~") COLUMN(NAME=~"emp_adclaim_dedn.result_amt~") COLUMN(NAME=~"emp_adclaim_dedn.calc_amt~") COLUMN(NAME=~"emp_adclaim_dedn.amount~") COLUMN(NAME=~"emp_adclaim_dedn.seq_no~") COLUMN(NAME=~"emp_adclaim_dedn.rnd_off~") COLUMN(NAME=~"emp_adclaim_dedn.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"emp_adclaim_dedn.post_yn~") JOIN (LEFT=~"emp_adclaim_dedn.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"emp_adclaim_dedn.ad_code~" ) JOIN (LEFT=~"emp_adclaim_dedn.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_adclaim_dedn.tran_id~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"emp_adclaim_dedn.line_no~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="emp_adclaim_dedn" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("line_no", number)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="5" y="4" height="211" width="524" 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" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="5" color="255" x="270" y="34" height="19" width="44" format="[general]" html.valueishtml="0" name=line_no visible="1" 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="67108864" )
text(band=detail alignment="1" text="Line No :" border="0" color="33554432" x="213" y="34" height="16" width="54" html.valueishtml="0" name=line_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="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="34" height="19" width="79" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Transaction Id :" border="0" color="33554432" x="18" y="34" height="16" width="102" html.valueishtml="0" name=tran_id_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="67108864" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="59" height="19" width="50" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Ad Code :" border="0" color="33554432" x="18" y="59" height="16" width="102" html.valueishtml="0" name=ad_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="67108864" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="5" color="255" x="123" y="84" height="19" width="79" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Base Amount :" border="0" color="33554432" x="18" y="84" height="16" width="102" html.valueishtml="0" name=base_amt_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="67108864" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="255" x="123" y="109" height="19" width="79" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Result Amount :" border="0" color="33554432" x="18" y="109" height="16" width="102" html.valueishtml="0" name=result_amt_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="67108864" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="255" x="123" y="134" height="19" width="79" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Amount :" border="0" color="33554432" x="18" y="134" height="16" width="102" html.valueishtml="0" name=amount_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="67108864" )
text(band=detail alignment="1" text="Post :" border="0" color="33554432" x="221" y="134" height="16" width="45" html.valueishtml="0" name=post_yn_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="67108864" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="270" y="134" height="19" width="44" format="[Yes/No]" html.valueishtml="0" name=post_yn visible="1" 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="123" y="159" height="19" width="79" format="[general]" html.valueishtml="0" name=rnd_off 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Round Off :" border="0" color="33554432" x="18" y="159" height="16" width="102" html.valueishtml="0" name=rnd_off_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="67108864" )
text(band=detail alignment="1" text="Seq No :" border="0" color="33554432" x="390" y="134" height="16" width="62" html.valueishtml="0" name=seq_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="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="419" y="34" height="19" width="79" format="[shortdate] [time]" html.valueishtml="0" name=eff_date 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="67108864" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="255" x="176" y="59" height="19" width="322" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="255" x="419" y="84" height="19" width="79" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="5" color="255" x="419" y="109" height="19" width="79" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="455" y="134" height="19" width="43" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="1" tabsequence=32766 border="5" color="255" x="419" y="159" height="19" width="79" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Effective Date :" border="0" color="33554432" x="326" y="34" height="16" width="89" html.valueishtml="0" name=eff_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="67108864" )
text(band=detail alignment="1" text="Slab Amount :" border="0" color="33554432" x="317" y="84" height="16" width="98" html.valueishtml="0" name=slab_amt_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="67108864" )
text(band=detail alignment="1" text="Calculated Amount :" border="0" color="33554432" x="290" y="109" height="16" width="125" html.valueishtml="0" name=calc_amt_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="67108864" )
text(band=detail alignment="1" text="Round To :" border="0" color="33554432" x="343" y="159" height="16" width="72" html.valueishtml="0" name=rnd_to_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="67108864" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 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 grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=20 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaim.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emp_adclaim.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="emp_adclaim.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="emp_adclaim.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=bal_amt dbname="emp_adclaim.bal_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaim.claim_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=loan_adjamt dbname="emp_adclaim.loan_adjamt" )
column=(type=char(1) update=yes updatewhereclause=yes name=payroll_voucher dbname="emp_adclaim.payroll_voucher" )
column=(type=char(6) update=yes updatewhereclause=yes name=prd_code__payroll dbname="emp_adclaim.prd_code__payroll" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_adclaim.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_adclaim.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_adclaim.chg_term" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_adclaim.tran_date" )
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(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_adclaim~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"emp_adclaim.tran_id~") COLUMN(NAME=~"emp_adclaim.emp_code~") COLUMN(NAME=~"emp_adclaim.ad_code~") COLUMN(NAME=~"emp_adclaim.eff_date~") COLUMN(NAME=~"emp_adclaim.bal_amt~") COLUMN(NAME=~"emp_adclaim.claim_amt~") COLUMN(NAME=~"emp_adclaim.loan_adjamt~") COLUMN(NAME=~"emp_adclaim.payroll_voucher~") COLUMN(NAME=~"emp_adclaim.prd_code__payroll~") COLUMN(NAME=~"emp_adclaim.chg_date~") COLUMN(NAME=~"emp_adclaim.chg_user~") COLUMN(NAME=~"emp_adclaim.chg_term~") COLUMN(NAME=~"emp_adclaim.tran_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"allwdedn.sh_descr~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"emp_adclaim.emp_code~" ) JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"emp_adclaim.ad_code~" )WHERE( EXP1 =~"( ( emp_adclaim.tran_id~" OP =~"=~" EXP2 =~":as_tran_id ) )~" ) ) ARG(NAME = ~"as_tran_id~" TYPE = string) " update="emp_adclaim" updatewhere=0 updatekeyinplace=no arguments=(("as_tran_id", string)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="0" x="2" y="2" height="16" width="101" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Date" border="6" color="0" x="105" y="2" height="16" width="110" html.valueishtml="0" name=tran_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="1" background.color="536870912" )
text(band=header alignment="2" text="Employee Code" border="6" color="0" x="217" y="2" height="16" width="120" 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="1" background.color="536870912" )
text(band=header alignment="2" text="First Name" border="6" color="0" x="339" y="2" height="16" width="116" html.valueishtml="0" name=emp_fname_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="1" background.color="536870912" )
text(band=header alignment="2" text="Last Name" border="6" color="0" x="457" y="2" height="16" width="130" html.valueishtml="0" name=emp_lname_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="1" background.color="536870912" )
text(band=header alignment="2" text="Ad Code" border="6" color="0" x="589" y="2" height="16" width="53" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
text(band=header alignment="2" text="Short Description" border="6" color="0" x="644" y="2" height="16" width="113" html.valueishtml="0" name=sh_descr_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="1" background.color="536870912" )
text(band=header alignment="2" text="Effective Date" border="6" color="0" x="759" y="2" height="16" width="88" html.valueishtml="0" name=eff_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="1" background.color="536870912" )
text(band=header alignment="2" text="Balance Amount" border="6" color="0" x="849" y="2" height="16" width="101" html.valueishtml="0" name=bal_amt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Claimed Amount" border="6" color="0" x="952" y="2" height="16" width="104" html.valueishtml="0" name=claim_amt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Loan Adjusted" border="6" color="0" x="1058" y="2" height="16" width="101" html.valueishtml="0" name=loan_adjamt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Payroll Voucher" border="6" color="0" x="1161" y="2" height="16" width="94" html.valueishtml="0" name=payroll_voucher_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="1" background.color="536870912" )
text(band=header alignment="2" text="Payroll Period" border="6" color="0" x="1257" y="2" height="16" width="96" html.valueishtml="0" name=prd_code__payroll_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="1" background.color="536870912" )
text(band=header alignment="0" text="Chg Date" border="6" color="0" x="1411" y="2" height="16" width="72" 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="1" background.color="536870912" )
text(band=header alignment="0" text="Chg User" border="6" color="0" x="1485" y="2" height="16" width="81" 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="1" background.color="536870912" )
text(band=header alignment="0" text="Chg Term" border="6" color="0" x="1568" y="2" height="16" width="76" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Pay Site" border="6" color="0" x="1355" y="2" height="16" width="54" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="0" height="17" width="101" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any 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=13 alignment="0" tabsequence=20 border="5" color="0" x="105" y="0" height="17" width="110" format="dd/mm/yy" html.valueishtml="0" name=tran_date 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" )
column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="217" y="0" height="17" width="120" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any 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=14 alignment="0" tabsequence=32766 border="5" color="0" x="339" y="0" height="17" width="116" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any 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=15 alignment="0" tabsequence=32766 border="5" color="0" x="457" y="0" height="17" width="130" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any 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=3 alignment="0" tabsequence=40 border="5" color="0" x="589" y="0" height="17" width="53" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any 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=17 alignment="0" tabsequence=32766 border="5" color="0" x="644" y="0" height="17" width="113" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 edit.case=any 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=4 alignment="0" tabsequence=50 border="5" color="0" x="759" y="0" height="17" width="88" format="dd/mm/yy" html.valueishtml="0" name=eff_date 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" )
column(band=detail id=5 alignment="1" tabsequence=60 border="5" color="0" x="849" y="0" height="17" width="101" format="0.000" html.valueishtml="0" name=bal_amt visible="1" edit.limit=0 edit.case=any 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=6 alignment="1" tabsequence=70 border="5" color="0" x="952" y="0" height="17" width="104" format="0.000" html.valueishtml="0" name=claim_amt visible="1" edit.limit=0 edit.case=any 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=7 alignment="1" tabsequence=80 border="5" color="0" x="1058" y="0" height="17" width="101" format="0.000" html.valueishtml="0" name=loan_adjamt visible="1" edit.limit=0 edit.case=any 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=8 alignment="0" tabsequence=90 border="5" color="0" x="1161" y="0" height="17" width="94" format="[general]" html.valueishtml="0" name=payroll_voucher visible="1" edit.limit=1 edit.case=any 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=9 alignment="0" tabsequence=100 border="5" color="0" x="1257" y="0" height="17" width="96" format="[general]" html.valueishtml="0" name=prd_code__payroll visible="1" edit.limit=6 edit.case=any 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=16 alignment="0" tabsequence=110 border="5" color="0" x="1355" y="0" height="17" width="54" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 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=10 alignment="0" tabsequence=120 border="5" color="0" x="1411" y="0" height="17" width="72" format="dd/mm/yy" html.valueishtml="0" name=chg_date 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" )
column(band=detail id=11 alignment="0" tabsequence=130 border="5" color="0" x="1485" y="0" height="17" width="81" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 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=12 alignment="0" tabsequence=140 border="5" color="0" x="1568" y="0" height="17" width="76" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 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" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_det_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 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 grid.lines=0 )
header(height=21 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=25 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaimdet.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emp_adclaimdet.line_no" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaimdet.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="emp_adclaimdet.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=bal_amt dbname="emp_adclaimdet.bal_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=adj_amt dbname="emp_adclaimdet.adj_amt" )
column=(type=char(1) update=yes updatewhereclause=yes name=ref_type dbname="emp_adclaimdet.ref_type" )
column=(type=char(15) update=yes updatewhereclause=yes name=ref_no dbname="emp_adclaimdet.ref_no" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_adclaimdet~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"emp_adclaimdet.tran_id~") COLUMN(NAME=~"emp_adclaimdet.line_no~") COLUMN(NAME=~"emp_adclaimdet.ad_code~") COLUMN(NAME=~"emp_adclaimdet.eff_date~") COLUMN(NAME=~"emp_adclaimdet.bal_amt~") COLUMN(NAME=~"emp_adclaimdet.adj_amt~") COLUMN(NAME=~"emp_adclaimdet.ref_type~") COLUMN(NAME=~"emp_adclaimdet.ref_no~") COLUMN(NAME=~"allwdedn.sh_descr~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"emp_adclaimdet.ad_code~" )WHERE( EXP1 =~"( ( emp_adclaimdet.tran_id~" OP =~"=~" EXP2 =~":as_tranid ) )~" ) ) ARG(NAME = ~"as_tranid~" TYPE = string) " update="emp_adclaimdet" updatewhere=0 updatekeyinplace=no arguments=(("as_tranid", string)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="0" x="2" y="2" height="16" width="96" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="6" color="0" x="100" y="2" height="16" width="60" html.valueishtml="0" name=line_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="1" background.color="536870912" )
text(band=header alignment="2" text="Ad Code" border="6" color="0" x="162" y="2" height="16" width="59" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
text(band=header alignment="2" text="Balance Amount" border="6" color="0" x="447" y="2" height="16" width="99" html.valueishtml="0" name=bal_amt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Adjusted Amount" border="6" color="0" x="548" y="2" height="16" width="108" html.valueishtml="0" name=adj_amt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Short Description" border="6" color="0" x="223" y="2" height="16" width="110" html.valueishtml="0" name=sh_descr_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="1" background.color="536870912" )
text(band=header alignment="2" text="Effective Date" border="6" color="0" x="335" y="2" height="16" width="110" html.valueishtml="0" name=eff_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="1" background.color="536870912" )
text(band=header alignment="2" text="Reference No" border="6" color="0" x="750" y="2" height="16" width="88" html.valueishtml="0" name=ref_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="1" background.color="536870912" )
text(band=header alignment="2" text="Reference Type" border="6" color="0" x="658" y="2" height="16" width="90" html.valueishtml="0" name=ref_type_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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="19" width="96" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any 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=2 alignment="1" tabsequence=20 border="5" color="0" x="100" y="1" height="19" width="60" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any 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=3 alignment="0" tabsequence=30 border="5" color="0" x="162" y="1" height="19" width="59" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="223" y="1" height="19" width="110" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 edit.case=any 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=4 alignment="0" tabsequence=40 border="5" color="0" x="335" y="1" height="19" width="110" format="dd/mm/yy" html.valueishtml="0" name=eff_date 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" )
column(band=detail id=5 alignment="1" tabsequence=50 border="5" color="0" x="447" y="1" height="19" width="99" format="0.000" html.valueishtml="0" name=bal_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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=6 alignment="1" tabsequence=60 border="5" color="0" x="548" y="1" height="19" width="108" format="0.000" html.valueishtml="0" name=adj_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="0" tabsequence=80 border="5" color="0" x="750" y="1" height="19" width="88" format="[general]" html.valueishtml="0" name=ref_no visible="1" edit.limit=15 edit.case=any 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=7 alignment="0" tabsequence=70 border="5" color="0" x="658" y="1" height="19" width="90" format="[general]" html.valueishtml="0" name=ref_type visible="1" edit.limit=1 edit.case=any 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" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_det_edit.srd
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 )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=175 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaimdet.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emp_adclaimdet.line_no" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaimdet.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="emp_adclaimdet.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=bal_amt dbname="emp_adclaimdet.bal_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=adj_amt dbname="emp_adclaimdet.adj_amt" )
column=(type=char(1) update=yes updatewhereclause=yes name=ref_type dbname="emp_adclaimdet.ref_type" )
column=(type=char(15) update=yes updatewhereclause=yes name=ref_no dbname="emp_adclaimdet.ref_no" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emp_adclaimdet~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"emp_adclaimdet.tran_id~") COLUMN(NAME=~"emp_adclaimdet.line_no~") COLUMN(NAME=~"emp_adclaimdet.ad_code~") COLUMN(NAME=~"emp_adclaimdet.eff_date~") COLUMN(NAME=~"emp_adclaimdet.bal_amt~") COLUMN(NAME=~"emp_adclaimdet.adj_amt~") COLUMN(NAME=~"emp_adclaimdet.ref_type~") COLUMN(NAME=~"emp_adclaimdet.ref_no~") COLUMN(NAME=~"allwdedn.sh_descr~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"emp_adclaimdet.ad_code~" )WHERE( EXP1 =~"( ( emp_adclaimdet.tran_id~" OP =~"=~" EXP2 =~":as_tranid ) )~" ) ) ARG(NAME = ~"as_tranid~" TYPE = string) " update="EMP_ADCLAIMDET" updatewhere=0 updatekeyinplace=no arguments=(("as_tranid", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="5" height="150" width="559" 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" )
text(band=detail alignment="1" text="Reference Type :" border="0" color="0" x="22" y="57" height="16" width="95" html.valueishtml="0" name=ref_type_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Transaction Id :" border="0" color="0" x="22" y="34" height="16" width="95" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No :" border="0" color="0" x="429" y="34" height="16" width="57" html.valueishtml="0" name=line_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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="202" y="82" height="16" width="133" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 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="Reference No :" border="0" color="0" x="352" y="58" height="16" width="97" html.valueishtml="0" name=ref_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Effective Date :" border="0" color="0" x="346" y="82" height="16" width="103" html.valueishtml="0" name=eff_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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="453" y="82" height="16" width="80" format="dd/mm/yy" html.valueishtml="0" name=eff_date 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="Ad Code:" border="0" color="0" x="22" y="82" height="16" width="95" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
column(band=detail id=2 alignment="1" tabsequence=20 border="5" color="0" x="491" y="34" height="16" width="42" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 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="16777215" )
column(band=detail id=8 alignment="0" tabsequence=50 border="5" color="0" x="453" y="58" height="16" width="80" format="[general]" html.valueishtml="0" name=ref_no 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="16777215" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="121" y="34" height="16" width="112" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="16777215" )
column(band=detail id=7 alignment="0" tabsequence=40 border="5" color="0" x="121" y="58" height="16" width="97" format="[general]" html.valueishtml="0" name=ref_type visible="1" edit.limit=1 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="16777215" )
column(band=detail id=3 alignment="0" tabsequence=60 border="5" color="0" x="121" y="82" height="16" width="74" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 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="16777215" )
column(band=detail id=5 alignment="1" tabsequence=80 border="5" color="0" x="121" y="106" height="16" width="108" format="###,###.00" html.valueishtml="0" name=bal_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="Balance Amount :" border="0" color="0" x="14" y="106" height="16" width="103" html.valueishtml="0" name=bal_amt_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Adjusted Amount :" border="0" color="0" x="309" y="106" height="16" width="113" html.valueishtml="0" name=adj_amt_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="1" background.color="536870912" )
column(band=detail id=6 alignment="1" tabsequence=70 border="5" color="0" x="427" y="106" height="16" width="106" format="###,###.00" html.valueishtml="0" name=adj_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_edit.srd
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 )
summary(height=128 color="536870912" )
footer(height=0 color="536870912" )
detail(height=353 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaim.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emp_adclaim.emp_code" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="emp_adclaim.ad_code" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=eff_date dbname="emp_adclaim.eff_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=bal_amt dbname="emp_adclaim.bal_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaim.claim_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=loan_adjamt dbname="emp_adclaim.loan_adjamt" )
column=(type=char(1) update=yes updatewhereclause=yes name=payroll_voucher dbname="emp_adclaim.payroll_voucher" values="Payroll P/Voucher V/Lapse L/" )
column=(type=char(6) update=yes updatewhereclause=yes name=prd_code__payroll dbname="emp_adclaim.prd_code__payroll" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_adclaim.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_adclaim.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_adclaim.chg_term" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_adclaim.tran_date" )
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(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"emp_adclaim~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_adclaim.tran_id~") COLUMN(NAME=~"emp_adclaim.emp_code~") COLUMN(NAME=~"emp_adclaim.ad_code~") COLUMN(NAME=~"emp_adclaim.eff_date~") COLUMN(NAME=~"emp_adclaim.bal_amt~") COLUMN(NAME=~"emp_adclaim.claim_amt~") COLUMN(NAME=~"emp_adclaim.loan_adjamt~") COLUMN(NAME=~"emp_adclaim.payroll_voucher~") COLUMN(NAME=~"emp_adclaim.prd_code__payroll~") COLUMN(NAME=~"emp_adclaim.chg_date~") COLUMN(NAME=~"emp_adclaim.chg_user~") COLUMN(NAME=~"emp_adclaim.chg_term~") COLUMN(NAME=~"emp_adclaim.tran_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"allwdedn.sh_descr~") JOIN (LEFT=~"emp_adclaim.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" ) JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"emp_adclaim.emp_code~" )WHERE( EXP1 =~"emp_adclaim.tran_id~" OP =~"=~" EXP2 =~":as_tran_id~" ) ) ARG(NAME = ~"as_tran_id~" TYPE = string) " update="EMP_ADCLAIM" updatewhere=0 updatekeyinplace=no arguments=(("as_tran_id", string)) )
groupbox(band=detail text="Other"border="2" color="0" x="10" y="189" height="65" width="586" 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="1" background.color="553648127" )
groupbox(band=detail text="Basic"border="2" color="0" x="10" y="5" height="176" width="587" 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" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="225" y="47" height="17" width="159" format="[general]" html.valueishtml="0" name=emp_fname 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="65535" )
column(band=detail id=13 alignment="0" tabsequence=10 border="5" color="0" x="461" y="22" height="17" width="87" format="dd/mm/yy" html.valueishtml="0" name=tran_date 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" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="389" y="47" height="17" width="159" format="[general]" html.valueishtml="0" name=emp_lname 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="65535" )
text(band=detail alignment="1" text="Transaction Date :" border="0" color="0" x="346" y="22" height="17" width="110" html.valueishtml="0" name=tran_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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="122" y="22" height="17" width="97" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="122" y="47" height="17" width="97" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 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="16777215" )
text(band=detail alignment="1" text="Transaction Id :" border="0" color="0" x="23" y="22" height="17" width="95" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="23" y="47" height="16" width="95" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Ad Code :" border="0" color="0" x="26" y="72" height="16" width="92" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="194" y="72" height="17" width="109" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 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="Effective Date :" border="0" color="0" x="367" y="72" height="16" width="89" html.valueishtml="0" name=eff_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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="461" y="72" height="17" width="87" format="dd/mm/yy" html.valueishtml="0" name=eff_date 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" )
column(band=detail id=5 alignment="1" tabsequence=50 border="5" color="0" x="122" y="97" height="17" width="67" format="###,###.00" html.valueishtml="0" name=bal_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="Balance Amount :" border="0" color="0" x="19" y="97" height="17" width="99" html.valueishtml="0" name=bal_amt_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Claimed Amount :" border="0" color="0" x="198" y="97" height="17" width="102" html.valueishtml="0" name=claim_amt_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="1" background.color="536870912" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="304" y="97" height="17" width="67" format="###,###.00" html.valueishtml="0" name=claim_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="Loan Adjusted :" border="0" color="0" x="382" y="97" height="16" width="95" html.valueishtml="0" name=loan_adjamt_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="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=70 border="5" color="0" x="481" y="97" height="17" width="67" format="###,###.00" html.valueishtml="0" name=loan_adjamt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="Payroll Period :" border="0" color="0" x="382" y="122" height="17" width="95" html.valueishtml="0" name=prd_code__payroll_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Payroll Voucher :" border="0" color="0" x="23" y="122" height="16" width="95" html.valueishtml="0" name=payroll_voucher_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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="122" y="72" height="17" width="67" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 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="16777215" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="0" x="481" y="122" height="17" width="67" format="[general]" html.valueishtml="0" name=prd_code__payroll visible="1" edit.limit=6 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="16777215" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="215" y="216" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="299" y="216" height="17" width="70" format="dd/mm/yy" html.valueishtml="0" name=chg_date 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 Term :" border="0" color="0" x="414" y="216" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="498" y="216" height="17" width="70" 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="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="Pay Site :" border="0" color="0" x="25" y="147" height="17" width="93" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="15" y="216" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="0" x="122" y="122" height="17" width="97" format="[general]" html.valueishtml="0" name=payroll_voucher visible="1" ddlb.limit=0 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="122" y="147" height="17" width="67" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 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="67108864" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="99" y="216" height="17" width="70" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 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="16777215" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_hdr_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 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 grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaimhdr.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_adclaimhdr.tran_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="emp_adclaimhdr.emp_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaimhdr.claim_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=loan_adjamt dbname="emp_adclaimhdr.loan_adjamt" )
column=(type=char(1) update=yes updatewhereclause=yes name=payroll_voucher dbname="emp_adclaimhdr.payroll_voucher" )
column=(type=char(6) update=yes updatewhereclause=yes name=prd_code__payroll dbname="emp_adclaimhdr.prd_code__payroll" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_adclaimhdr.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_adclaimhdr.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_adclaimhdr.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaimhdr.ad_code" )
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(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
column=(type=char(1) updatewhereclause=yes name=confirmed dbname="emp_adclaimhdr.confirmed" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"emp_adclaimhdr~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_adclaimhdr.tran_id~") COLUMN(NAME=~"emp_adclaimhdr.tran_date~") COLUMN(NAME=~"emp_adclaimhdr.emp_code~") COLUMN(NAME=~"emp_adclaimhdr.claim_amt~") COLUMN(NAME=~"emp_adclaimhdr.loan_adjamt~") COLUMN(NAME=~"emp_adclaimhdr.payroll_voucher~") COLUMN(NAME=~"emp_adclaimhdr.prd_code__payroll~") COLUMN(NAME=~"emp_adclaimhdr.chg_date~") COLUMN(NAME=~"emp_adclaimhdr.chg_user~") COLUMN(NAME=~"emp_adclaimhdr.chg_term~") COLUMN(NAME=~"emp_adclaimhdr.ad_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"emp_adclaimhdr.confirmed~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"emp_adclaimhdr.ad_code~" ) JOIN (LEFT=~"emp_adclaimhdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"emp_adclaimhdr.tran_date~" OP =~"between~" EXP2 =~":ad_ret1 and :ad_ret2~" ) ) ARG(NAME = ~"ad_ret1~" TYPE = datetime) ARG(NAME = ~"ad_ret2~" TYPE = datetime) " update="emp_adclaimhdr" updatewhere=0 updatekeyinplace=no arguments=(("ad_ret1", datetime),("ad_ret2", datetime)) )
text(band=header alignment="2" text="Tran Id" border="6" color="0" x="2" y="1" height="16" width="81" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Date" border="6" color="0" x="85" y="1" height="16" width="81" html.valueishtml="0" name=tran_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="1" background.color="536870912" )
text(band=header alignment="2" text="Claimed Amount" border="6" color="0" x="705" y="1" height="16" width="104" html.valueishtml="0" name=claim_amt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Loan Adjusted" border="6" color="0" x="811" y="1" height="16" width="93" html.valueishtml="0" name=loan_adjamt_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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Date" border="6" color="0" x="1092" y="1" height="16" width="81" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="6" color="0" x="1175" y="1" height="16" width="81" 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="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="6" color="0" x="1258" y="1" height="16" width="81" 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="1" background.color="536870912" )
text(band=header alignment="0" text="Pay Site" border="6" color="0" x="1341" y="1" height="16" width="61" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
text(band=header alignment="2" text="Employee Code" border="6" color="0" x="168" y="1" height="16" width="107" 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="1" background.color="536870912" )
text(band=header alignment="2" text="First Name" border="6" color="0" x="277" y="1" height="16" width="109" html.valueishtml="0" name=emp_fname_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="1" background.color="536870912" )
text(band=header alignment="2" text="Last Name" border="6" color="0" x="388" y="1" height="16" width="118" html.valueishtml="0" name=emp_lname_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="1" background.color="536870912" )
text(band=header alignment="2" text="Ad Code" border="6" color="0" x="508" y="1" height="16" width="81" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
text(band=header alignment="2" text="Short Description" border="6" color="0" x="591" y="1" height="16" width="112" html.valueishtml="0" name=sh_descr_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="1" background.color="536870912" )
text(band=header alignment="2" text="Payroll Voucher" border="6" color="0" x="994" y="1" height="16" width="96" html.valueishtml="0" name=payroll_voucher_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="1" background.color="536870912" )
text(band=header alignment="2" text="Payroll Period" border="6" color="0" x="906" y="1" height="16" width="86" html.valueishtml="0" name=prd_code__payroll_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="1" background.color="536870912" )
text(band=header alignment="0" text="Confirmed" border="6" color="0" x="1404" y="1" height="16" width="66" html.valueishtml="0" name=confirmed_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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="17" width="81" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any 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=2 alignment="0" tabsequence=20 border="5" color="0" x="85" y="1" height="17" width="81" format="dd/mm/yy" html.valueishtml="0" name=tran_date 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" )
column(band=detail id=4 alignment="1" tabsequence=50 border="5" color="0" x="705" y="1" height="17" width="104" format="0.000" html.valueishtml="0" name=claim_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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=5 alignment="1" tabsequence=60 border="5" color="0" x="811" y="1" height="17" width="93" format="0.000" html.valueishtml="0" name=loan_adjamt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="0" tabsequence=32766 border="5" color="0" x="1092" y="1" height="17" width="81" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any 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=9 alignment="0" tabsequence=32766 border="5" color="0" x="1175" y="1" height="17" width="81" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any 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=10 alignment="0" tabsequence=32766 border="5" color="0" x="1258" y="1" height="17" width="81" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any 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=3 alignment="0" tabsequence=30 border="5" color="0" x="168" y="1" height="17" width="107" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any 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=12 alignment="0" tabsequence=32766 border="5" color="0" x="277" y="1" height="17" width="109" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any 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=13 alignment="0" tabsequence=32766 border="5" color="0" x="388" y="1" height="17" width="118" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any 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=11 alignment="0" tabsequence=40 border="5" color="0" x="508" y="1" height="17" width="81" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any 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=15 alignment="0" tabsequence=32766 border="5" color="0" x="591" y="1" height="17" width="112" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 edit.case=any 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=14 alignment="0" tabsequence=32766 border="5" color="0" x="1341" y="1" height="17" width="61" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 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=6 alignment="0" tabsequence=80 border="5" color="0" x="994" y="1" height="17" width="96" format="[general]" html.valueishtml="0" name=payroll_voucher visible="1" edit.limit=1 edit.case=any 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=7 alignment="0" tabsequence=70 border="5" color="0" x="906" y="1" height="17" width="86" format="[general]" html.valueishtml="0" name=prd_code__payroll visible="1" edit.limit=6 edit.case=any 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=16 alignment="0" tabsequence=32766 border="5" color="0" x="1404" y="1" height="17" width="66" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=0 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" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_perk_claim_hdr_edit.srd
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 )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=512 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="emp_adclaimhdr.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="emp_adclaimhdr.tran_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="emp_adclaimhdr.emp_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=claim_amt dbname="emp_adclaimhdr.claim_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=loan_adjamt dbname="emp_adclaimhdr.loan_adjamt" )
column=(type=char(1) update=yes updatewhereclause=yes name=payroll_voucher dbname="emp_adclaimhdr.payroll_voucher" values="Payroll P/Voucher V/Lapse L/" )
column=(type=char(6) update=yes updatewhereclause=yes name=prd_code__payroll dbname="emp_adclaimhdr.prd_code__payroll" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="emp_adclaimhdr.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="emp_adclaimhdr.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="emp_adclaimhdr.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="emp_adclaimhdr.ad_code" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_lname dbname="employee.emp_lname" )
column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(10) updatewhereclause=yes name=sh_descr dbname="allwdedn.sh_descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="emp_adclaimhdr.confirmed" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"emp_adclaimhdr~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"emp_adclaimhdr.tran_id~") COLUMN(NAME=~"emp_adclaimhdr.tran_date~") COLUMN(NAME=~"emp_adclaimhdr.emp_code~") COLUMN(NAME=~"emp_adclaimhdr.claim_amt~") COLUMN(NAME=~"emp_adclaimhdr.loan_adjamt~") COLUMN(NAME=~"emp_adclaimhdr.payroll_voucher~") COLUMN(NAME=~"emp_adclaimhdr.prd_code__payroll~") COLUMN(NAME=~"emp_adclaimhdr.chg_date~") COLUMN(NAME=~"emp_adclaimhdr.chg_user~") COLUMN(NAME=~"emp_adclaimhdr.chg_term~") COLUMN(NAME=~"emp_adclaimhdr.ad_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"allwdedn.sh_descr~") COLUMN(NAME=~"emp_adclaimhdr.confirmed~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"emp_adclaimhdr.ad_code~" ) JOIN (LEFT=~"emp_adclaimhdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( ( emp_adclaimhdr.tran_id~" OP =~"=~" EXP2 =~":as_tranid ) )~" ) ) ARG(NAME = ~"as_tranid~" TYPE = string) " update="EMP_ADCLAIMHDR" updatewhere=0 updatekeyinplace=no arguments=(("as_tranid", string)) )
groupbox(band=detail text="Other"border="2" color="33554432" x="13" y="225" height="70" width="510" name=gb_2 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="553648127" )
groupbox(band=detail text="Basic"border="2" color="0" x="16" y="4" height="213" width="506" 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" )
text(band=detail alignment="1" text="Transaction Date :" border="0" color="0" x="290" y="35" height="16" width="106" html.valueishtml="0" name=tran_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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="130" y="35" height="16" width="101" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="130" y="63" height="16" width="101" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 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="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="238" y="61" height="16" width="117" format="[general]" html.valueishtml="0" name=employee_emp_fname 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="12632256" )
text(band=detail alignment="1" text="Transaction Id :" border="0" color="0" x="31" y="35" height="16" width="95" html.valueishtml="0" name=tran_id_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="31" y="63" height="16" width="95" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Ad Code :" border="0" color="0" x="31" y="91" height="16" width="95" html.valueishtml="0" name=ad_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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=50 border="5" color="0" x="414" y="91" height="16" width="73" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=5 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="16777215" )
text(band=detail alignment="1" text="Pay Site :" border="0" color="0" x="340" y="91" height="16" width="70" html.valueishtml="0" name=pay_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Loan Adjusted :" border="0" color="0" x="317" y="119" height="16" width="93" html.valueishtml="0" name=loan_adjamt_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="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=70 border="5" color="0" x="414" y="119" height="16" width="73" format="###,###.00" html.valueishtml="0" name=loan_adjamt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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=4 alignment="1" tabsequence=60 border="5" color="0" x="130" y="119" height="16" width="73" format="###,###.00" html.valueishtml="0" name=claim_amt visible="1" edit.name="###,###.00" editmask.mask="###,###.00" 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="Payroll Voucher :" border="0" color="0" x="31" y="147" height="16" width="95" html.valueishtml="0" name=emp_adclaimhdr_payroll_voucher_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Payroll Period :" border="0" color="0" x="315" y="147" height="16" width="95" html.valueishtml="0" name=prd_code__payroll_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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=40 border="5" color="0" x="130" y="91" height="16" width="69" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="205" y="91" height="16" width="126" format="[general]" html.valueishtml="0" name=sh_descr visible="1" edit.limit=10 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="12632256" )
text(band=detail alignment="1" text="Claimed Amount :" border="0" color="0" x="26" y="119" height="16" width="100" html.valueishtml="0" name=claim_amt_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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=80 border="5" color="0" x="414" y="147" height="16" width="73" format="[general]" html.valueishtml="0" name=prd_code__payroll visible="1" edit.limit=6 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="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="358" y="63" height="16" width="129" format="[general]" html.valueishtml="0" name=employee_emp_lname 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="12632256" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="401" y="35" height="16" width="86" format="dd/mm/yy" html.valueishtml="0" name=tran_date 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" )
column(band=detail id=6 alignment="0" tabsequence=90 border="5" color="0" x="130" y="147" height="16" width="106" format="[general]" html.valueishtml="0" name=payroll_voucher 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" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="130" y="175" height="16" width="86" format="[Yes/No]" html.valueishtml="0" name=confirmed visible="1" 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="Confirmed :" border="0" color="0" x="52" y="175" height="16" width="74" html.valueishtml="0" name=confirmed_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="0" x="436" y="257" height="16" width="70" 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="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="352" y="257" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="272" y="257" height="16" width="70" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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="16777215" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="188" y="257" height="16" width="80" 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="107" y="257" height="16" width="70" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 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="16777215" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="23" y="257" height="16" width="80" 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="1" background.color="536870912" )
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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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