Commit d5e99f77 authored by dpingle's avatar dpingle

*Updated SQL and XML file on [16/10/19]

perk_claim21.xml
w_perk_claim.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209720 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5a2c6b39
...@@ -76,7 +76,7 @@ Effective Date : <b>{eff_date}</b>, Balance Amount <b>{bal_amt}</b>, Claimed Amo ...@@ -76,7 +76,7 @@ Effective Date : <b>{eff_date}</b>, Balance Amount <b>{bal_amt}</b>, Claimed Amo
UPDATE obj_forms UPDATE obj_forms
SET disp_metadata= '<html> 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> <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/> 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 style="float:right;"> <b>{tran_id}<b> </span>
</span> </span>
...@@ -109,7 +109,18 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH ...@@ -109,7 +109,18 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
--------------------------------------------------------[07/10/19]Start --------------------------------------------------------[07/10/19]Start
--------------------------------------------------------[16/10/19]Start
update OBJ_FORMS set THUMB_ALT_COL = 'sh_descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' 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>{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';
--------------------------------------------------------[16/10/19]End
......
...@@ -617,7 +617,7 @@ ...@@ -617,7 +617,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_adclaimhdr_payroll_voucher_t</name> <name>payroll_voucher_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
......
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