Commit 0588608f authored by sankara.rao's avatar sankara.rao

changed by sankara on 27/09/13 updated source from manoj sharma and pragyan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93678 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f96658ce
......@@ -538,13 +538,20 @@ public class ExpStockTransferIC extends ValidatorEJB implements ExpStockTransfer
else
{
sql = "SELECT A.LOC_CODE AS LOC_CODE FROM LOCATION A, INVSTAT B "
//Changed By Pragyan as per AShish 27-sep-13 to allow all location to transfer
/*sql = "SELECT A.LOC_CODE AS LOC_CODE FROM LOCATION A, INVSTAT B "
+ " WHERE A.INV_STAT = B.INV_STAT AND B.AVAILABLE = 'Y' "
+ " AND (CASE WHEN B.STAT_TYPE IS NULL THEN ' ' ELSE B.STAT_TYPE END) <> 'S' "
+ " AND A.INV_STAT = ? AND LOC_CODE = ? ";
+ " AND A.INV_STAT = ? AND LOC_CODE = ? ";*/
sql = "SELECT A.LOC_CODE AS LOC_CODE FROM LOCATION A, INVSTAT B "
+ " WHERE A.INV_STAT = B.INV_STAT AND B.AVAILABLE = 'Y' "
+ " AND (CASE WHEN B.STAT_TYPE IS NULL THEN ' ' ELSE B.STAT_TYPE END) <> 'S' "
// + " AND A.INV_STAT = ? AND LOC_CODE = ? ";
+ " AND LOC_CODE = ? ";
pstmtLoc = conn.prepareStatement(sql);
if( "EXP_LOCK".equalsIgnoreCase(locType))
//Changed By Pragyan as per AShish 27-sep-13 to allow all location to transfer.start
/*if( "EXP_LOCK".equalsIgnoreCase(locType))
{
pstmtLoc.setString(1, exprInvstat);
}
......@@ -552,8 +559,10 @@ public class ExpStockTransferIC extends ValidatorEJB implements ExpStockTransfer
{
pstmtLoc.setString(1, nexprInvstat);
}
pstmtLoc.setString(2, locCodeCurr);
pstmtLoc.setString(2, locCodeCurr);*/
pstmtLoc.setString(1, locCodeCurr);
rsLoc = pstmtLoc.executeQuery();
if( rsLoc.next())
{
......@@ -603,7 +612,7 @@ public class ExpStockTransferIC extends ValidatorEJB implements ExpStockTransfer
}
//Changed by sumit on 17/09/12 commented this checking duplicate inside suggested method start.
/*String locCodeExist = "";
String locCodeExist = "";
NodeList locCodeNodeList = null;
ArrayList dupLocCodeList = new ArrayList();
......@@ -648,7 +657,7 @@ public class ExpStockTransferIC extends ValidatorEJB implements ExpStockTransfer
{
errList.add( "DUPLOCCODE" );
errFields.add( childNodeName.toLowerCase() );
}*/
}
//Changed by sumit on 17/09/12 commented this checking duplicate inside suggested method end.
}
else
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -160,7 +160,7 @@
<dbname>isstock</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;physcan&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;physcan.tran_id&quot;) COLUMN(NAME=&quot;physcan.tran_date&quot;) COLUMN(NAME=&quot;physcan.site_code&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;physcan.status&quot;) COLUMN(NAME=&quot;physcan.status_date&quot;) COLUMN(NAME=&quot;physcan.confirmed&quot;) COLUMN(NAME=&quot;physcan.remarks&quot;) COLUMN(NAME=&quot;physcan.chg_date&quot;) COLUMN(NAME=&quot;physcan.chg_user&quot;) COLUMN(NAME=&quot;physcan.chg_term&quot;) COLUMN(NAME=&quot;physcan.emp_code__user&quot;) COLUMN(NAME=&quot;physcan.ref_id&quot;) COMPUTE(NAME=&quot;&apos;&apos; loc_code&quot;) COMPUTE(NAME=&quot;&apos;&apos; isempty&quot;) COLUMN(NAME=&quot;physcan.tran_type&quot;) COMPUTE(NAME=&quot;&apos;&apos; isstock&quot;) JOIN (LEFT=&quot;physcan.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;~&quot;PHYSCAN~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>PHYSCAN</update>
<update>physcan</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -799,13 +799,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction ID:</text>
<text>Tran Id:</text>
<border>0</border>
<color>33554432</color>
<x>9</x>
<x>23</x>
<y>11</y>
<height>16</height>
<width>87</width>
<height>18</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -827,13 +827,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Transaction Date:</text>
<text>Tran Date:</text>
<border>0</border>
<color>33554432</color>
<x>280</x>
<x>309</x>
<y>11</y>
<height>16</height>
<width>102</width>
<height>18</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -928,70 +928,6 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>386</x>
<y>33</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Location Code:</text>
<border>0</border>
<color>33554432</color>
<x>276</x>
<y>33</y>
<height>16</height>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
......@@ -1166,6 +1102,70 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>386</x>
<y>33</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>loc_code</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Location Code:</text>
<border>0</border>
<color>33554432</color>
<x>297</x>
<y>33</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
$PBExportHeader$d_phy_scan_verify21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=376 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="physcan.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="physcan.tran_date" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="physcan.site_code" )
column=(type=char(60) updatewhereclause=yes name=descr dbname="site.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="physcan.status" )
column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="physcan.status_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="physcan.confirmed" )
column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="physcan.remarks" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="physcan.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="physcan.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="physcan.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__user dbname="physcan.emp_code__user" )
column=(type=char(10) update=yes updatewhereclause=yes name=ref_id dbname="physcan.ref_id" )
column=(type=char(0) updatewhereclause=yes name=loc_code dbname="loc_code" )
column=(type=char(0) updatewhereclause=yes name=isempty dbname="isempty" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="physcan.tran_type" )
column=(type=char(0) updatewhereclause=yes name=isstock dbname="isstock" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"physcan~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"physcan.tran_id~") COLUMN(NAME=~"physcan.tran_date~") COLUMN(NAME=~"physcan.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"physcan.status~") COLUMN(NAME=~"physcan.status_date~") COLUMN(NAME=~"physcan.confirmed~") COLUMN(NAME=~"physcan.remarks~") COLUMN(NAME=~"physcan.chg_date~") COLUMN(NAME=~"physcan.chg_user~") COLUMN(NAME=~"physcan.chg_term~") COLUMN(NAME=~"physcan.emp_code__user~") COLUMN(NAME=~"physcan.ref_id~") COMPUTE(NAME=~"'' loc_code~") COMPUTE(NAME=~"'' isempty~") COLUMN(NAME=~"physcan.tran_type~") COMPUTE(NAME=~"'' isstock~") JOIN (LEFT=~"physcan.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"~~~"PHYSCAN~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="PHYSCAN" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Status Date:" border="0" color="33554432" x="161" y="80" height="16" width="73" html.valueishtml="0" name=status_date_t visible="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="0" x="242" y="80" height="16" width="76" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="322" y="80" height="16" width="71" html.valueishtml="0" name=confirmed_t visible="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="Chg User:" border="0" color="33554432" x="172" y="129" height="16" width="64" html.valueishtml="0" name=chg_user_t visible="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="255" x="241" y="129" height="16" width="63" format="[general]" html.valueishtml="0" name=chg_user visible="0" 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="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="312" y="129" height="16" width="73" html.valueishtml="0" name=chg_term_t visible="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=32766 border="5" color="255" x="389" y="104" height="16" width="67" format="[general]" html.valueishtml="0" name=emp_code__user visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="0" x="397" y="80" height="16" width="59" format="[general]" html.valueishtml="0" name=confirmed visible="0" 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="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="101" y="34" height="16" width="73" format="[general]" html.valueishtml="0" name=ref_id visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="101" y="80" height="16" width="57" format="[general]" html.valueishtml="0" name=status visible="0" 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="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=10 border="5" color="0" x="101" y="105" height="16" width="264" format="[general]" html.valueishtml="0" name=remarks 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="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x="101" y="129" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="101" y="55" height="16" width="73" format="[general]" html.valueishtml="0" name=site_code visible="0" 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="2" background.color="16777215" )
text(band=detail alignment="1" text="Ref ID" border="0" color="33554432" x="23" y="34" height="16" width="73" html.valueishtml="0" name=ref_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="23" y="55" height="16" width="73" html.valueishtml="0" name=site_code_t visible="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="23" y="80" height="16" width="73" html.valueishtml="0" name=status_t visible="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="Remarks:" border="0" color="33554432" x="23" y="105" height="16" width="73" 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=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="23" y="129" height="16" width="73" html.valueishtml="0" name=chg_date_t visible="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="255" x="101" y="11" height="18" width="73" format="[general]" html.valueishtml="0" name=tran_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="2" background.color="67108864" )
text(band=detail alignment="1" text="Transaction ID:" border="0" color="33554432" x="9" y="11" height="16" width="87" 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=detail alignment="1" text="Transaction Date:" border="0" color="33554432" x="280" y="11" height="16" width="102" 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" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="180" y="56" height="16" width="279" format="[general]" html.valueishtml="0" name=descr visible="0" 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="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="386" y="11" height="18" width="73" format="[shortdate] [time]" html.valueishtml="0" name=tran_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="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="386" y="33" height="16" width="73" format="[general]" html.valueishtml="0" name=loc_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Location Code:" border="0" color="33554432" x="276" y="33" height="16" width="106" html.valueishtml="0" name=t_1 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="0" color="255" x="389" y="129" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_term visible="0" 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="2" background.color="67108864" )
column(band=detail id=15 alignment="0" tabsequence=20 border="5" color="0" x="37" y="163" height="16" width="64" format="[general]" html.valueishtml="0" name=isempty visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Tran Type:" border="0" color="33554432" x="310" y="164" height="15" width="73" html.valueishtml="0" name=tran_type_t visible="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=30 border="5" color="0" x="389" y="163" height="16" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=40 border="0" color="0" x="148" y="163" height="16" width="48" format="[general]" html.valueishtml="0" name=isstock visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
$PBExportHeader$d_phy_scan_verify21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=376 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="physcan.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="physcan.tran_date" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="physcan.site_code" )
column=(type=char(60) updatewhereclause=yes name=descr dbname="site.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="physcan.status" )
column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="physcan.status_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="physcan.confirmed" )
column=(type=char(60) update=yes updatewhereclause=yes name=remarks dbname="physcan.remarks" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="physcan.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="physcan.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="physcan.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__user dbname="physcan.emp_code__user" )
column=(type=char(10) update=yes updatewhereclause=yes name=ref_id dbname="physcan.ref_id" )
column=(type=char(0) updatewhereclause=yes name=loc_code dbname="loc_code" )
column=(type=char(0) updatewhereclause=yes name=isempty dbname="isempty" )
column=(type=char(1) update=yes updatewhereclause=yes name=tran_type dbname="physcan.tran_type" )
column=(type=char(0) updatewhereclause=yes name=isstock dbname="isstock" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"physcan~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"physcan.tran_id~") COLUMN(NAME=~"physcan.tran_date~") COLUMN(NAME=~"physcan.site_code~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"physcan.status~") COLUMN(NAME=~"physcan.status_date~") COLUMN(NAME=~"physcan.confirmed~") COLUMN(NAME=~"physcan.remarks~") COLUMN(NAME=~"physcan.chg_date~") COLUMN(NAME=~"physcan.chg_user~") COLUMN(NAME=~"physcan.chg_term~") COLUMN(NAME=~"physcan.emp_code__user~") COLUMN(NAME=~"physcan.ref_id~") COMPUTE(NAME=~"'' loc_code~") COMPUTE(NAME=~"'' isempty~") COLUMN(NAME=~"physcan.tran_type~") COMPUTE(NAME=~"'' isstock~") JOIN (LEFT=~"physcan.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"~~~"PHYSCAN~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="physcan" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Status Date:" border="0" color="33554432" x="161" y="80" height="16" width="73" html.valueishtml="0" name=status_date_t visible="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="0" x="242" y="80" height="16" width="76" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="322" y="80" height="16" width="71" html.valueishtml="0" name=confirmed_t visible="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="Chg User:" border="0" color="33554432" x="172" y="129" height="16" width="64" html.valueishtml="0" name=chg_user_t visible="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="255" x="241" y="129" height="16" width="63" format="[general]" html.valueishtml="0" name=chg_user visible="0" 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="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="312" y="129" height="16" width="73" html.valueishtml="0" name=chg_term_t visible="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=32766 border="5" color="255" x="389" y="104" height="16" width="67" format="[general]" html.valueishtml="0" name=emp_code__user visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="0" x="397" y="80" height="16" width="59" format="[general]" html.valueishtml="0" name=confirmed visible="0" 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="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="101" y="34" height="16" width="73" format="[general]" html.valueishtml="0" name=ref_id visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="101" y="80" height="16" width="57" format="[general]" html.valueishtml="0" name=status visible="0" 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="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=10 border="5" color="0" x="101" y="105" height="16" width="264" format="[general]" html.valueishtml="0" name=remarks 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="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x="101" y="129" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="101" y="55" height="16" width="73" format="[general]" html.valueishtml="0" name=site_code visible="0" 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="2" background.color="16777215" )
text(band=detail alignment="1" text="Ref ID" border="0" color="33554432" x="23" y="34" height="16" width="73" html.valueishtml="0" name=ref_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="23" y="55" height="16" width="73" html.valueishtml="0" name=site_code_t visible="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="23" y="80" height="16" width="73" html.valueishtml="0" name=status_t visible="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="Remarks:" border="0" color="33554432" x="23" y="105" height="16" width="73" 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=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="23" y="129" height="16" width="73" html.valueishtml="0" name=chg_date_t visible="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="255" x="101" y="11" height="18" width="73" format="[general]" html.valueishtml="0" name=tran_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="2" background.color="67108864" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="23" y="11" height="18" width="73" 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=detail alignment="1" text="Tran Date:" border="0" color="33554432" x="309" y="11" height="18" width="73" 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" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="180" y="56" height="16" width="279" format="[general]" html.valueishtml="0" name=descr visible="0" 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="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="386" y="11" height="18" width="73" format="[shortdate] [time]" html.valueishtml="0" name=tran_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="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="255" x="389" y="129" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_term visible="0" 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="2" background.color="67108864" )
column(band=detail id=15 alignment="0" tabsequence=20 border="5" color="0" x="37" y="163" height="16" width="64" format="[general]" html.valueishtml="0" name=isempty visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Tran Type:" border="0" color="33554432" x="310" y="164" height="15" width="73" html.valueishtml="0" name=tran_type_t visible="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=30 border="5" color="0" x="389" y="163" height="16" width="66" format="[general]" html.valueishtml="0" name=tran_type visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=40 border="0" color="0" x="148" y="163" height="16" width="48" format="[general]" html.valueishtml="0" name=isstock visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="386" y="33" height="16" width="73" format="[general]" html.valueishtml="0" name=loc_code visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Location Code:" border="0" color="33554432" x="297" y="33" height="16" width="85" html.valueishtml="0" name=t_1 visible="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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
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