Commit 1a3c518e authored by ssalve's avatar ssalve

Added update query for obj_forms to show disp_metadata


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106320 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c59fcbd7
...@@ -1080,5 +1080,15 @@ VALUES ('999999','GST_B2CL_INV_VAL','N','250000',TO_DATE('14-05-17','DD-MM-RR'), ...@@ -1080,5 +1080,15 @@ VALUES ('999999','GST_B2CL_INV_VAL','N','250000',TO_DATE('14-05-17','DD-MM-RR'),
update obj_actions set rights_char='D' where obj_name='gstr' and line_no='4'; update obj_actions set rights_char='D' where obj_name='gstr' and line_no='4';
---------------------------------Added by sarita 14JUL 2017 [END] --------------------------------------------- ---------------------------------Added by sarita 14JUL 2017 [END] ---------------------------------------------
---------------------------------Added by sarita 14JUL 2017 [START] -------------------------------------------
update OBJ_FORMS set DISP_METADATA ='<html>
<b style="white-space: normal !important; word-break: break-word; ">GTIN : {tax_reg_no},
<span style="margin-left: 1%;"> Amount - {amount} State :{state_descr}</b> </span>
<span style="float:right;"> <b> {tran_date} </b></span>
<br>{site_code} - {site_descr} , Period Code :{prd_code}
<span style="margin-left: 1%;">Transaction Type :{tran_type_descr} </span>
<SPAN STYLE="float:right;"> {tran_id} </SPAN>
</html>' where WIN_NAME='w_gstr' and FORM_NO=1;
---------------------------------Added by sarita 14JUL 2017 [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