Commit 84dcd42d authored by smisra's avatar smisra

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91485 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 75b9059e
CREATE TABLE wip_scanning_ps_hdr (
tran_id char(10),
tran_date date,
work_order char(10),
operation number(16, 0),
confirmed char(1),
conf_date date,
emp_code__aprv char(10),
mc_code char(10),
proc_code char(10),
bar_code char(20),
qc_approval_reject char(1),
reason_code char(20),
reason_descr char(120),
remarks char(20),
run_start_date date,
run_end_date date,
run_start_time date,
run_end_time date,
cumulativ_run_time number(16, 5),
total_run_time number(16, 3),
sccaned char(1),
cumulative_time number(16, 3),
product_code char(10),
lot_no char(15),
wait_time number(16, 3),
lot_sl char(15),
site_code char(5)); TABLESPACE ITM_MFG_I1);
alter table wip_scanning_ps_hdr add constraint pk_tran_id primary key(tran_id); USING INDEX TABLESPACE ITM_MFG_I1;
--system entry for itm2menu of solar wipscan
INSERT INTO itm2menu (
application ,
level_1 ,
level_2 ,
level_3 ,
level_4 ,
level_5 ,
win_name ,
descr ,
comments ,
menu_path ,
icon_path ,
chg_date ,
chg_term ,
chg_user )
VALUES (
'RCP',
1,
1,
3,
0,
0,
'w_wip_scan_ps',
'WIP Scanning',
'WIP Scanning',
'RCP.1.1.3.0.0',
'e12_logo.gif',
sysdate,
'TSD ',
'TSD ');
--system entry for TRANSETUP of solar wipscan
INSERT INTO transetup (
tran_window ,
save_flag ,
val_flag ,
key_flag ,
key_string ,
chg_date ,
chg_user ,
chg_term ,
edi_option ,
confirm_col ,
confirm_val ,
repeat_add_det ,
ledg_post_conf ,
tran_id_col ,
confirm_mode ,
mail_option ,
garbage_opt ,
table_name ,
application ,
tran_date_col ,
ref_ser)
VALUES (
'w_wip_scan_ps',
'2',
'2',
'M',
'seq10',
sysdate,
'BASE ',
'BASE31 ',
'0',
'CONFIRMED',
'Y',
'N',
'N',
'TRAN_ID',
'0',
'0',
'N',
'wip_scanning_ps_hdr',
'CHG',
'TRAN_DATE',
'W-MAT');
--system entry for obj_forms of solar wipscan
INSERT INTO obj_forms (
win_name ,
title ,
obj_brow_name ,
obj_edit_name ,
form_no ,
auto_accept_scan ,
scan_metadata ,
scan_flag ,
scan_delimiter ,
auto_accept_weighdata )
VALUES (
'w_wip_scan_ps',
'Header',
'd_wipscan11',
'd_wip_scan_ps_21',
'1',
'Y',
'lot_no,lot_sl',
'Y',
'-',
'Y' );
--system entry for system_events of solar wipscan
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code,
description ,
title ,
image ,
action_type ,
form_no )
VALUES (
'wip_scan_ps',
1,
'A',
'a',
'a',
'Adding New',
'Add',
'add.gif',
'S',
'1');
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no)
VALUES (
'wip_scan_ps',
2,
'E',
'a',
'a',
'Editing Existing Record',
'Edit',
'edit.gif',
'S',
'1');
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no,
SERVICE_HANDLER )
VALUES (
'wip_scan_ps',
5,
'F',
'a',
'pre_confirm',
'Confirm',
'Confirm',
'confirm.gif',
'U',
'1',
'2' );
--system entry for obj_itemchange
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'lot_no'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'lot_sl'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'itm_default'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'qc_approval_reject'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'reason_code'
);
--system entry for POPHELP
INSERT INTO pophelp(
field_name ,
mod_name ,
sql_str ,
msg_title ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'fld_value',
'w_wip_scan_ps',
'SELECT FLD_VALUE FROM GENCODES',
'ITEM',
sysdate,
'C Pandey',
'122');
--system entry for system_events of solar wipscan
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name )
VALUES (
'wip_scan_ps',
'post_item_change',
'1',
'poic_default_ejb1',
sysdate,
'chitranjan',
'BASE249',
'2',
'0',
'EJB',
'WIPScanPvSolar' );
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name)
VALUES (
'wip_scan_ps',
'pre_confirm',
'1',
'prv_confirm',
sysdate,
'Shamim ',
'BASE215',
'2',
'0',
'EJB',
'WIPScanConfPvSolar');
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name )
VALUES (
'wip_scan_ps',
'pre_validate',
'1',
'prv_default_ejb1',
sysdate,
'chitranjan',
'BASE249',
'2',
'0',
'EJB',
'WIPScanPvSolar' );
--system entry for messages of solar wipscan
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPTI1 ',
'TRAN ID CAN NOT BE BLANK',
'ENTER TRAN ID',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPTI ',
'TRAN ID ALREADY EXIST',
'EMTER UNIQUE TRAN ID',
'E'
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES
(
'VTWIPLN1 ',
'INVALID BAR CODE ',
'EITHER LOT NO OR LOT SL IS INVALID',
'E',
sysdate,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPLN1 ',
'INVALID BAR CODE ',
'EITHER LOT NO OR LOT SL IS INVALID',
'E',
sysdate,
'chitranjan',
'Base31 '
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPSBC ',
'YOU ALREADY USED THIS NO',
'ENTER UNIQUE BAR CODE ',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPMC ',
'MACHNIE CODE NOT EXIST',
'MACHNIE CODE NOT EXIST',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPPC ',
'PRODUCT CODE NOT EXIST',
'ENTER PROCESS CODE',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPWT ',
'WAIT TIME NOT EXIST',
'ENTER VALID WAIT TIME',
'E'
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPQCAR1',
'INVALID QC ORDER ',
'ENTER QC ORDER OR APPROVAL OR REJECT',
'E',
sysdate,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPRC1 ',
'ENTER REASON CODE',
'ENTER REASON CODE',
'E',
SYSDATE,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPRM1 ',
'ENTER REMARKS',
'ENTER REMARKS',
'E',
SYSDATE,
'chitranjan',
'Base31 '
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPCONFT',
'TRANSACTION ALREADY CONFIRMED',
'TRANSACTION ALREADY CONFIRMED',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPCOPR ',
'RECEIPT CAN NOT BE GENRATE',
'IT'S NOT LAST OPERATION RECEIPT CAN BE GENRATE AFTER COMPLETION OF ALL OPERATION',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term ,
mail_option
)
VALUES (
'VTSUCC1 ',
'VTSUCC',
'Selected transaction Successfully Confirmed',
'P',
sysdate,
'BASE ',
'07BASE83 ',
'0');
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type )
)
VALUES (
'VTWIPCOPR ',
'Receipt Can Not Be Genrate',
'It's Not Last Transection Receipt Can Not Be Genrate',
'E'
);
INSERT INTO POPHELP (
field_name,
mod_name ,
sql_str ,
msg_title
)
VALUES (
'REASON_CODE ',
'W_WIP_SCAN_PS ',
'SELECT FLD_NAME, FLD_VALUE FROM GENCODES',
'reason code '
);
\ No newline at end of file
This diff is collapsed.
$PBExportHeader$d_qcorder11.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=240 color="536870912" )
table(column=(type=char(5) updatewhereclause=no name=site_code dbname="site_code" )
column=(type=char(10) updatewhereclause=no name=qc_order_no_from dbname="qc_order_no_from" )
column=(type=char(10) updatewhereclause=no name=qc_order_no_to dbname="qc_order_no_to" )
column=(type=char(15) updatewhereclause=no name=lot_no_from dbname="lot_no_from" )
column=(type=char(15) updatewhereclause=no name=lot_no_to dbname="lot_no_to" )
column=(type=char(5) updatewhereclause=no name=lot_sl_from dbname="lot_sl_from" )
column=(type=char(120) updatewhereclause=no name=xls_name dbname="xls_file" )
column=(type=char(5) updatewhereclause=no name=lot_sl_to dbname="lot_sl_to" )
)
groupbox(band=detail text="Qc Approve"border="2" color="33554432" x="18" y="11" height="147" width="502" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="66" y="55" height="16" width="60" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Import:" border="0" color="33554432" x="66" y="31" height="16" width="60" html.valueishtml="0" name=xls_file_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=80 border="5" color="33554432" x="130" y="31" height="16" width="367" format="[general]" html.valueishtml="0" name=xls_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="130" y="55" height="16" width="55" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Qc Order No From:" border="0" color="33554432" x="24" y="79" height="16" width="102" html.valueishtml="0" name=qc_order_no_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="130" y="79" height="16" width="112" format="[general]" html.valueishtml="0" name=qc_order_no_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Qc Order No To:" border="0" color="33554432" x="290" y="79" height="16" width="93" html.valueishtml="0" name=qc_order_no_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="387" y="79" height="16" width="112" format="[general]" html.valueishtml="0" name=qc_order_no_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="130" y="103" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_no_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lot No From:" border="0" color="33554432" x="44" y="103" height="16" width="82" html.valueishtml="0" name=lot_no_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot No To:" border="0" color="33554432" x="317" y="103" height="16" width="66" html.valueishtml="0" name=lot_no_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="387" y="103" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_no_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="130" y="127" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_sl_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lot Sl From:" border="0" color="33554432" x="53" y="127" height="16" width="73" html.valueishtml="0" name=lot_sl_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot Sl To:" border="0" color="33554432" x="325" y="127" height="16" width="58" html.valueishtml="0" name=lot_sl_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="33554432" x="387" y="127" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_sl_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_qcorder12_20.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(10) updatewhereclause=no name=qorder_no dbname="qorder_no" )
column=(type=char(15) updatewhereclause=no name=lot_no dbname="lot_no" )
column=(type=char(5) updatewhereclause=no name=lot_sl dbname="lot_sl" )
column=(type=char(10) updatewhereclause=no name=item_code dbname="item_code" )
column=(type=char(60) updatewhereclause=no name=item_descr dbname="item_descr" )
column=(type=char(3) updatewhereclause=no name=apprv_rej dbname="apprv_rej" values="A A/R R/" )
column=(type=char(5) updatewhereclause=no name=reason_code dbname="reason_code" )
column=(type=long updatewhereclause=no name=flesh_result dbname="flesh_result" )
)
text(band=header alignment="2" text="Qorder No" border="6" color="33554432" x="2" y="2" height="16" width="76" html.valueishtml="0" name=qorder_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Batch No" border="6" color="33554432" x="80" y="2" height="16" width="72" html.valueishtml="0" name=lot_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Sheet No" border="6" color="33554432" x="154" y="2" height="16" width="80" html.valueishtml="0" name=lot_sl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="236" y="2" height="16" width="77" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Descr" border="6" color="33554432" x="315" y="2" height="16" width="162" html.valueishtml="0" name=item_descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Apprv Rej" border="6" color="33554432" x="479" y="2" height="16" width="72" html.valueishtml="0" name=apprv_rej_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reason Code" border="6" color="33554432" x="553" y="2" height="16" width="105" html.valueishtml="0" name=reason_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Flesh Result" border="6" color="33554432" x="660" y="2" height="16" width="89" html.valueishtml="0" name=flesh_result_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="76" format="[general]" html.valueishtml="0" name=qorder_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="80" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=lot_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="154" y="2" height="16" width="80" format="[general]" html.valueishtml="0" name=lot_sl visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="236" y="2" height="16" width="77" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="315" y="2" height="16" width="162" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=10 border="5" color="33554432" x="479" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=apprv_rej visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="33554432" x="553" y="2" height="16" width="105" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=30 border="5" color="33554432" x="660" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=flesh_result visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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