Commit 6902a62f authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192644 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3f1d07e9
...@@ -143,3 +143,20 @@ values ('999999','POSTORD_CLUBPENDORD','S','N','Variable for Post Order to get c ...@@ -143,3 +143,20 @@ values ('999999','POSTORD_CLUBPENDORD','S','N','Variable for Post Order to get c
COMMIT; COMMIT;
------Added by Anjali R. on [25/10/2018][Post order disparam variable fro club order and club order pending.][END] ------Added by Anjali R. on [25/10/2018][Post order disparam variable fro club order and club order pending.][END]
------Added by Jaffar S. on [02/11/2018][To display order value for Sales Order header and detail brow][Start]
update OBJ_FORMS set DISP_METADATA= '<html>
<b style="white-space: normal !important; word-break: break-word;
">{cust_name} - <span class = "optional">{dlv_city},</span></b>
<span style="margin-left: 1%;">{net_tot_amt}</span><b>{curr_code} </b>
<span class = "optional" style="float:right;"><b>{due_date} </b></span>
<br> Po# : {cust_pord}, Date : {order_date},
<span class = "optional" style="margin-left: 1%;"> Order Type :
{descr} , Order Status :{order_status} , Order Value :{tot_ord_value}</span>
<span style="float:right;"> Site <b>{site_code}</b> Division <b>{item_ser} </b>{sale_order} </span>
</html>' WHERE WIN_NAME='w_sorder' AND FORM_NO='1';
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]
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