Commit 937ee377 authored by jshinde's avatar jshinde

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103070 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca72a42f
......@@ -20,7 +20,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="pallet_req_hdr.tran_type" )
column=(type=char(1) update=yes updatewhereclause=yes name=req_type dbname="pallet_req_hdr.req_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
column=(type=char(10) updatewhereclause=yes name=request_type dbname="request_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~") COMPUTE(NAME=~"CASE WHEN PALLET_REQ_HDR.REQ_TYPE = 'N' THEN 'NEAREXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'E' THEN 'EXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'R' THEN 'REJECTED' WHEN PALLET_REQ_HDR.REQ_TYPE = 'S' THEN 'STOCK' ELSE ' ' END AS REQUEST_TYPE~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_TYPE~~~"~" OP =~"=~" EXP2 =~":TransactionType~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) ARG(NAME = ~"TransactionType~" TYPE = string) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime),("TransactionType", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="60" html.valueishtml="0" name=tran_id_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="Transaction Date" border="0" color="33554432" x="64" y="2" height="15" width="61" html.valueishtml="0" name=tran_date_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="Site Code" border="0" color="33554432" x="127" y="2" height="15" width="56" html.valueishtml="0" name=site_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" )
......@@ -35,7 +36,6 @@ text(band=header alignment="2" text="Change User" border="0" color="33554432" x=
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="1043" y="2" height="15" width="84" html.valueishtml="0" name=chg_date_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="Change Term" border="0" color="33554432" x="1129" y="2" height="15" width="84" html.valueishtml="0" name=chg_term_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="Transaction Type" border="0" color="33554432" x="1215" y="1" height="16" width="66" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="1" font.face="Arial" font.height="-11" 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="2" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transaction Id" visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="64" y="1" height="18" width="61" format="[shortdate] [time]" html.valueishtml="0" name=tran_date tag="Transaction date" 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="127" y="2" height="18" width="56" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 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="1" background.color="536870912" )
......@@ -50,7 +50,10 @@ column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="3355443
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1043" y="2" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1129" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1215" y="1" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1409" y="1" height="17" width="58" html.valueishtml="0" name=request_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1409" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=request_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 template=(comment="" encoding="UTF-8" name="d_pallet_req_srk11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_pallet_req_stk11><d_pallet_req_stk11_row __pbband=~"detail~"><tran_id>tran_id</tran_id><tran_date>tran_date</tran_date><site_code>site_code</site_code><loc_code/><confirmed>confirmed</confirmed><conf_date>conf_date</conf_date><emp_code__aprv>emp_code__aprv</emp_code__aprv><remarks>remarks</remarks><add_user>add_user</add_user><add_date>add_date</add_date><add_term>add_term</add_term><chg_user>chg_user</chg_user><chg_date>chg_date</chg_date><chg_term>chg_term</chg_term></d_pallet_req_stk11_row></d_pallet_req_stk11>"))
......
......@@ -19,35 +19,41 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="pallet_req_hdr.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="pallet_req_hdr.tran_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"=~" EXP2 =~"'C'~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
column=(type=char(1) update=yes updatewhereclause=yes name=req_type dbname="pallet_req_hdr.req_type" )
column=(type=char(20) updatewhereclause=yes name=request_type dbname="request_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~") COMPUTE(NAME=~"'CONTROLLED SUBSTANCE' AS REQUEST_TYPE~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"=~" EXP2 =~"'C' ~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_TYPE~~~"~" OP =~"=~" EXP2 =~":TransactionType~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) ARG(NAME = ~"TransactionType~" TYPE = string) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime),("TransactionType", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="60" html.valueishtml="0" name=tran_id_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="Transaction Date" border="0" color="33554432" x="64" y="2" height="15" width="61" html.valueishtml="0" name=tran_date_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="Site Code" border="0" color="33554432" x="127" y="2" height="15" width="56" html.valueishtml="0" name=site_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="Confirmed" border="0" color="33554432" x="185" y="2" height="15" width="56" html.valueishtml="0" name=confirmed_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="Confirmed Date" border="0" color="33554432" x="243" y="2" height="15" width="64" html.valueishtml="0" name=conf_date_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="Employee Code Approver" border="0" color="33554432" x="309" y="2" height="15" width="76" html.valueishtml="0" name=emp_code__aprv_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="Remarks" border="0" color="33554432" x="387" y="2" height="15" width="316" html.valueishtml="0" name=remarks_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="Add User" border="0" color="33554432" x="705" y="2" height="15" width="66" html.valueishtml="0" name=add_user_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="Add Date" border="0" color="33554432" x="773" y="2" height="15" width="90" html.valueishtml="0" name=add_date_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="Add Term" border="0" color="33554432" x="865" y="2" height="15" width="84" html.valueishtml="0" name=add_term_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="Change User" border="0" color="33554432" x="951" y="2" height="15" width="66" html.valueishtml="0" name=chg_user_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="Change Date" border="0" color="33554432" x="1019" y="2" height="15" width="84" html.valueishtml="0" name=chg_date_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="Change Term" border="0" color="33554432" x="1105" y="2" height="15" width="84" html.valueishtml="0" name=chg_term_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="Transaction Type" border="0" color="33554432" x="1191" y="1" height="16" width="66" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="387" y="2" height="15" width="340" html.valueishtml="0" name=remarks_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="Add User" border="0" color="33554432" x="729" y="2" height="15" width="66" html.valueishtml="0" name=add_user_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="Add Date" border="0" color="33554432" x="797" y="2" height="15" width="90" html.valueishtml="0" name=add_date_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="Add Term" border="0" color="33554432" x="889" y="2" height="15" width="84" html.valueishtml="0" name=add_term_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="Change User" border="0" color="33554432" x="975" y="2" height="15" width="66" html.valueishtml="0" name=chg_user_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="Change Date" border="0" color="33554432" x="1043" y="2" height="15" width="84" html.valueishtml="0" name=chg_date_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="Change Term" border="0" color="33554432" x="1129" y="2" height="15" width="84" html.valueishtml="0" name=chg_term_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="Transaction Type" border="0" color="33554432" x="1215" y="1" height="16" width="66" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-11" 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="2" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transaction Id" visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="64" y="1" height="18" width="61" format="[shortdate] [time]" html.valueishtml="0" name=tran_date tag="Transaction date" 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="127" y="2" height="18" width="56" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="185" y="2" height="18" width="56" format="[general]" html.valueishtml="0" name=confirmed tag="Transaction confirmation (Y/N)" visible="1" edit.limit=1 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="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="243" y="2" height="18" width="64" format="[shortdate] [time]" html.valueishtml="0" name=conf_date tag="Transaction confirmation date" 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="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="309" y="2" height="18" width="76" format="[general]" html.valueishtml="0" name=emp_code__aprv tag="Employee code approver" visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="387" y="2" height="18" width="316" format="[general]" html.valueishtml="0" name=remarks tag="Remarks if any" visible="1" edit.limit=60 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="33554432" x="705" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=add_user tag="User who added the transaction." visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="773" y="2" height="18" width="90" format="[shortdate] [time]" html.valueishtml="0" name=add_date tag="Date when the tranction was added." 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=100 border="5" color="33554432" x="865" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=add_term tag="Terminal from which the transaction has been added." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="33554432" x="951" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=chg_user tag="User who has last modified the transaction. Internally modify by system." visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1019" y="2" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1105" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1191" y="1" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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=7 alignment="0" tabsequence=70 border="5" color="33554432" x="387" y="2" height="18" width="340" format="[general]" html.valueishtml="0" name=remarks tag="Remarks if any" visible="1" edit.limit=60 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="33554432" x="729" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=add_user tag="User who added the transaction." visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="797" y="2" height="18" width="90" format="[shortdate] [time]" html.valueishtml="0" name=add_date tag="Date when the tranction was added." 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=100 border="5" color="33554432" x="889" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=add_term tag="Terminal from which the transaction has been added." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="33554432" x="975" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=chg_user tag="User who has last modified the transaction. Internally modify by system." visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1043" y="2" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1129" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1215" y="1" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1409" y="1" height="17" width="58" html.valueishtml="0" name=request_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1409" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=request_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 template=(comment="" encoding="UTF-8" name="d_pallet_req_srk11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_pallet_req_stk11><d_pallet_req_stk11_row __pbband=~"detail~"><tran_id>tran_id</tran_id><tran_date>tran_date</tran_date><site_code>site_code</site_code><loc_code/><confirmed>confirmed</confirmed><conf_date>conf_date</conf_date><emp_code__aprv>emp_code__aprv</emp_code__aprv><remarks>remarks</remarks><add_user>add_user</add_user><add_date>add_date</add_date><add_term>add_term</add_term><chg_user>chg_user</chg_user><chg_date>chg_date</chg_date><chg_term>chg_term</chg_term></d_pallet_req_stk11_row></d_pallet_req_stk11>"))
......
......@@ -20,8 +20,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="pallet_req_hdr.tran_type" )
column=(type=char(1) update=yes updatewhereclause=yes name=req_type dbname="pallet_req_hdr.req_type" )
column=(type=char(10) update=yes updatewhereclause=yes name=req_type dbname="req_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~") COMPUTE(NAME=~"CASE WHEN PALLET_REQ_HDR.REQ_TYPE = 'N' THEN 'NEAREXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'E' THEN 'EXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'R' THEN 'REJECTED' WHEN PALLET_REQ_HDR.REQ_TYPE = 'S' THEN 'STOCK' ELSE ' ' END AS REQ_TYPE~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
column=(type=char(10) updatewhereclause=yes name=request_type dbname="request_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~") COMPUTE(NAME=~"CASE WHEN PALLET_REQ_HDR.REQ_TYPE = 'N' THEN 'NEAREXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'E' THEN 'EXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'R' THEN 'REJECTED' WHEN PALLET_REQ_HDR.REQ_TYPE = 'S' THEN 'STOCK' ELSE ' ' END AS REQUEST_TYPE~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_TYPE~~~"~" OP =~"=~" EXP2 =~":TransactionType~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) ARG(NAME = ~"TransactionType~" TYPE = string) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime),("TransactionType", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="60" html.valueishtml="0" name=tran_id_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="Transaction Date" border="0" color="33554432" x="64" y="2" height="15" width="61" html.valueishtml="0" name=tran_date_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="Site Code" border="0" color="33554432" x="127" y="2" height="15" width="56" html.valueishtml="0" name=site_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" )
......@@ -36,7 +36,6 @@ text(band=header alignment="2" text="Change User" border="0" color="33554432" x=
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="1043" y="2" height="15" width="84" html.valueishtml="0" name=chg_date_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="Change Term" border="0" color="33554432" x="1129" y="2" height="15" width="84" html.valueishtml="0" name=chg_term_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="Transaction Type" border="0" color="33554432" x="1215" y="1" height="16" width="66" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="1" font.face="Arial" font.height="-11" 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="2" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transaction Id" visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="64" y="1" height="18" width="61" format="[shortdate] [time]" html.valueishtml="0" name=tran_date tag="Transaction date" 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="127" y="2" height="18" width="56" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 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="1" background.color="536870912" )
......@@ -51,9 +50,10 @@ column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="3355443
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1043" y="2" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1129" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1215" y="1" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1410" y="1" height="15" width="58" html.valueishtml="0" name=req_type_1 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Req Type" border="0" color="33554432" x="1409" y="1" height="17" width="59" html.valueishtml="0" name=req_type_1_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1409" y="1" height="17" width="58" html.valueishtml="0" name=request_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1409" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=request_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 template=(comment="" encoding="UTF-8" name="d_pallet_req_srk11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_pallet_req_stk11><d_pallet_req_stk11_row __pbband=~"detail~"><tran_id>tran_id</tran_id><tran_date>tran_date</tran_date><site_code>site_code</site_code><loc_code/><confirmed>confirmed</confirmed><conf_date>conf_date</conf_date><emp_code__aprv>emp_code__aprv</emp_code__aprv><remarks>remarks</remarks><add_user>add_user</add_user><add_date>add_date</add_date><add_term>add_term</add_term><chg_user>chg_user</chg_user><chg_date>chg_date</chg_date><chg_term>chg_term</chg_term></d_pallet_req_stk11_row></d_pallet_req_stk11>"))
......
......@@ -20,7 +20,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="pallet_req_hdr.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="pallet_req_hdr.tran_type" )
column=(type=char(1) update=yes updatewhereclause=yes name=req_type dbname="pallet_req_hdr.req_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime)) )
column=(type=char(10) updatewhereclause=yes name=request_type dbname="request_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) COLUMN(NAME=~"pallet_req_hdr.tran_id~") COLUMN(NAME=~"pallet_req_hdr.tran_date~") COLUMN(NAME=~"pallet_req_hdr.site_code~") COLUMN(NAME=~"pallet_req_hdr.confirmed~") COLUMN(NAME=~"pallet_req_hdr.conf_date~") COLUMN(NAME=~"pallet_req_hdr.emp_code__aprv~") COLUMN(NAME=~"pallet_req_hdr.remarks~") COLUMN(NAME=~"pallet_req_hdr.add_user~") COLUMN(NAME=~"pallet_req_hdr.add_date~") COLUMN(NAME=~"pallet_req_hdr.add_term~") COLUMN(NAME=~"pallet_req_hdr.chg_user~") COLUMN(NAME=~"pallet_req_hdr.chg_date~") COLUMN(NAME=~"pallet_req_hdr.chg_term~") COLUMN(NAME=~"pallet_req_hdr.tran_type~") COLUMN(NAME=~"pallet_req_hdr.req_type~") COMPUTE(NAME=~"CASE WHEN PALLET_REQ_HDR.REQ_TYPE = 'N' THEN 'NEAREXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'E' THEN 'EXPIRE' WHEN PALLET_REQ_HDR.REQ_TYPE = 'R' THEN 'REJECTED' WHEN PALLET_REQ_HDR.REQ_TYPE = 'S' THEN 'STOCK' ELSE ' ' END AS REQUEST_TYPE~")WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~">=~" EXP2 =~":FromDate~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_DATE~~~"~" OP =~"<=~" EXP2 =~":ToDate~" LOGIC =~"and~" ) WHERE( EXP1 =~"(~~~"PALLET_REQ_HDR~~~".~~~"REQ_TYPE~~~"~" OP =~"<>~" EXP2 =~"'C' or PALLET_REQ_HDR.REQ_TYPE is null)~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_TYPE~~~"~" OP =~"=~" EXP2 =~":TransactionType~" ) ) ARG(NAME = ~"FromDate~" TYPE = datetime) ARG(NAME = ~"ToDate~" TYPE = datetime) ARG(NAME = ~"TransactionType~" TYPE = string) " update="PALLET_REQ_HDR" updatewhere=1 updatekeyinplace=no arguments=(("FromDate", datetime),("ToDate", datetime),("TransactionType", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="60" html.valueishtml="0" name=tran_id_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="Transaction Date" border="0" color="33554432" x="64" y="2" height="15" width="61" html.valueishtml="0" name=tran_date_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="Site Code" border="0" color="33554432" x="127" y="2" height="15" width="56" html.valueishtml="0" name=site_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" )
......@@ -35,7 +36,6 @@ text(band=header alignment="2" text="Change User" border="0" color="33554432" x=
text(band=header alignment="2" text="Change Date" border="0" color="33554432" x="1043" y="2" height="15" width="84" html.valueishtml="0" name=chg_date_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="Change Term" border="0" color="33554432" x="1129" y="2" height="15" width="84" html.valueishtml="0" name=chg_term_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="Transaction Type" border="0" color="33554432" x="1215" y="1" height="16" width="66" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="1" font.face="Arial" font.height="-11" 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="2" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transaction Id" visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="64" y="1" height="18" width="61" format="[shortdate] [time]" html.valueishtml="0" name=tran_date tag="Transaction date" 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="127" y="2" height="18" width="56" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 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="1" background.color="536870912" )
......@@ -50,7 +50,10 @@ column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="3355443
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1043" y="2" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=130 border="5" color="33554432" x="1129" y="2" height="18" width="84" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="1215" y="1" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1283" y="1" height="17" width="124" html.valueishtml="0" name=req_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="33554432" x="1283" y="1" height="15" width="124" format="[general]" html.valueishtml="0" name=req_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="0" text="Request Type" border="0" color="33554432" x="1409" y="1" height="17" width="58" html.valueishtml="0" name=request_type_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="33554432" x="1409" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=request_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 template=(comment="" encoding="UTF-8" name="d_pallet_req_srk11" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_pallet_req_stk11><d_pallet_req_stk11_row __pbband=~"detail~"><tran_id>tran_id</tran_id><tran_date>tran_date</tran_date><site_code>site_code</site_code><loc_code/><confirmed>confirmed</confirmed><conf_date>conf_date</conf_date><emp_code__aprv>emp_code__aprv</emp_code__aprv><remarks>remarks</remarks><add_user>add_user</add_user><add_date>add_date</add_date><add_term>add_term</add_term><chg_user>chg_user</chg_user><chg_date>chg_date</chg_date><chg_term>chg_term</chg_term></d_pallet_req_stk11_row></d_pallet_req_stk11>"))
......
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