Commit 9d188474 authored by pbhosale's avatar pbhosale

Updated On [23/10/2019]

w_finent_acctprd.sql



git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210473 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 008ff665
......@@ -72,11 +72,24 @@ update ITM2MENU set ICON_PATH = 'FinancialEntitywiseAccountingPeriod.png', CLOSE
update TRANSETUP set REF_SER = 'F-ACPR' where TRAN_WINDOW = 'w_finent_acctprd';
update POPHELP set AUTO_FILL_LEN = '3', AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_FINENT_ACCTPRD';
update POPHELP set THUMB_ALT_COL = 'descr',THUMB_IMAGE_COL= 'fin_entity',THUMB_OBJ = 'FinentImages' where MOD_NAME = 'W_FINENT_ACCTPRD' and FIELD_NAME= 'FIN_ENTITY';
update POPHELP set THUMB_ALT_COL = 'descr',THUMB_IMAGE_COL= 'fin_entity',THUMB_OBJ = 'FinImages' where MOD_NAME = 'W_FINENT_ACCTPRD' and FIELD_NAME= 'FIN_ENTITY';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'code',THUMB_OBJ = 'AcctPrdImages' where MOD_NAME = 'W_FINENT_ACCTPRD' and FIELD_NAME= 'ACCT_PRD';
----------------------------------------------------[21/10/19][END]
----------------------------------------------------[23/10/19][START]
update TRANSETUP set PERIOD_OPTION = 'M',THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'fin_entity', THUMB_OBJ = 'FinImages' where TRAN_WINDOW = 'w_finent_acctprd';
update OBJ_FORMS set THUMB_ALT_COL = 'fin_entity', THUMB_IMAGE_COL= 'fin_entity', THUMB_OBJ = 'FinImages' where WIN_NAME = 'w_finent_acctprd';
UPDATE obj_forms
SET disp_metadata = '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{finent_descr} </b> (<b>{fin_entity}</b>) <br/>
Accounting Period : <b>{descr}</b> Effective From : <b>{fr_date}</b> To : <b>{to_date}</b>
</span>
</html>' WHERE win_name ='w_finent_acctprd';
----------------------------------------------------[23/10/19][END]
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