Commit 28d3d114 authored by sghate's avatar sghate

Shital: updated sql w_site_holtbl.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209536 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7787fca0
......@@ -110,3 +110,30 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
---------------------------------------------------Added by Sarita on 30/8/2019 Start---------------
update itm2menu set icon_path='site_holtbl.png' , close_icon = 'site_holtblwht.png' where win_name='w_site_holtbl';
---------------------------------------------------Added by Shital on 30/8/2019 Start---------------
---------------------------------------------------Added by Shital on 14/10/2019 Start---------------
update OBJ_FORMS set THUMB_OBJ='SiteImages', THUMB_IMAGE_COL='DESCR',THUMB_ALT_COL='SITE_CODE' where WIN_NAME='w_site_holtbl';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b> {site_descr} ({site_code})</b>,
Holiday Table No :<b> {holtbl_descr} ({hol_tblno})</b>
</span>
</html>' where win_name='w_site_holtbl';
update TRANSETUP set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'SiteImages' where TRAN_WINDOW = 'w_site_holtbl';
update OBJ_FORMS set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'SiteImages' where WIN_NAME = 'w_site_holtbl';
update POPHELP set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'SiteImages' where FIELD_NAME='SITE_CODE' and MOD_NAME = 'W_SITE_HOLTBL';
update POPHELP set THUMB_ALT_COL = 'Code', THUMB_IMAGE_COL= 'Description', THUMB_OBJ = 'EmpImages' where FIELD_NAME='HOL_TBLNO' and MOD_NAME = 'W_SITE_HOLTBL';
update POPHELP set AUTO_FILL_LEN = '3', AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where FIELD_NAME='HOL_TBLNO' and MOD_NAME = 'W_SITE_HOLTBL';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_site_holtbl';
---------------------------------------------------Added by Shital on 14/10/2019 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