Commit f9085391 authored by smestry's avatar smestry

W15FSUN008, Updated sql file for palletization, changes in the requirement for...

W15FSUN008, Updated sql file for palletization, changes in the requirement for pallet status and qc type.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99521 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ecab926
......@@ -404,5 +404,16 @@ CREATE UNIQUE INDEX PALLET_DET_IDX ON PALLET_DET (TRAN_ID , ITEM_CODE , LOT_NO ,
UPDATE OBJ_FORMS SET SCAN_METADATA = '<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LABEL>Scan Label :</SCAN_LABEL><FIELDS SEPARATOR="D" DELIMITER="-"><FIELD ORDER="1">lot_no</FIELD><FIELD ORDER="2">lot_sl</FIELD></FIELDS></INPUT_SCAN><SCAN_CONDITION field="lot_no">lot_no =="null" || lot_no == ""</SCAN_CONDITION><SCAN_CONDITION field="lot_sl">lot_sl =="null" || lot_sl == ""</SCAN_CONDITION></SCAN_INFO>' WHERE win_name = 'w_palletization' and form_no = 3;
----------------------------- Change 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');
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