Commit 69e6e8f3 authored by dpawar's avatar dpawar

added messages


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96248 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ec2183c3
......@@ -149,11 +149,22 @@ Update obj_forms set title ='Despatch Inventory' ,
scan_metadata='<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LABEL>LPN No. :</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_sl</FIELD></FIELDS></INPUT_SCAN></SCAN_INFO>'
where form_no='3' and win_name='w_despatchwiz';
Update obj_forms set assisted_mode ='E' where form_no='3' and win_name='w_despatchwiz';
--added on 11-AUG-14
update itm2menu set comments=' ' where WIN_NAME='w_despatchwiz';
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTDPCCMPQ','Invalid Quantity','Despatch can not be created more than pending quantity','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTDPCCSQ','Invalid Quantity','Entered detail quantity sum is greater than sale order detail sum quantity','E',sysdate,'BASE','BASE');
......
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