Commit f4627904 authored by dpawar's avatar dpawar

added sql for bill no,stockist date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94042 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc189033
......@@ -270,6 +270,23 @@ insert into messages
values
('VTAPRNGRR','Invalid operation','End sale rate must be greater than approved rate','E',sysdate,'BASE','BASE');
--23/12/13
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTBILNNN','Bill. no is empty','Please enter bill no.','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTBILDNN','Stockist date is empty','Please enter stockist date','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTTNSVD','Transaction not saved','Error in saving transaction','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