Commit 2696a347 authored by smestry's avatar smestry

Updated sql for Product wizard new look and feel. Added new field customer...

Updated sql for Product wizard new look and feel. Added new field customer item reference, active, product wizard edit according to size and color selection, functionality to attach images for item.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@42095 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 415ba149
INSERT INTO DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM) VALUES
('999999','CUST_ITEM_REF','S','Y','Customer Item Reference',0,sysdate,'BASE','BASE');
INSERT INTO MESSAGES
(MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
VALUES ('DUPCUSTITM','Duplicate Customer Item ref','Duplicate Customer item references or already exists in item master','E','Y',NULL,NULL,NULL,sysdate,'BASE','BASE',NULL,NULL);
INSERT INTO MESSAGES
(MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
VALUES ('VTINVCITEM','Invalid Customer Item ref','Invalid Customer item references. Customer item references cannot be blank.','E','Y',NULL,NULL,NULL,sysdate,'BASE','BASE',NULL,NULL);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('dd_productWiz','1','item_parnt',null);
alter table doc_contents modify DOC_TYPE VARCHAR2(5);
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