Commit a8587368 authored by smestry's avatar smestry

Updated the update.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100194 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0c944d9f
...@@ -53915,6 +53915,22 @@ Please refer to Order Number ORDER_NUMBER<BR><BR> ...@@ -53915,6 +53915,22 @@ Please refer to Order Number ORDER_NUMBER<BR><BR>
</center>',1,1,1,1,'M',null,null,null,null,null,null,null,null,null,null,null,null); </center>',1,1,1,1,'M',null,null,null,null,null,null,null,null,null,null,null,null);
----------------------------- Change by Sneha, on 24-12-2015 (new requirement) ----------------------------------------
alter table siteitem add qc_sample_type char(1); -- 1 - On-line, 2 - Off-line
alter table pallet_hdr add pallet_status char(1); -- F - Full, P - Partial
alter table pallet_det add qc_sample_type char(1); -- -- 1 - On-line, 2 - Off-line
INSERT INTO MESSAGES (MSG_NO, MSG_STR, MSG_DESCR, MSG_TYPE, CHG_DATE, CHG_USER, CHG_TERM) VALUES ('VTINVQST', 'Invalid QC Sample Type', 'Scanned item doesnot belong to same QC sample type', 'E', sysdate, 'BASE', 'BASE');
----------------------------- Change by Sneha, on 04-01-2016 ----------------------------------------
update obj_forms set assisted_mode = 'E' where win_name = 'w_palletization' and form_no = 1;
----------------------------- Change by Sneha, 23-12-2015 ----------------------------------------
update transetup set edit_opt = 1 , confirm_col = 'CONFIRMED' , confirm_val = 'Y' where tran_window = 'w_palletize_det';
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