Commit aceb8fae authored by vvengurlekar's avatar vvengurlekar

system_entry.sql- added indent close link on indent approval screen


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200438 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 532748e1
...@@ -160,3 +160,12 @@ update OBJ_FORMS set DISP_METADATA= '<html> ...@@ -160,3 +160,12 @@ update OBJ_FORMS set DISP_METADATA= '<html>
update OBJ_FORMS set DISP_METADATA= '<html>{item_descr} <span class = "optional">({item_code})</span><span style="float:right;"> Due on {dsp_date}</span> <br>{quantity} {unit} @ {rate} - {discount}% Discount + {tax_amt} in Tax =<b> {net_tot_amt} Order Value :{ord_value}</b></html>' WHERE WIN_NAME='w_sorder' AND FORM_NO='2'; update OBJ_FORMS set DISP_METADATA= '<html>{item_descr} <span class = "optional">({item_code})</span><span style="float:right;"> Due on {dsp_date}</span> <br>{quantity} {unit} @ {rate} - {discount}% Discount + {tax_amt} in Tax =<b> {net_tot_amt} Order Value :{ord_value}</b></html>' WHERE WIN_NAME='w_sorder' AND FORM_NO='2';
------Added by Jaffar S. on [02/11/2018][To display order value for Sales Order header and detail brow][End] ------Added by Jaffar S. on [02/11/2018][To display order value for Sales Order header and detail brow][End]
----------Added by Varsha V on 06-05-19 to add indent_close link on indent approval-------------------
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,LINK_NAME,RIGHTS_CHAR,IMAGE,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,SWIPE_POSITION,TITLE,DESCR,SHOW_CONFIRM,DISPLAY_MODE,LINE_NO,LINK_ID) values
('indent','1','home_5','indent_close','indent_close11','Indent Close',null,'4','ind_no.String:ind_no,site_code.String:site_code','1',null,'S',null,null,null,null,null,null,null,null,'1',16,null);
commit;
----------Added by Varsha V on 06-05-19 to add indent_close link on indent approval-------------------
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