Commit 5a2c6b39 authored by sanashaikh's avatar sanashaikh

Sana S : Modified on 16/10/19

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209703 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 81f7f8d3
......@@ -14,7 +14,7 @@ table(column=(type=char(6) updatewhereclause=yes name=acct_prd dbname="it_calchd
column=(type=number updatewhereclause=yes name=itpayable dbname="itpayable" )
column=(type=char(92) updatewhereclause=yes name=emp_name dbname="emp_name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"it_calchdr~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"it_calcdet~" ALIAS=~"a~" ) TABLE(NAME=~"it_calcdet~" ALIAS=~"b~" ) COLUMN(NAME=~"it_calchdr.acct_prd~") COLUMN(NAME=~"employee.emp_code~") COMPUTE(NAME=~"employee.pay_site as site_code~") COMPUTE(NAME=~"employee.proc_group as proc_group~") COMPUTE(NAME=~"case when a.amount is null then 0 else a.amount end as itax~") COMPUTE(NAME=~"case when b.amount is null then 0 else b.amount end as taxpaid~") COMPUTE(NAME=~"(case when a.amount is null then 0 else a.amount end - case when b.amount is null then 0 else b.amount end) as itpayable~") COMPUTE(NAME=~"employee.emp_fname_long || ' ' || employee.emp_mname_long || ' ' || employee.emp_lname_long as emp_name~") JOIN (LEFT=~"it_calchdr.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( it_calchdr.acct_prd~" OP =~"=~" EXP2 =~":as_prdcode )~" LOGIC =~"and~" ) WHERE( EXP1 =~"case when it_calchdr.confirmed is null then 'N' else it_calchdr.confirmed end~" OP =~"<>~" EXP2 =~"'Y'~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.emp_code~" OP =~"between~" EXP2 =~":as_emp_fr and :as_emp_to~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.pay_site~" OP =~"between~" EXP2 =~":as_site_fr and :as_site_to~" LOGIC =~"and~" ) WHERE( EXP1 =~"employee.proc_group~" OP =~"between~" EXP2 =~":as_procgrp_fr and :as_procgrp_to~" LOGIC =~"and~" ) WHERE( EXP1 =~"a.emp_code~" OP =~"=~" EXP2 =~"employee.emp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"a.acct_prd~" OP =~"=~" EXP2 =~":as_prdcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"a.ad_code~" OP =~"=~" EXP2 =~":as_it_ad_tottax~" LOGIC =~"and~" ) WHERE( EXP1 =~"b.emp_code~" OP =~"=~" EXP2 =~"employee.emp_code~" LOGIC =~"and~" ) WHERE( EXP1 =~"b.acct_prd~" OP =~"=~" EXP2 =~":as_prdcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"b.ad_code~" OP =~"=~" EXP2 =~":as_it_ad_payable~" ) ) ARG(NAME = ~"as_prdcode~" TYPE = string) ARG(NAME = ~"as_emp_fr~" TYPE = string) ARG(NAME = ~"as_emp_to~" TYPE = string) ARG(NAME = ~"as_site_fr~" TYPE = string) ARG(NAME = ~"as_site_to~" TYPE = string) ARG(NAME = ~"as_procgrp_fr~" TYPE = string) ARG(NAME = ~"as_procgrp_to~" TYPE = string) ARG(NAME = ~"as_it_ad_tottax~" TYPE = string) ARG(NAME = ~"as_it_ad_payable~" TYPE = string) " arguments=(("as_prdcode", string),("as_emp_fr", string),("as_emp_to", string),("as_site_fr", string),("as_site_to", string),("as_procgrp_fr", string),("as_procgrp_to", string),("as_it_ad_tottax", string),("as_it_ad_payable", string)) sort="emp_code A " )
text(band=header alignment="0" text="A/c Period" border="6" color="0" x="2" y="2" height="16" width="77" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Accoun Period" border="6" color="0" x="2" y="3" height="16" width="77" html.valueishtml="0" name=acct_prd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Employee Code" border="6" color="0" x="81" y="2" height="17" width="96" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Employee Name" border="6" color="0" x="179" y="2" height="17" width="214" html.valueishtml="0" name=emp_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Site Code" border="6" color="0" x="395" y="2" height="17" width="61" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
......
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