Commit cde7c83e authored by agaikwad's avatar agaikwad

added item_ser column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106641 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b4fbff1
This diff is collapsed.
......@@ -15,7 +15,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=decimal(3) update=yes updatewhereclause=yes name=tot_qty dbname="pob_det.tot_qty" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="pob_det.net_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=discount dbname="pob_det.discount" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pob_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"pob_det.tran_id~") COLUMN(NAME=~"pob_det.line_no~") COLUMN(NAME=~"pob_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"item.unit~") COLUMN(NAME=~"pob_det.quantity~") COLUMN(NAME=~"pob_det.free_qty~") COLUMN(NAME=~"pob_det.rate~") COLUMN(NAME=~"pob_det.tot_qty~") COLUMN(NAME=~"pob_det.net_amt~") COLUMN(NAME=~"pob_det.discount~") JOIN (LEFT=~"pob_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )) " update="pob_det" updatewhere=0 updatekeyinplace=no )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="pob_det.item_ser" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pob_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"pob_det.tran_id~") COLUMN(NAME=~"pob_det.line_no~") COLUMN(NAME=~"pob_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"item.unit~") COLUMN(NAME=~"pob_det.quantity~") COLUMN(NAME=~"pob_det.free_qty~") COLUMN(NAME=~"pob_det.rate~") COLUMN(NAME=~"pob_det.tot_qty~") COLUMN(NAME=~"pob_det.net_amt~") COLUMN(NAME=~"pob_det.discount~") COLUMN(NAME=~"pob_det.item_ser~") JOIN (LEFT=~"pob_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )) " update="pob_det" updatewhere=0 updatekeyinplace=no )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="255" x="142" y="15" height="18" width="66" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="POB Number:" border="0" color="33554432" x="56" y="17" height="15" width="82" 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="Product Code:" border="0" color="33554432" x="55" y="42" height="15" width="83" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -24,8 +25,6 @@ column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="255" x
text(band=detail alignment="1" text="Chargeable Quantity:" border="0" color="33554432" x="13" y="92" height="15" width="125" html.valueishtml="0" name=quantity_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="PTS:" border="0" color="33554432" x="76" y="117" height="15" width="62" html.valueishtml="0" name=rate_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="1" tabsequence=32766 border="0" color="255" x="142" y="115" height="18" width="72" format="[general]" html.valueishtml="0" name=rate 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="Net Amt:" border="0" color="33554432" x="76" y="142" height="15" width="62" html.valueishtml="0" name=net_amt_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=10 alignment="1" tabsequence=32766 border="0" color="255" x="142" y="140" height="18" width="72" format="[general]" html.valueishtml="0" name=net_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="33554432" x="142" y="40" height="18" width="66" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 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="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=20 border="5" color="33554432" x="142" y="90" height="18" width="72" format="[general]" html.valueishtml="0" name=quantity visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="255" x="393" y="15" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -37,6 +36,10 @@ text(band=detail alignment="1" text="Line No:" border="0" color="33554432" x="32
text(band=detail alignment="1" text="Free Quantity:" border="0" color="33554432" x="307" y="92" height="15" width="82" html.valueishtml="0" name=free_qty_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="Tot Quantity:" border="0" color="33554432" x="314" y="117" height="15" width="75" html.valueishtml="0" name=tot_qty_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="Discount Percentage(%):" border="0" color="33554432" x="244" y="142" height="15" width="145" html.valueishtml="0" name=discount_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=10 alignment="1" tabsequence=32766 border="0" color="255" x="142" y="140" height="18" width="72" format="[general]" html.valueishtml="0" name=net_amt 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="Net Amt:" border="0" color="33554432" x="76" y="142" height="15" width="62" html.valueishtml="0" name=net_amt_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="0" color="255" x="141" y="179" height="18" width="72" html.valueishtml="0" name=item_ser visible="1" font.face="Liberation Sans" 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="Item Series:" border="0" color="33554432" x="68" y="179" height="15" width="70" html.valueishtml="0" name=item_ser_t visible="1" font.face="Liberation Sans" 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