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
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
$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
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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