Commit 9f77505c authored by jshinde's avatar jshinde

Request W15GSUN001,Create transaction screen Pallet Request .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98919 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 787b29c2
......@@ -184,6 +184,7 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
if("loc_code".equalsIgnoreCase(childNodeName))
{
siteCode = checkNullAndTrim(genericUtility.getColumnValue("site_code",dom));
locCode = checkNullAndTrim(genericUtility.getColumnValue("loc_code",dom));
if( "E".equalsIgnoreCase(editFlag) || "A".equalsIgnoreCase(editFlag))
{
......@@ -199,11 +200,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
}
else
{
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=?";
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=? AND SITE_CODE=?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, "AWMS");
pstmt.setString(2, locCode);
pstmt.setString(3, siteCode);
rs = pstmt.executeQuery();
if(rs.next())
{
......@@ -343,11 +345,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
}
else
{
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=?";
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE =? AND SITE_CODE =?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, "AWMS");
pstmt.setString(2, locCode);
pstmt.setString(3, siteCode);
rs = pstmt.executeQuery();
if(rs.next())
{
......
......@@ -255,15 +255,6 @@ VALUES ('VMPALLETSM','Invalid Pallet Number','Entered Pallet number is already a
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('SITE_CODE','W_PALLET_REQ','SELECT SITE_CODE,DESCR FROM SITE','User-defined Type',0,0,SYSDATE,'BASE','BASE','0','0');
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('LOC_CODE','W_PALLET_REQ','SELECT LOC_CODE,DESCR FROM LOCATION WHERE INV_STAT!=''AWMS''','User-defined Type',0,0,SYSDATE,'BASE','BASE','0','0');
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,
CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('PALLET_NO','W_PALLET_REQ',
'SELECT LOC_CODE AS PALLET_NO ,DESCR FROM LOCATION WHERE INV_STAT=''AWMS''','User-defined Type',0,0,
SYSDATE,'BASE','BASE','0','0');
-------------------------------------------------------------INVSTAT---------------------------------------------------------
INSERT INTO INVSTAT (INV_STAT,DESCR,AVAILABLE,OVERISS,PLAN_PROD,RECORD,CHG_DATE,CHG_USER,CHG_TERM,USABLE,STAT_TYPE)
VALUES ('AWMS ','AWMS','Y','N','N','N',SYSDATE,'BASE','BASE','N','M');
......@@ -292,6 +283,27 @@ WHERE MSG_NO='VMLOCATEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered Pallet number should present in Location Master and inventory state should be AWMS.Please Enter Pallet No'
WHERE MSG_NO='VMPALLEEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered Pallet number should present in Location Master and inventory state should be AWMS.Please Enter Pallet No'
WHERE MSG_NO='VMPALLEEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered location code should present in Location and inventory state should not be AWMS '
WHERE MSG_NO='VMLOCATEXT';
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER
,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,
POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN)
VALUES ('LOC_CODE','W_PALLET_REQ','SELECT LOC_CODE,DESCR FROM LOCATION WHERE INV_STAT!=''AWMS'' AND SITE_CODE=''?''',NULL,
'User-defined Type',0,0,SYSDATE,'BASE','BASE','0',NULL,':site_code',NULL,NULL,NULL,NULL,NULL,NULL,NULL,
'0',NULL,NULL);
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,
CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,
POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN)
VALUES ('PALLET_NO','W_PALLET_REQ','SELECT LOC_CODE AS PALLET_NO ,DESCR FROM LOCATION WHERE INV_STAT=''AWMS'' AND SITE_CODE=''?'''
,NULL,'User-defined Type',0,0,SYSDATE,'BASE','BASE','0',NULL,':site_code',NULL,NULL,NULL,NULL,NULL,NULL,NULL,
'0',NULL,NULL);
---------------------------------------------------------------END----------------------------------------------------------------------------
......@@ -24,11 +24,6 @@ text(band=header alignment="2" text="Transaction ID" border="0" color="33554432"
text(band=header alignment="2" text="Transaction Date" border="0" color="33554432" x="70" y="2" height="15" width="132" 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="204" 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="Location Code" border="0" color="33554432" x="262" y="2" height="15" width="54" html.valueishtml="0" name=loc_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="Remarks" border="0" color="33554432" x="318" y="2" height="15" width="366" 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="Confirmed" border="0" color="33554432" x="686" 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="744" y="2" height="15" width="132" 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="Emp Code Aprv" border="0" color="33554432" x="878" y="2" height="15" width="97" 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="Add User" border="0" color="33554432" x="977" 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="1045" y="2" height="15" width="132" 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="1179" y="2" height="15" width="96" 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="1277" 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" )
......@@ -38,16 +33,21 @@ column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="33554432"
column(band=detail id=2 alignment="2" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="132" 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="2" tabsequence=30 border="0" color="33554432" x="204" 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="2" tabsequence=40 border="0" color="33554432" x="262" y="2" height="18" width="54" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 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="2" tabsequence=50 border="0" color="33554432" x="318" y="2" height="18" width="366" 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=6 alignment="2" tabsequence=60 border="0" color="33554432" x="686" 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=7 alignment="2" tabsequence=70 border="0" color="33554432" x="744" y="2" height="18" width="132" 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=8 alignment="2" tabsequence=80 border="0" color="33554432" x="878" y="2" height="18" width="97" 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=9 alignment="2" tabsequence=90 border="0" color="33554432" x="977" 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=10 alignment="2" tabsequence=100 border="0" color="33554432" x="1045" y="2" height="18" width="132" 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=11 alignment="2" tabsequence=110 border="0" color="33554432" x="1179" y="2" height="18" width="96" 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=12 alignment="2" tabsequence=120 border="0" color="33554432" x="1277" 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=13 alignment="2" tabsequence=130 border="0" color="33554432" x="1345" y="2" height="18" width="132" 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=14 alignment="2" tabsequence=140 border="0" color="33554432" x="1479" y="2" height="18" width="96" 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" )
text(band=header alignment="2" text="Remarks" border="0" color="33554432" x="318" y="2" height="15" width="366" 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="Confirmed" border="0" color="33554432" x="686" 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="744" y="2" height="15" width="132" 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="878" y="2" height="15" width="97" 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="Add User" border="0" color="33554432" x="977" 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" )
column(band=detail id=5 alignment="2" tabsequence=50 border="0" color="33554432" x="318" y="2" height="18" width="366" 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=6 alignment="2" tabsequence=60 border="0" color="33554432" x="686" 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=7 alignment="2" tabsequence=70 border="0" color="33554432" x="744" y="2" height="18" width="132" 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=8 alignment="2" tabsequence=80 border="0" color="33554432" x="878" y="2" height="18" width="97" 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=9 alignment="2" tabsequence=90 border="0" color="33554432" x="977" 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" )
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 )
......
......@@ -13,11 +13,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(40) updatewhereclause=yes name=location_descr dbname="location.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_det~" ) TABLE(NAME=~"location~" ) COLUMN(NAME=~"pallet_req_det.tran_id~") COLUMN(NAME=~"pallet_req_det.line_no~") COLUMN(NAME=~"pallet_req_det.pallet_no~") COLUMN(NAME=~"pallet_req_det.loc_code~") COLUMN(NAME=~"pallet_req_det.status~") COLUMN(NAME=~"location.descr~") JOIN (LEFT=~"pallet_req_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" )WHERE( EXP1 =~"~~~"PALLET_REQ_DET~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":TRAN_ID~" ) ) ARG(NAME = ~"TRAN_ID~" TYPE = string) ARG(NAME = ~"LINE_NO~" TYPE = string) " update="PALLET_REQ_DET" updatewhere=1 updatekeyinplace=no arguments=(("TRAN_ID", string),("LINE_NO", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" 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="Line No" border="0" color="33554432" x="70" y="2" height="15" width="72" html.valueishtml="0" name=line_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="Pallet No" border="0" color="33554432" x="144" y="2" height="15" width="96" html.valueishtml="0" name=pallet_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="Line Number" border="0" color="33554432" x="70" y="2" height="15" width="72" html.valueishtml="0" name=line_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="Pallet Number" border="0" color="33554432" x="144" y="2" height="15" width="96" html.valueishtml="0" name=pallet_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="Location Code" border="0" color="33554432" x="242" y="2" height="15" width="54" html.valueishtml="0" name=loc_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="Status" border="0" color="33554432" x="298" y="2" height="15" width="36" html.valueishtml="0" name=status_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="0" text="Location Descr" border="0" color="33554432" x="336" y="1" height="16" width="238" html.valueishtml="0" name=location_descr_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="Location Description" border="0" color="33554432" x="336" y="1" height="17" width="238" html.valueishtml="0" name=location_descr_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="67108864" )
column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="33554432" x="2" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction 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="2" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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="2" tabsequence=30 border="0" color="33554432" x="144" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" 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" )
......
......@@ -21,38 +21,38 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.descr" )
column=(type=char(40) updatewhereclause=yes name=location_descr dbname="location.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_hdr~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"location~" ) 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.loc_code~") COLUMN(NAME=~"pallet_req_hdr.remarks~") 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.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=~"site.descr~") COLUMN(NAME=~"location.descr~") JOIN (LEFT=~"site.site_code~" OP =~"=~"RIGHT=~"pallet_req_hdr.site_code~" ) JOIN (LEFT=~"pallet_req_hdr.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" )WHERE( EXP1 =~"~~~"PALLET_REQ_HDR~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":TRAN_ID~" ) ) ARG(NAME = ~"TRAN_ID~" TYPE = string) " update="PALLET_REQ_HDR" updatewhere=0 updatekeyinplace=no arguments=(("TRAN_ID", string)) )
groupbox(band=detail text="Other"border="2" color="33554432" x="17" y="252" height="100" width="546" name=gb_2 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="18" y="18" height="213" width="522" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Change User:" border="0" color="33554432" x="37" y="293" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="137" y="293" height="16" width="70" 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" )
text(band=detail alignment="1" text="Change Date:" border="0" color="33554432" x="339" y="293" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="436" y="293" height="16" width="70" 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" )
text(band=detail alignment="1" text="Change Term:" border="0" color="33554432" x="37" y="313" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="137" y="313" height="16" width="70" 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" )
text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="37" y="120" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="120" height="16" width="25" 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" )
text(band=detail alignment="1" text="Emp Code Aprv:" border="0" color="33554432" x="37" y="140" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Add User:" border="0" color="33554432" x="37" y="160" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Add Term:" border="0" color="33554432" x="37" y="180" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="436" y="120" height="16" width="70" 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=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="436" y="160" height="16" width="70" 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" )
text(band=detail alignment="1" text="Confirmed Date:" border="0" color="33554432" x="336" y="120" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="140" height="16" width="70" 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=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="160" height="16" width="70" 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" )
text(band=detail alignment="1" text="Add Date:" border="0" color="33554432" x="337" y="160" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="180" height="16" width="70" 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" )
text(band=detail alignment="1" text="Transaction ID:" border="0" color="33554432" x="37" y="40" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Site Code:" border="0" color="33554432" x="37" y="60" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Location Code:" border="0" color="33554432" x="37" y="80" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_loc_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=detail alignment="1" text="Remarks:" border="0" color="33554432" x="37" y="100" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="436" y="40" height="16" width="70" 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=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="40" height="16" width="70" 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" )
text(band=detail alignment="1" text="Transaction Date:" border="0" color="33554432" x="331" y="40" height="16" width="102" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="138" y="60" height="16" width="50" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 edit.case=upper 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=10 border="5" color="33554432" x="138" y="80" height="16" width="70" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 edit.case=upper 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=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="192" y="60" height="16" width="314" format="[general]" html.valueishtml="0" name=site_descr 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=32766 border="5" color="33554432" x="211" y="80" height="16" width="295" format="[general]" html.valueishtml="0" name=location_descr 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=5 alignment="0" tabsequence=20 border="5" color="33554432" x="137" y="100" height="16" width="369" 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" )
groupbox(band=detail text="Other"border="2" color="33554432" x="16" y="258" height="104" width="582" name=gb_2 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="14" height="228" width="587" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="120" height="16" width="25" 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=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="478" y="120" height="16" width="70" 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=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="478" y="160" height="16" width="70" 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" )
text(band=detail alignment="1" text="Confirmed Date:" border="0" color="33554432" x="378" y="120" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="140" height="16" width="70" 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=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="160" height="16" width="70" 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" )
text(band=detail alignment="1" text="Add Date:" border="0" color="33554432" x="379" y="160" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="180" height="16" width="70" 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=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="478" y="40" height="16" width="70" 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=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="40" height="16" width="70" 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" )
text(band=detail alignment="1" text="Transaction Date:" border="0" color="33554432" x="373" y="40" height="16" width="102" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="180" y="60" height="16" width="50" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 edit.case=upper 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=10 border="5" color="33554432" x="180" y="80" height="16" width="70" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 edit.case=upper 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=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="234" y="60" height="16" width="314" format="[general]" html.valueishtml="0" name=site_descr 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=32766 border="5" color="33554432" x="253" y="80" height="16" width="295" format="[general]" html.valueishtml="0" name=location_descr 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=5 alignment="0" tabsequence=20 border="5" color="33554432" x="179" y="100" height="16" width="369" 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" )
text(band=detail alignment="1" text="Change User:" border="0" color="33554432" x="79" y="293" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="179" y="293" height="16" width="70" 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" )
text(band=detail alignment="1" text="Change Term:" border="0" color="33554432" x="79" y="313" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="179" y="313" height="16" width="70" 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" )
text(band=detail alignment="1" text="Change Date:" border="0" color="33554432" x="381" y="293" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="478" y="293" height="16" width="70" 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" )
text(band=detail alignment="1" text="Transaction ID:" border="0" color="33554432" x="79" y="40" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Site Code:" border="0" color="33554432" x="79" y="60" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Location Code:" border="0" color="33554432" x="79" y="80" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_loc_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=detail alignment="1" text="Remarks:" border="0" color="33554432" x="79" y="100" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="79" y="120" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Employee Code Approver:" border="0" color="33554432" x="23" y="141" height="15" width="153" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Add User:" border="0" color="33554432" x="79" y="160" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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=detail alignment="1" text="Add Term:" border="0" color="33554432" x="79" y="180" height="16" width="97" html.valueishtml="0" name=pallet_req_hdr_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" )
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 )
......
......@@ -17,12 +17,12 @@ text(band=detail alignment="1" text="Location Code:" border="0" color="33554432"
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="104" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction 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=4 alignment="0" tabsequence=30 border="5" color="33554432" x="104" y="86" height="16" width="65" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 edit.case=upper 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=32766 border="5" color="33554432" x="171" y="86" height="16" width="240" format="[general]" html.valueishtml="0" name=location_descr 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=detail alignment="1" text="Pallet No:" border="0" color="33554432" x="43" y="66" height="16" width="57" html.valueishtml="0" name=pallet_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=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="14" y="66" height="15" width="86" html.valueishtml="0" name=pallet_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" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="33554432" x="104" y="66" height="16" width="65" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 edit.case=upper 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" )
text(band=detail alignment="1" text="Status:" border="0" color="33554432" x="292" y="66" height="16" width="52" html.valueishtml="0" name=status_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=5 alignment="0" tabsequence=20 border="5" color="33554432" x="346" y="66" height="16" width="54" format="[general]" html.valueishtml="0" name=status tag="Transaction status" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.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=32766 border="5" color="33554432" x="346" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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" )
text(band=detail alignment="1" text="Line No:" border="0" color="33554432" x="292" y="47" height="16" width="52" html.valueishtml="0" name=line_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=detail alignment="1" text="Line Number:" border="0" color="33554432" x="267" y="47" height="15" width="77" html.valueishtml="0" name=line_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" )
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 )
......
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