Commit 4cf5f578 authored by wansari's avatar wansari

D15AKAT008 updated sql for multiscan receipt scan meta data for form3 as user...

D15AKAT008 updated sql for multiscan receipt scan meta data for form3 as user can enter quantity in form3


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100225 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fb75164
...@@ -379,7 +379,12 @@ WHERE WIN_NAME='w_porcpdet_part_wiz' AND FORM_NO='3'; ...@@ -379,7 +379,12 @@ WHERE WIN_NAME='w_porcpdet_part_wiz' AND FORM_NO='3';
----------------------------------updated scan meta data and title of obj_forms 29-05-2015 [END]---------------------------- ----------------------------------updated scan meta data and title of obj_forms 29-05-2015 [END]----------------------------
----------------------------------updated scan meta data as user can enter quantity in multiscan receipt partial on 17-02-2016 [START]----------------------------
update obj_forms set scan_metadata = '<SCAN_INFO><MAPPING_SCAN ORDER="1"><SCAN_LABEL>Item Code:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD ORDER="0" LOOKUP_TABLE="ITEM" LOOKUP_COL="UDF__STR2" LOOKUP_RETCOL="TRIM(ITEM_CODE)">item_code</FIELD></FIELDS></MAPPING_SCAN><INPUT_SCAN ORDER="1"><SCAN_LABEL>Quantity:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD ORDER="0">quantity</FIELD></FIELDS></INPUT_SCAN><SCAN_CONDITION field="quantity">loc_code == "PGRL"</SCAN_CONDITION></SCAN_INFO></SCAN_INFO>'
where win_name = 'w_porcpdet_part_wiz' and form_no = '3';
----------------------------------updated scan meta data as user can enter quantity in multiscan receipt partial on 17-02-2016 [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