Commit f7f56e85 authored by Mohammed Dohadwala's avatar Mohammed Dohadwala

Change the order of amd-No and line_no in selection list to resolve the

issue of taxtran.
parent 924dddbb
...@@ -5,11 +5,12 @@ header(height=24 color="536870912" ) ...@@ -5,11 +5,12 @@ header(height=24 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=23 color="536870912" ) detail(height=23 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="sales_quotdet_amd.item_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=amd_no dbname="sales_quotdet_amd.amd_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="sales_quotdet_amd.item_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="sales_quotdet_amd.quantity" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="sales_quotdet_amd.quantity" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity_o dbname="sales_quotdet_amd.quantity_o" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity_o dbname="sales_quotdet_amd.quantity_o" )
column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="sales_quotdet_amd.unit" ) column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="sales_quotdet_amd.unit" )
column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="sales_quotdet_amd.rate" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rate dbname="sales_quotdet_amd.rate" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=sampl_qty dbname="sales_quotdet_amd.sampl_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sampl_qty dbname="sales_quotdet_amd.sampl_qty" )
column=(type=datetime update=yes updatewhereclause=yes name=sch_date dbname="sales_quotdet_amd.sch_date" ) column=(type=datetime update=yes updatewhereclause=yes name=sch_date dbname="sales_quotdet_amd.sch_date" )
column=(type=datetime update=yes updatewhereclause=yes name=sch_date_upto dbname="sales_quotdet_amd.sch_date_upto" ) column=(type=datetime update=yes updatewhereclause=yes name=sch_date_upto dbname="sales_quotdet_amd.sch_date_upto" )
...@@ -18,7 +19,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna ...@@ -18,7 +19,6 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna
column=(type=char(3) update=yes updatewhereclause=yes name=unit__rate dbname="sales_quotdet_amd.unit__rate" ) column=(type=char(3) update=yes updatewhereclause=yes name=unit__rate dbname="sales_quotdet_amd.unit__rate" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=tax_amt dbname="sales_quotdet_amd.tax_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=tax_amt dbname="sales_quotdet_amd.tax_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="sales_quotdet_amd.net_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="sales_quotdet_amd.net_amt" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="sales_quotdet_amd.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=quot_no dbname="sales_quotdet_amd.quot_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=quot_no dbname="sales_quotdet_amd.quot_no" )
column=(type=char(5) update=yes updatewhereclause=yes name=cr_term dbname="sales_quotdet_amd.cr_term" ) column=(type=char(5) update=yes updatewhereclause=yes name=cr_term dbname="sales_quotdet_amd.cr_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=dlv_term dbname="sales_quotdet_amd.dlv_term" ) column=(type=char(5) update=yes updatewhereclause=yes name=dlv_term dbname="sales_quotdet_amd.dlv_term" )
...@@ -32,10 +32,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna ...@@ -32,10 +32,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna
column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sales_quotdet_amd.tax_env" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sales_quotdet_amd.tax_env" )
column=(type=char(10) update=yes updatewhereclause=yes name=tax_chap dbname="sales_quotdet_amd.tax_chap" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_chap dbname="sales_quotdet_amd.tax_chap" )
column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sales_quotdet_amd.tax_class" ) column=(type=char(5) update=yes updatewhereclause=yes name=tax_class dbname="sales_quotdet_amd.tax_class" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=amd_no dbname="sales_quotdet_amd.amd_no" )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" ) column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(60) updatewhereclause=yes name=packing_descr dbname="packing.descr" ) column=(type=char(60) updatewhereclause=yes name=packing_descr dbname="packing.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quotdet_amd~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"packing~" ) COLUMN(NAME=~"sales_quotdet_amd.item_code~") COLUMN(NAME=~"sales_quotdet_amd.quantity~") COLUMN(NAME=~"sales_quotdet_amd.quantity_o~") COLUMN(NAME=~"sales_quotdet_amd.unit~") COLUMN(NAME=~"sales_quotdet_amd.rate~") COLUMN(NAME=~"sales_quotdet_amd.sampl_qty~") COLUMN(NAME=~"sales_quotdet_amd.sch_date~") COLUMN(NAME=~"sales_quotdet_amd.sch_date_upto~") COLUMN(NAME=~"sales_quotdet_amd.unit__sampl~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate_o~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate~") COLUMN(NAME=~"sales_quotdet_amd.tax_amt~") COLUMN(NAME=~"sales_quotdet_amd.net_amt~") COLUMN(NAME=~"sales_quotdet_amd.line_no~") COLUMN(NAME=~"sales_quotdet_amd.quot_no~") COLUMN(NAME=~"sales_quotdet_amd.cr_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_at~") COLUMN(NAME=~"sales_quotdet_amd.pack_instr~") COLUMN(NAME=~"sales_quotdet_amd.pack_qty~") COLUMN(NAME=~"sales_quotdet_amd.pack_code~") COLUMN(NAME=~"sales_quotdet_amd.packing~") COLUMN(NAME=~"sales_quotdet_amd.item_spec~") COLUMN(NAME=~"sales_quotdet_amd.remarks~") COLUMN(NAME=~"sales_quotdet_amd.tax_env~") COLUMN(NAME=~"sales_quotdet_amd.tax_chap~") COLUMN(NAME=~"sales_quotdet_amd.tax_class~") COLUMN(NAME=~"sales_quotdet_amd.amd_no~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"packing.descr~") JOIN (LEFT=~"sales_quotdet_amd.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quotdet_amd.item_code~" ) JOIN (LEFT=~"sales_quotdet_amd.pack_code~" OP =~"=~"RIGHT=~"packing.pack_code~" OUTER1 =~"sales_quotdet_amd.pack_code~" )WHERE( EXP1 =~"( ( sales_quotdet_amd.amd_no~" OP =~"=~" EXP2 =~":amd_no ) )~" ) ) ARG(NAME = ~"amd_no~" TYPE = string) " update="sales_quotdet_amd" updatewhere=1 updatekeyinplace=no arguments=(("amd_no", string)) ) column=(type=decimal(4) update=yes updatewhereclause=yes name=rate_o dbname="sales_quotdet_amd.rate_o" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="sales_quotdet_amd.line_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quotdet_amd~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"packing~" ) COLUMN(NAME=~"sales_quotdet_amd.amd_no~") COLUMN(NAME=~"sales_quotdet_amd.item_code~") COLUMN(NAME=~"sales_quotdet_amd.quantity~") COLUMN(NAME=~"sales_quotdet_amd.quantity_o~") COLUMN(NAME=~"sales_quotdet_amd.unit~") COLUMN(NAME=~"sales_quotdet_amd.rate~") COLUMN(NAME=~"sales_quotdet_amd.sampl_qty~") COLUMN(NAME=~"sales_quotdet_amd.sch_date~") COLUMN(NAME=~"sales_quotdet_amd.sch_date_upto~") COLUMN(NAME=~"sales_quotdet_amd.unit__sampl~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate_o~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate~") COLUMN(NAME=~"sales_quotdet_amd.tax_amt~") COLUMN(NAME=~"sales_quotdet_amd.net_amt~") COLUMN(NAME=~"sales_quotdet_amd.quot_no~") COLUMN(NAME=~"sales_quotdet_amd.cr_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_at~") COLUMN(NAME=~"sales_quotdet_amd.pack_instr~") COLUMN(NAME=~"sales_quotdet_amd.pack_qty~") COLUMN(NAME=~"sales_quotdet_amd.pack_code~") COLUMN(NAME=~"sales_quotdet_amd.packing~") COLUMN(NAME=~"sales_quotdet_amd.item_spec~") COLUMN(NAME=~"sales_quotdet_amd.remarks~") COLUMN(NAME=~"sales_quotdet_amd.tax_env~") COLUMN(NAME=~"sales_quotdet_amd.tax_chap~") COLUMN(NAME=~"sales_quotdet_amd.tax_class~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"packing.descr~") COLUMN(NAME=~"sales_quotdet_amd.rate_o~") COLUMN(NAME=~"sales_quotdet_amd.line_no~") JOIN (LEFT=~"sales_quotdet_amd.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quotdet_amd.item_code~" ) JOIN (LEFT=~"sales_quotdet_amd.pack_code~" OP =~"=~"RIGHT=~"packing.pack_code~" OUTER1 =~"sales_quotdet_amd.pack_code~" )WHERE( EXP1 =~"( ( sales_quotdet_amd.amd_no~" OP =~"=~" EXP2 =~":amd_no ) )~" ) ) ARG(NAME = ~"amd_no~" TYPE = string) " update="sales_quotdet_amd" updatewhere=1 updatekeyinplace=no arguments=(("amd_no", string)) )
text(band=header alignment="0" text="Line No" border="2" color="33554432" x="1222" y="1" height="19" width="67" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Line No" border="2" color="33554432" x="1222" y="1" height="19" width="67" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Quotation No" border="2" color="33554432" x="1291" y="1" height="19" width="99" html.valueishtml="0" name=quot_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Quotation No" border="2" color="33554432" x="1291" y="1" height="19" width="99" html.valueishtml="0" name=quot_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Credit Term" border="2" color="33554432" x="1392" y="1" height="19" width="84" html.valueishtml="0" name=cr_term_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Credit Term" border="2" color="33554432" x="1392" y="1" height="19" width="84" html.valueishtml="0" name=cr_term_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
...@@ -63,8 +64,9 @@ text(band=header alignment="0" text="Quantity" border="2" color="33554432" x="64 ...@@ -63,8 +64,9 @@ text(band=header alignment="0" text="Quantity" border="2" color="33554432" x="64
text(band=header alignment="0" text="Orignal Quantity" border="2" color="33554432" x="125" y="1" height="19" width="116" html.valueishtml="0" name=quantity_o_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Orignal Quantity" border="2" color="33554432" x="125" y="1" height="19" width="116" html.valueishtml="0" name=quantity_o_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Rate" border="2" color="33554432" x="300" y="1" height="19" width="73" html.valueishtml="0" name=rate_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Rate" border="2" color="33554432" x="300" y="1" height="19" width="73" html.valueishtml="0" name=rate_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Unit" border="2" color="33554432" x="243" y="1" height="19" width="55" html.valueishtml="0" name=unit_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Unit" border="2" color="33554432" x="243" y="1" height="19" width="55" html.valueishtml="0" name=unit_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Amendment No" border="2" color="33554432" x="2600" y="1" height="19" width="146" html.valueishtml="0" name=amd_no_t visible="0" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="0" text="Amendment No" border="2" color="33554432" x="2712" y="1" height="19" width="146" html.valueishtml="0" name=amd_no_t visible="0" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="2" color="33554432" x="1222" y="0" height="16" width="67" format="[general]" html.valueishtml="0" name=line_no 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="1" background.color="536870912" ) text(band=header alignment="0" text="Old Rate" border="2" color="33554432" x="2600" y="1" height="19" width="110" html.valueishtml="0" name=rate_o_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="2" color="33554432" x="1222" y="0" height="16" width="67" format="[general]" html.valueishtml="0" name=line_no 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="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="2" color="33554432" x="1291" y="0" height="16" width="99" format="[general]" html.valueishtml="0" name=quot_no 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="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="2" color="33554432" x="1291" y="0" height="16" width="99" format="[general]" html.valueishtml="0" name=quot_no 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="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="2" color="33554432" x="1392" y="0" height="16" width="84" format="[general]" html.valueishtml="0" name=cr_term 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="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="2" color="33554432" x="1392" y="0" height="16" width="84" format="[general]" html.valueishtml="0" name=cr_term 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="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="2" color="33554432" x="1478" y="0" height="16" width="101" format="[general]" html.valueishtml="0" name=dlv_term 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="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="2" color="33554432" x="1478" y="0" height="16" width="101" format="[general]" html.valueishtml="0" name=dlv_term 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="1" background.color="536870912" )
...@@ -78,20 +80,21 @@ column(band=detail id=24 alignment="0" tabsequence=32766 border="2" color="33554 ...@@ -78,20 +80,21 @@ column(band=detail id=24 alignment="0" tabsequence=32766 border="2" color="33554
column(band=detail id=25 alignment="0" tabsequence=32766 border="2" color="33554432" x="2314" y="0" height="16" width="115" format="[general]" html.valueishtml="0" name=tax_env 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="1" background.color="536870912" ) column(band=detail id=25 alignment="0" tabsequence=32766 border="2" color="33554432" x="2314" y="0" height="16" width="115" format="[general]" html.valueishtml="0" name=tax_env 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="1" background.color="536870912" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="2" color="33554432" x="2431" y="0" height="16" width="92" format="[general]" html.valueishtml="0" name=tax_chap 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="1" background.color="536870912" ) column(band=detail id=26 alignment="0" tabsequence=32766 border="2" color="33554432" x="2431" y="0" height="16" width="92" format="[general]" html.valueishtml="0" name=tax_chap 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="1" background.color="536870912" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="2" color="33554432" x="2525" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=tax_class 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="1" background.color="536870912" ) column(band=detail id=27 alignment="0" tabsequence=32766 border="2" color="33554432" x="2525" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=tax_class 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="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="2" color="33554432" x="375" y="0" height="16" width="112" format="[general]" html.valueishtml="0" name=sampl_qty 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="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="2" color="33554432" x="375" y="0" height="16" width="112" format="[general]" html.valueishtml="0" name=sampl_qty 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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="2" color="33554432" x="489" y="0" height="16" width="109" format="[shortdate] [time]" html.valueishtml="0" name=sch_date 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="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="2" color="33554432" x="489" y="0" height="16" width="109" format="[shortdate] [time]" html.valueishtml="0" name=sch_date 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="2" color="33554432" x="600" y="0" height="16" width="147" format="[shortdate] [time]" html.valueishtml="0" name=sch_date_upto 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="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="2" color="33554432" x="600" y="0" height="16" width="147" format="[shortdate] [time]" html.valueishtml="0" name=sch_date_upto 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="2" color="33554432" x="749" y="0" height="16" width="96" format="[general]" html.valueishtml="0" name=unit__sampl 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="1" background.color="536870912" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="2" color="33554432" x="749" y="0" height="16" width="96" format="[general]" html.valueishtml="0" name=unit__sampl 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="2" color="33554432" x="847" y="0" height="16" width="125" format="[general]" html.valueishtml="0" name=unit__rate_o 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="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="2" color="33554432" x="847" y="0" height="16" width="125" format="[general]" html.valueishtml="0" name=unit__rate_o 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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=30 border="2" color="33554432" x="974" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=unit__rate 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="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=30 border="2" color="33554432" x="974" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=unit__rate 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="2" color="33554432" x="1049" y="0" height="16" width="84" format="[general]" html.valueishtml="0" name=tax_amt 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="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="2" color="33554432" x="1049" y="0" height="16" width="84" format="[general]" html.valueishtml="0" name=tax_amt 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="2" color="33554432" x="1135" y="0" height="16" width="85" format="[general]" html.valueishtml="0" name=net_amt 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="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="2" color="33554432" x="1135" y="0" height="16" width="85" format="[general]" html.valueishtml="0" name=net_amt 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="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="2" color="33554432" x="2" y="2" height="19" width="60" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=10 border="2" color="33554432" x="2" y="2" height="19" width="60" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="2" color="33554432" x="64" y="0" height="16" width="59" format="[general]" html.valueishtml="0" name=quantity 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="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=20 border="2" color="33554432" x="64" y="0" height="16" width="59" format="[general]" html.valueishtml="0" name=quantity 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="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="2" color="33554432" x="125" y="0" height="16" width="116" format="[general]" html.valueishtml="0" name=quantity_o 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="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="2" color="33554432" x="125" y="0" height="16" width="116" format="[general]" html.valueishtml="0" name=quantity_o 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="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="2" color="33554432" x="300" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=rate 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="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="2" color="33554432" x="300" y="0" height="16" width="73" format="[general]" html.valueishtml="0" name=rate 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="2" color="33554432" x="243" y="0" height="16" width="55" format="[general]" html.valueishtml="0" name=unit 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="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="2" color="33554432" x="243" y="0" height="16" width="55" format="[general]" html.valueishtml="0" name=unit 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="1" background.color="536870912" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="2" color="33554432" x="2600" y="0" height="16" width="146" format="[general]" html.valueishtml="0" name=amd_no 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="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="2" color="33554432" x="2712" y="0" height="16" width="146" format="[general]" html.valueishtml="0" name=amd_no 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="1" background.color="536870912" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="2" color="33554432" x="2600" y="1" height="16" width="110" format="[general]" html.valueishtml="0" name=rate_o 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="1" background.color="536870912" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -48,6 +48,14 @@ ...@@ -48,6 +48,14 @@
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>amd_no</name>
<dbname>sales_quotdet_amd.amd_no</dbname>
</table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
...@@ -77,7 +85,7 @@ ...@@ -77,7 +85,7 @@
<dbname>sales_quotdet_amd.unit</dbname> <dbname>sales_quotdet_amd.unit</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="4">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>rate</name> <name>rate</name>
...@@ -139,14 +147,6 @@ ...@@ -139,14 +147,6 @@
<name>net_amt</name> <name>net_amt</name>
<dbname>sales_quotdet_amd.net_amt</dbname> <dbname>sales_quotdet_amd.net_amt</dbname>
</table_column> </table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>sales_quotdet_amd.line_no</dbname>
</table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
...@@ -238,14 +238,6 @@ ...@@ -238,14 +238,6 @@
<name>tax_class</name> <name>tax_class</name>
<dbname>sales_quotdet_amd.tax_class</dbname> <dbname>sales_quotdet_amd.tax_class</dbname>
</table_column> </table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>amd_no</name>
<dbname>sales_quotdet_amd.amd_no</dbname>
</table_column>
<table_column> <table_column>
<type size="130">char</type> <type size="130">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -258,7 +250,22 @@ ...@@ -258,7 +250,22 @@
<name>packing_descr</name> <name>packing_descr</name>
<dbname>packing.descr</dbname> <dbname>packing.descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quotdet_amd&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;packing&quot; ) COLUMN(NAME=&quot;sales_quotdet_amd.item_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sampl_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date_upto&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__sampl&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.net_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.line_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quot_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.cr_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_at&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_instr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.packing&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_spec&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.remarks&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_env&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_chap&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_class&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.amd_no&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;packing.descr&quot;) JOIN (LEFT=&quot;sales_quotdet_amd.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;sales_quotdet_amd.item_code&quot; ) JOIN (LEFT=&quot;sales_quotdet_amd.pack_code&quot; OP =&quot;=&quot;RIGHT=&quot;packing.pack_code&quot; OUTER1 =&quot;sales_quotdet_amd.pack_code&quot; )WHERE( EXP1 =&quot;( ( sales_quotdet_amd.amd_no&quot; OP =&quot;=&quot; EXP2 =&quot;:amd_no ) )&quot; ) ) ARG(NAME = &quot;amd_no&quot; TYPE = string) </retrieve> <table_column>
<type precision="4">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rate_o</name>
<dbname>sales_quotdet_amd.rate_o</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>sales_quotdet_amd.line_no</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quotdet_amd&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;packing&quot; ) COLUMN(NAME=&quot;sales_quotdet_amd.amd_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sampl_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date_upto&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__sampl&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.net_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quot_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.cr_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_at&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_instr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.packing&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_spec&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.remarks&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_env&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_chap&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_class&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;packing.descr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.line_no&quot;) JOIN (LEFT=&quot;sales_quotdet_amd.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;sales_quotdet_amd.item_code&quot; ) JOIN (LEFT=&quot;sales_quotdet_amd.pack_code&quot; OP =&quot;=&quot;RIGHT=&quot;packing.pack_code&quot; OUTER1 =&quot;sales_quotdet_amd.pack_code&quot; )WHERE( EXP1 =&quot;( ( sales_quotdet_amd.amd_no&quot; OP =&quot;=&quot; EXP2 =&quot;:amd_no ) )&quot; ) ) ARG(NAME = &quot;amd_no&quot; TYPE = string) </retrieve>
<update>sales_quotdet_amd</update> <update>sales_quotdet_amd</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -1029,7 +1036,7 @@ ...@@ -1029,7 +1036,7 @@
<text>Amendment No</text> <text>Amendment No</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>2600</x> <x>2712</x>
<y>1</y> <y>1</y>
<height>19</height> <height>19</height>
<width>146</width> <width>146</width>
...@@ -1051,9 +1058,37 @@ ...@@ -1051,9 +1058,37 @@
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Old Rate</text>
<border>2</border>
<color>33554432</color>
<x>2600</x>
<y>1</y>
<height>19</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rate_o_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-12</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>31</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1557,7 +1592,7 @@ ...@@ -1557,7 +1592,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1593,7 +1628,7 @@ ...@@ -1593,7 +1628,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1629,7 +1664,7 @@ ...@@ -1629,7 +1664,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1665,7 +1700,7 @@ ...@@ -1665,7 +1700,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1701,7 +1736,7 @@ ...@@ -1701,7 +1736,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1737,7 +1772,7 @@ ...@@ -1737,7 +1772,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>2</border> <border>2</border>
...@@ -1773,7 +1808,7 @@ ...@@ -1773,7 +1808,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1809,7 +1844,7 @@ ...@@ -1809,7 +1844,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1845,7 +1880,7 @@ ...@@ -1845,7 +1880,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>2</border> <border>2</border>
...@@ -1883,7 +1918,7 @@ ...@@ -1883,7 +1918,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>2</border> <border>2</border>
...@@ -1919,7 +1954,7 @@ ...@@ -1919,7 +1954,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1955,7 +1990,7 @@ ...@@ -1955,7 +1990,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -1991,7 +2026,7 @@ ...@@ -1991,7 +2026,7 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
...@@ -2027,12 +2062,12 @@ ...@@ -2027,12 +2062,12 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>2600</x> <x>2712</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>146</width> <width>146</width>
...@@ -2061,6 +2096,42 @@ ...@@ -2061,6 +2096,42 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border>
<color>33554432</color>
<x>2600</x>
<y>1</y>
<height>16</height>
<width>110</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rate_o</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>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -4,7 +4,7 @@ datawindow(units=1 timer_interval=0 color=1073741824 processing=0 HTMLDW=no prin ...@@ -4,7 +4,7 @@ datawindow(units=1 timer_interval=0 color=1073741824 processing=0 HTMLDW=no prin
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=2178 color="536870912" ) detail(height=2178 color="536870912" )
table(column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="sales_quotdet_amd.line_no" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=amd_no dbname="sales_quotdet_amd.amd_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=quot_no dbname="sales_quotdet_amd.quot_no" ) column=(type=char(10) update=yes updatewhereclause=yes name=quot_no dbname="sales_quotdet_amd.quot_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="sales_quotdet_amd.item_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="sales_quotdet_amd.item_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity_o dbname="sales_quotdet_amd.quantity_o" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity_o dbname="sales_quotdet_amd.quantity_o" )
...@@ -29,46 +29,17 @@ table(column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line ...@@ -29,46 +29,17 @@ table(column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line
column=(type=char(10) update=yes updatewhereclause=yes name=tax_chap dbname="sales_quotdet_amd.tax_chap" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_chap dbname="sales_quotdet_amd.tax_chap" )
column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sales_quotdet_amd.tax_env" ) column=(type=char(10) update=yes updatewhereclause=yes name=tax_env dbname="sales_quotdet_amd.tax_env" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=tax_amt dbname="sales_quotdet_amd.tax_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=tax_amt dbname="sales_quotdet_amd.tax_amt" )
column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="sales_quotdet_amd.rate" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rate dbname="sales_quotdet_amd.rate" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="sales_quotdet_amd.net_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="sales_quotdet_amd.net_amt" )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" ) column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(60) updatewhereclause=yes name=packing_descr dbname="packing.descr" ) column=(type=char(60) updatewhereclause=yes name=packing_descr dbname="packing.descr" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=amd_no dbname="sales_quotdet_amd.amd_no" ) column=(type=decimal(4) update=yes updatewhereclause=yes name=rate_o dbname="sales_quotdet_amd.rate_o" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quotdet_amd~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"packing~" ) COLUMN(NAME=~"sales_quotdet_amd.line_no~") COLUMN(NAME=~"sales_quotdet_amd.quot_no~") COLUMN(NAME=~"sales_quotdet_amd.item_code~") COLUMN(NAME=~"sales_quotdet_amd.quantity_o~") COLUMN(NAME=~"sales_quotdet_amd.quantity~") COLUMN(NAME=~"sales_quotdet_amd.unit~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate_o~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate~") COLUMN(NAME=~"sales_quotdet_amd.sch_date~") COLUMN(NAME=~"sales_quotdet_amd.sampl_qty~") COLUMN(NAME=~"sales_quotdet_amd.unit__sampl~") COLUMN(NAME=~"sales_quotdet_amd.remarks~") COLUMN(NAME=~"sales_quotdet_amd.pack_instr~") COLUMN(NAME=~"sales_quotdet_amd.cr_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_term~") COLUMN(NAME=~"sales_quotdet_amd.item_spec~") COLUMN(NAME=~"sales_quotdet_amd.pack_code~") COLUMN(NAME=~"sales_quotdet_amd.sch_date_upto~") COLUMN(NAME=~"sales_quotdet_amd.pack_qty~") COLUMN(NAME=~"sales_quotdet_amd.dlv_at~") COLUMN(NAME=~"sales_quotdet_amd.packing~") COLUMN(NAME=~"sales_quotdet_amd.tax_class~") COLUMN(NAME=~"sales_quotdet_amd.tax_chap~") COLUMN(NAME=~"sales_quotdet_amd.tax_env~") COLUMN(NAME=~"sales_quotdet_amd.tax_amt~") COLUMN(NAME=~"sales_quotdet_amd.rate~") COLUMN(NAME=~"sales_quotdet_amd.net_amt~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"packing.descr~") COLUMN(NAME=~"sales_quotdet_amd.amd_no~") JOIN (LEFT=~"sales_quotdet_amd.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quotdet_amd.item_code~" ) JOIN (LEFT=~"sales_quotdet_amd.pack_code~" OP =~"=~"RIGHT=~"packing.pack_code~" OUTER1 =~"sales_quotdet_amd.pack_code~" )WHERE( EXP1 =~"( ( sales_quotdet_amd.amd_no~" OP =~"=~" EXP2 =~":amd_no ) )~" ) ) ARG(NAME = ~"amd_no~" TYPE = string) " update="sales_quotdet_amd" updatewhere=1 updatekeyinplace=no arguments=(("amd_no", string)) ) column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="sales_quotdet_amd.line_no" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="304" y="14" height="438" width="332" 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="1073741824" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quotdet_amd~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"packing~" ) COLUMN(NAME=~"sales_quotdet_amd.amd_no~") COLUMN(NAME=~"sales_quotdet_amd.quot_no~") COLUMN(NAME=~"sales_quotdet_amd.item_code~") COLUMN(NAME=~"sales_quotdet_amd.quantity_o~") COLUMN(NAME=~"sales_quotdet_amd.quantity~") COLUMN(NAME=~"sales_quotdet_amd.unit~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate_o~") COLUMN(NAME=~"sales_quotdet_amd.unit__rate~") COLUMN(NAME=~"sales_quotdet_amd.sch_date~") COLUMN(NAME=~"sales_quotdet_amd.sampl_qty~") COLUMN(NAME=~"sales_quotdet_amd.unit__sampl~") COLUMN(NAME=~"sales_quotdet_amd.remarks~") COLUMN(NAME=~"sales_quotdet_amd.pack_instr~") COLUMN(NAME=~"sales_quotdet_amd.cr_term~") COLUMN(NAME=~"sales_quotdet_amd.dlv_term~") COLUMN(NAME=~"sales_quotdet_amd.item_spec~") COLUMN(NAME=~"sales_quotdet_amd.pack_code~") COLUMN(NAME=~"sales_quotdet_amd.sch_date_upto~") COLUMN(NAME=~"sales_quotdet_amd.pack_qty~") COLUMN(NAME=~"sales_quotdet_amd.dlv_at~") COLUMN(NAME=~"sales_quotdet_amd.packing~") COLUMN(NAME=~"sales_quotdet_amd.tax_class~") COLUMN(NAME=~"sales_quotdet_amd.tax_chap~") COLUMN(NAME=~"sales_quotdet_amd.tax_env~") COLUMN(NAME=~"sales_quotdet_amd.tax_amt~") COLUMN(NAME=~"sales_quotdet_amd.rate~") COLUMN(NAME=~"sales_quotdet_amd.net_amt~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"packing.descr~") COLUMN(NAME=~"sales_quotdet_amd.rate_o~") COLUMN(NAME=~"sales_quotdet_amd.line_no~") JOIN (LEFT=~"sales_quotdet_amd.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quotdet_amd.item_code~" ) JOIN (LEFT=~"sales_quotdet_amd.pack_code~" OP =~"=~"RIGHT=~"packing.pack_code~" OUTER1 =~"sales_quotdet_amd.pack_code~" )WHERE( EXP1 =~"( ( sales_quotdet_amd.amd_no~" OP =~"=~" EXP2 =~":amd_no ) )~" ) ) ARG(NAME = ~"amd_no~" TYPE = string) " update="sales_quotdet_amd" updatewhere=0 updatekeyinplace=no arguments=(("amd_no", string)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="304" y="14" height="461" width="332" 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="1073741824" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="2" color="33554432" x="544" y="39" height="16" width="77" format="[general]" html.valueishtml="0" name=item_descr 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="1" background.color="536870912" ) column(band=detail id=28 alignment="0" tabsequence=32766 border="2" color="33554432" x="544" y="39" height="16" width="77" format="[general]" html.valueishtml="0" name=item_descr 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Tax Details:" border="2" color="33554432" x="326" y="314" height="16" width="123" html.valueishtml="0" name=tax_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" )
text(band=detail alignment="1" text="Net Amount:" border="2" color="33554432" x="326" y="338" height="16" width="123" 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" )
text(band=detail alignment="1" text="Quantity:" border="2" color="33554432" x="326" y="62" height="16" width="123" 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="Orignal Quantity:" border="2" color="33554432" x="326" y="87" height="16" width="123" html.valueishtml="0" name=quantity_o_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="Unit:" border="2" color="33554432" x="326" y="111" height="16" width="123" html.valueishtml="0" name=unit_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="Rate:" border="2" color="33554432" x="326" y="136" height="16" width="123" 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" )
text(band=detail alignment="1" text="Sampl Quantity:" border="2" color="33554432" x="326" y="160" height="16" width="123" html.valueishtml="0" name=sampl_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="Schedule Date:" border="2" color="33554432" x="326" y="187" height="16" width="123" html.valueishtml="0" name=sch_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=detail alignment="1" text="Schedule Date Upto:" border="2" color="33554432" x="326" y="213" height="16" width="123" html.valueishtml="0" name=sch_date_upto_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="Sample Unit:" border="2" color="33554432" x="326" y="238" height="16" width="123" html.valueishtml="0" name=unit__sampl_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="Orignal Rate Unit:" border="2" color="33554432" x="326" y="264" height="16" width="123" html.valueishtml="0" name=unit__rate_o_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="Rate Unit:" border="2" color="33554432" x="326" y="289" height="16" width="123" html.valueishtml="0" name=unit__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" )
text(band=detail alignment="1" text="Item:" border="2" color="33554432" x="326" y="39" height="16" width="123" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Item:" border="2" color="33554432" x="326" y="39" height="16" width="123" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tax Class:" border="2" color="33554432" x="326" y="409" height="16" width="123" html.valueishtml="0" name=tax_class_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="Tax Chapter:" border="2" color="33554432" x="326" y="385" height="16" width="123" html.valueishtml="0" name=tax_chap_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="Tax Environment:" border="2" color="33554432" x="326" y="362" height="16" width="123" html.valueishtml="0" name=tax_env_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=25 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="314" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_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=27 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="338" height="16" width="82" 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=5 alignment="1" tabsequence=20 border="2" color="33554432" x="453" y="62" height="16" width="82" format="[general]" html.valueishtml="0" name=quantity 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=4 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="87" height="16" width="82" format="[general]" html.valueishtml="0" name=quantity_o visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="111" height="16" width="82" format="[general]" html.valueishtml="0" name=unit visible="1" edit.limit=3 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=26 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="136" height="16" width="82" 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" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="160" height="16" width="82" format="[general]" html.valueishtml="0" name=sampl_qty 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=9 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="188" height="16" width="82" format="[shortdate] [time]" html.valueishtml="0" name=sch_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=18 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="213" height="16" width="82" format="[shortdate] [time]" html.valueishtml="0" name=sch_date_upto 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="0" tabsequence=32766 border="2" color="33554432" x="453" y="238" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__sampl visible="1" edit.limit=3 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="2" color="33554432" x="453" y="264" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__rate_o visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=30 border="2" color="33554432" x="453" y="289" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__rate visible="1" edit.limit=3 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="2" color="33554432" x="453" y="39" height="16" width="82" format="[general]" html.valueishtml="0" name=item_code 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=3 alignment="0" tabsequence=10 border="2" color="33554432" x="453" y="39" height="16" width="82" format="[general]" html.valueishtml="0" name=item_code 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=22 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="409" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_class 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=23 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="385" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_chap 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=24 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="362" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_env 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" )
groupbox(band=detail text="Others"border="2" color="33554432" x="298" y="495" height="330" width="352" 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="1073741824" ) groupbox(band=detail text="Others"border="2" color="33554432" x="298" y="495" height="330" width="352" 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="1073741824" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="2" color="33554432" x="549" y="682" height="16" width="91" format="[general]" html.valueishtml="0" name=packing_descr 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="1" background.color="536870912" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="2" color="33554432" x="549" y="682" height="16" width="91" format="[general]" html.valueishtml="0" name=packing_descr 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No:" border="2" color="33554432" x="343" y="511" height="16" width="123" 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 No:" border="2" color="33554432" x="343" y="511" height="16" width="123" 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" )
...@@ -82,7 +53,7 @@ text(band=detail alignment="1" text="Remarks:" border="2" color="33554432" x="34 ...@@ -82,7 +53,7 @@ text(band=detail alignment="1" text="Remarks:" border="2" color="33554432" x="34
text(band=detail alignment="1" text="Delivery At:" border="2" color="33554432" x="343" y="608" height="16" width="123" html.valueishtml="0" name=dlv_at_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="Delivery At:" border="2" color="33554432" x="343" y="608" height="16" width="123" html.valueishtml="0" name=dlv_at_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="Packing:" border="2" color="33554432" x="343" y="682" height="16" width="123" html.valueishtml="0" name=pack_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="Packing:" border="2" color="33554432" x="343" y="682" height="16" width="123" html.valueishtml="0" name=pack_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="Packing:" border="2" color="33554432" x="343" y="703" height="16" width="123" html.valueishtml="0" name=packing_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="Packing:" border="2" color="33554432" x="343" y="703" height="16" width="123" html.valueishtml="0" name=packing_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="1" tabsequence=32766 border="2" color="33554432" x="470" y="511" height="16" 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" ) column(band=detail id=31 alignment="1" tabsequence=32766 border="2" color="33554432" x="470" y="511" height="16" 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" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="536" height="16" width="72" format="[general]" html.valueishtml="0" name=quot_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="536" height="16" width="72" format="[general]" html.valueishtml="0" name=quot_no 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=14 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="562" height="16" width="72" format="[general]" html.valueishtml="0" name=cr_term 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=14 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="562" height="16" width="72" format="[general]" html.valueishtml="0" name=cr_term 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=15 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="587" height="16" width="72" format="[general]" html.valueishtml="0" name=dlv_term 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=15 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="587" height="16" width="72" format="[general]" html.valueishtml="0" name=dlv_term 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" )
...@@ -94,7 +65,39 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="2" color="33554 ...@@ -94,7 +65,39 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="2" color="33554
column(band=detail id=17 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="682" height="16" width="72" format="[general]" html.valueishtml="0" name=pack_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=17 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="682" height="16" width="72" format="[general]" html.valueishtml="0" name=pack_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=21 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="704" height="16" width="72" format="[general]" html.valueishtml="0" name=packing 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=21 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="704" height="16" width="72" format="[general]" html.valueishtml="0" name=packing 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="Amendment No:" border="2" color="33554432" x="343" y="786" height="16" width="123" 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" ) text(band=detail alignment="1" text="Amendment No:" border="2" color="33554432" x="343" y="786" height="16" width="123" 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" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="786" height="16" width="72" format="[general]" html.valueishtml="0" name=amd_no 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="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="2" color="33554432" x="470" y="786" height="16" width="72" format="[general]" html.valueishtml="0" name=amd_no 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Sampl Quantity:" border="2" color="33554432" x="326" y="180" height="16" width="123" html.valueishtml="0" name=sampl_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" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="180" height="16" width="82" format="[general]" html.valueishtml="0" name=sampl_qty 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="Schedule Date:" border="2" color="33554432" x="326" y="207" height="16" width="123" html.valueishtml="0" name=sch_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=9 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="208" height="16" width="82" format="[shortdate] [time]" html.valueishtml="0" name=sch_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" )
text(band=detail alignment="1" text="Schedule Date Upto:" border="2" color="33554432" x="326" y="233" height="16" width="123" html.valueishtml="0" name=sch_date_upto_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=18 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="233" height="16" width="82" format="[shortdate] [time]" html.valueishtml="0" name=sch_date_upto 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="0" tabsequence=32766 border="2" color="33554432" x="453" y="258" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__sampl visible="1" edit.limit=3 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="Orignal Rate Unit:" border="2" color="33554432" x="326" y="284" height="16" width="123" html.valueishtml="0" name=unit__rate_o_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="2" color="33554432" x="453" y="284" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__rate_o visible="1" edit.limit=3 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="Sample Unit:" border="2" color="33554432" x="326" y="258" height="16" width="123" html.valueishtml="0" name=unit__sampl_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="Rate Unit:" border="2" color="33554432" x="326" y="309" height="16" width="123" html.valueishtml="0" name=unit__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="0" tabsequence=32766 border="2" color="33554432" x="453" y="309" height="16" width="82" format="[general]" html.valueishtml="0" name=unit__rate visible="1" edit.limit=3 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="Tax Details:" border="2" color="33554432" x="326" y="334" height="16" width="123" html.valueishtml="0" name=tax_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=25 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="334" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_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 Amount:" border="2" color="33554432" x="326" y="358" height="16" width="123" 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=27 alignment="1" tabsequence=32766 border="2" color="33554432" x="453" y="358" height="16" width="82" 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="Tax Environment:" border="2" color="33554432" x="326" y="382" height="16" width="123" html.valueishtml="0" name=tax_env_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=24 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="382" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_env 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="Tax Chapter:" border="2" color="33554432" x="326" y="405" height="16" width="123" html.valueishtml="0" name=tax_chap_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=23 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="405" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_chap 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="Tax Class:" border="2" color="33554432" x="326" y="429" height="16" width="123" html.valueishtml="0" name=tax_class_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=22 alignment="0" tabsequence=32766 border="2" color="33554432" x="453" y="429" height="16" width="82" format="[general]" html.valueishtml="0" name=tax_class 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" )
text(band=detail alignment="1" text="Rate:" border="2" color="33554432" x="326" y="153" height="16" width="123" 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=26 alignment="1" tabsequence=30 border="2" color="33554432" x="453" y="153" height="16" width="82" 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="Old Quantity:" border="2" color="33554432" x="326" y="62" height="16" width="123" html.valueishtml="0" name=quantity_o_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="1" tabsequence=32766 border="2" color="33554432" x="453" y="62" height="16" width="82" format="[general]" html.valueishtml="0" name=quantity_o 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="Quantity:" border="2" color="33554432" x="326" y="87" height="16" width="123" 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" )
column(band=detail id=5 alignment="1" tabsequence=20 border="2" color="33554432" x="453" y="87" height="16" width="82" format="[general]" html.valueishtml="0" name=quantity 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="Unit:" border="2" color="33554432" x="326" y="112" height="16" width="123" html.valueishtml="0" name=unit_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="2" color="33554432" x="453" y="112" height="16" width="82" format="[general]" html.valueishtml="0" name=unit visible="1" edit.limit=3 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=30 alignment="0" tabsequence=32766 border="2" color="33554432" x="452" y="131" height="16" width="86" format="[general]" html.valueishtml="0" name=rate_o 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Old Rate:" border="2" color="33554432" x="325" y="132" height="16" width="123" html.valueishtml="0" name=rate_o_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=summary alignment="1" text="Ptd:" border="2" color="33554432" x="333" y="12" height="16" width="123" html.valueishtml="0" name=ptd_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=summary alignment="1" text="Ptd:" border="2" color="33554432" x="333" y="12" height="16" width="123" html.valueishtml="0" name=ptd_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" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
......
...@@ -44,12 +44,12 @@ ...@@ -44,12 +44,12 @@
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type precision="0">decimal</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>line_no</name> <name>amd_no</name>
<dbname>sales_quotdet_amd.line_no</dbname> <dbname>sales_quotdet_amd.amd_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<dbname>sales_quotdet_amd.tax_amt</dbname> <dbname>sales_quotdet_amd.tax_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="4">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>rate</name> <name>rate</name>
...@@ -246,16 +246,23 @@ ...@@ -246,16 +246,23 @@
<dbname>packing.descr</dbname> <dbname>packing.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type precision="4">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rate_o</name>
<dbname>sales_quotdet_amd.rate_o</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>amd_no</name> <name>line_no</name>
<dbname>sales_quotdet_amd.amd_no</dbname> <dbname>sales_quotdet_amd.line_no</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quotdet_amd&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;packing&quot; ) COLUMN(NAME=&quot;sales_quotdet_amd.line_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quot_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sampl_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__sampl&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.remarks&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_instr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.cr_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_spec&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date_upto&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_at&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.packing&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_class&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_chap&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_env&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.net_amt&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;packing.descr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.amd_no&quot;) JOIN (LEFT=&quot;sales_quotdet_amd.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;sales_quotdet_amd.item_code&quot; ) JOIN (LEFT=&quot;sales_quotdet_amd.pack_code&quot; OP =&quot;=&quot;RIGHT=&quot;packing.pack_code&quot; OUTER1 =&quot;sales_quotdet_amd.pack_code&quot; )WHERE( EXP1 =&quot;( ( sales_quotdet_amd.amd_no&quot; OP =&quot;=&quot; EXP2 =&quot;:amd_no ) )&quot; ) ) ARG(NAME = &quot;amd_no&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;sales_quotdet_amd&quot; ) TABLE(NAME=&quot;item&quot; ) TABLE(NAME=&quot;packing&quot; ) COLUMN(NAME=&quot;sales_quotdet_amd.amd_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quot_no&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.quantity&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sampl_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.unit__sampl&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.remarks&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_instr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.cr_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_term&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.item_spec&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_code&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.sch_date_upto&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.pack_qty&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.dlv_at&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.packing&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_class&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_chap&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_env&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.tax_amt&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.net_amt&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;packing.descr&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.rate_o&quot;) COLUMN(NAME=&quot;sales_quotdet_amd.line_no&quot;) JOIN (LEFT=&quot;sales_quotdet_amd.item_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; OUTER1 =&quot;sales_quotdet_amd.item_code&quot; ) JOIN (LEFT=&quot;sales_quotdet_amd.pack_code&quot; OP =&quot;=&quot;RIGHT=&quot;packing.pack_code&quot; OUTER1 =&quot;sales_quotdet_amd.pack_code&quot; )WHERE( EXP1 =&quot;( ( sales_quotdet_amd.amd_no&quot; OP =&quot;=&quot; EXP2 =&quot;:amd_no ) )&quot; ) ) ARG(NAME = &quot;amd_no&quot; TYPE = string) </retrieve>
<update>sales_quotdet_amd</update> <update>sales_quotdet_amd</update>
<updatewhere>1</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>amd_no</name> <name>amd_no</name>
...@@ -269,7 +276,7 @@ ...@@ -269,7 +276,7 @@
<color>33554432</color> <color>33554432</color>
<x>304</x> <x>304</x>
<y>14</y> <y>14</y>
<height>438</height> <height>461</height>
<width>332</width> <width>332</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -325,17 +332,17 @@ ...@@ -325,17 +332,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tax Details:</text> <text>Item:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>326</x>
<y>314</y> <y>39</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_amt_t</name> <name>item_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -350,21 +357,31 @@ ...@@ -350,21 +357,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>3</id>
<text>Net Amount:</text> <alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>453</x>
<y>338</y> <y>39</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>net_amt_t</name> <name>item_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -377,21 +394,17 @@ ...@@ -377,21 +394,17 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <GroupBox>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <text>Others</text>
<text>Quantity:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>298</x>
<y>62</y> <y>495</y>
<height>16</height> <height>330</height>
<width>123</width> <width>352</width>
<html> <name>gb_2</name>
<valueishtml>0</valueishtml>
</html>
<name>quantity_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -402,25 +415,33 @@ ...@@ -402,25 +415,33 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1073741824</color>
</background> </background>
</TextObject> </GroupBox>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>29</id>
<text>Orignal Quantity:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>549</x>
<y>87</y> <y>682</y>
<height>16</height> <height>16</height>
<width>123</width> <width>91</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quantity_o_t</name> <name>packing_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -433,21 +454,21 @@ ...@@ -433,21 +454,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Unit:</text> <text>Line No:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>111</y> <y>511</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit_t</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -465,17 +486,17 @@ ...@@ -465,17 +486,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Rate:</text> <text>Quotation No:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>136</y> <y>536</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rate_t</name> <name>quot_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -493,17 +514,17 @@ ...@@ -493,17 +514,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Sampl Quantity:</text> <text>Credit Term:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>160</y> <y>562</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sampl_qty_t</name> <name>cr_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -521,17 +542,17 @@ ...@@ -521,17 +542,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Schedule Date:</text> <text>Delivery Term:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>187</y> <y>587</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sch_date_t</name> <name>dlv_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -549,17 +570,17 @@ ...@@ -549,17 +570,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Schedule Date Upto:</text> <text>Packing Instructions:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>213</y> <y>631</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sch_date_upto_t</name> <name>pack_instr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -577,17 +598,17 @@ ...@@ -577,17 +598,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Sample Unit:</text> <text>Packing Quantity:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>238</y> <y>657</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__sampl_t</name> <name>pack_qty_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -605,17 +626,17 @@ ...@@ -605,17 +626,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Orignal Rate Unit:</text> <text>Item Specification:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>264</y> <y>731</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__rate_o_t</name> <name>item_spec_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -633,17 +654,17 @@ ...@@ -633,17 +654,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Rate Unit:</text> <text>Remarks:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>289</y> <y>758</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__rate_t</name> <name>remarks_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -661,17 +682,17 @@ ...@@ -661,17 +682,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Item:</text> <text>Delivery At:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>39</y> <y>608</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_code_t</name> <name>dlv_at_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -689,17 +710,17 @@ ...@@ -689,17 +710,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tax Class:</text> <text>Packing:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>409</y> <y>682</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_class_t</name> <name>pack_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -717,17 +738,17 @@ ...@@ -717,17 +738,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tax Chapter:</text> <text>Packing:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>343</x>
<y>385</y> <y>703</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_chap_t</name> <name>packing_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -742,21 +763,31 @@ ...@@ -742,21 +763,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>31</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tax Environment:</text> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>326</x> <x>470</x>
<y>362</y> <y>511</y>
<height>16</height> <height>16</height>
<width>123</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_env_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -769,26 +800,26 @@ ...@@ -769,26 +800,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>2</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>314</y> <y>536</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_amt</name> <name>quot_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -810,23 +841,23 @@ ...@@ -810,23 +841,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>14</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>338</y> <y>562</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>net_amt</name> <name>cr_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -848,23 +879,23 @@ ...@@ -848,23 +879,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>15</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>62</y> <y>587</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quantity</name> <name>dlv_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -886,23 +917,23 @@ ...@@ -886,23 +917,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>13</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>87</y> <y>631</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quantity_o</name> <name>pack_instr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>120</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -924,23 +955,23 @@ ...@@ -924,23 +955,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>19</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>111</y> <y>657</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit</name> <name>pack_qty</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -962,23 +993,23 @@ ...@@ -962,23 +993,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>16</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>136</y> <y>731</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rate</name> <name>item_spec</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>300</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1000,23 +1031,23 @@ ...@@ -1000,23 +1031,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>12</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>160</y> <y>758</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sampl_qty</name> <name>remarks</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>120</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1038,23 +1069,23 @@ ...@@ -1038,23 +1069,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>188</y> <y>608</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sch_date</name> <name>dlv_at</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>30</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1076,23 +1107,23 @@ ...@@ -1076,23 +1107,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>213</y> <y>682</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sch_date_upto</name> <name>pack_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1114,23 +1145,23 @@ ...@@ -1114,23 +1145,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>238</y> <y>704</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__sampl</name> <name>packing</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1150,31 +1181,21 @@ ...@@ -1150,31 +1181,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Amendment No:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>343</x>
<y>264</y> <y>786</y>
<height>16</height> <height>16</height>
<width>82</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__rate_o</name> <name>t_1</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1187,30 +1208,28 @@ ...@@ -1187,30 +1208,28 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>470</x>
<y>289</y> <y>786</y>
<height>16</height> <height>16</height>
<width>82</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>unit__rate</name> <name>amd_no</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1226,31 +1245,21 @@ ...@@ -1226,31 +1245,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Sampl Quantity:</text>
<tabsequence>10</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>326</x>
<y>39</y> <y>180</y>
<height>16</height> <height>16</height>
<width>82</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_code</name> <name>sampl_qty_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1263,26 +1272,26 @@ ...@@ -1263,26 +1272,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>10</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>453</x>
<y>409</y> <y>180</y>
<height>16</height> <height>16</height>
<width>82</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_class</name> <name>sampl_qty</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1302,31 +1311,21 @@ ...@@ -1302,31 +1311,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Schedule Date:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>326</x>
<y>385</y> <y>207</y>
<height>16</height> <height>16</height>
<width>82</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_chap</name> <name>sch_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1339,26 +1338,26 @@ ...@@ -1339,26 +1338,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>453</x> <x>453</x>
<y>362</y> <y>208</y>
<height>16</height> <height>16</height>
<width>82</width> <width>82</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tax_env</name> <name>sch_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1378,16 +1377,20 @@ ...@@ -1378,16 +1377,20 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<GroupBox> <TextObject>
<band>Detail</band> <band>Detail</band>
<text>Others</text> <alignment>1</alignment>
<text>Schedule Date Upto:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>298</x> <x>326</x>
<y>495</y> <y>233</y>
<height>330</height> <height>16</height>
<width>352</width> <width>123</width>
<name>gb_2</name> <html>
<valueishtml>0</valueishtml>
</html>
<name>sch_date_upto_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1398,31 +1401,33 @@ ...@@ -1398,31 +1401,33 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1073741824</color> <color>536870912</color>
</background> </background>
</GroupBox> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>29</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>549</x> <x>453</x>
<y>682</y> <y>233</y>
<height>16</height> <height>16</height>
<width>91</width> <width>82</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>packing_descr</name> <name>sch_date_upto</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1438,21 +1443,31 @@ ...@@ -1438,21 +1443,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>11</id>
<text>Line No:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>453</x>
<y>511</y> <y>258</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>unit__sampl</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1465,21 +1480,21 @@ ...@@ -1465,21 +1480,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Quotation No:</text> <text>Orignal Rate Unit:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>536</y> <y>284</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quot_no_t</name> <name>unit__rate_o_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1494,21 +1509,31 @@ ...@@ -1494,21 +1509,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Credit Term:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>453</x>
<y>562</y> <y>284</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cr_term_t</name> <name>unit__rate_o</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1521,21 +1546,21 @@ ...@@ -1521,21 +1546,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Delivery Term:</text> <text>Sample Unit:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>587</y> <y>258</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dlv_term_t</name> <name>unit__sampl_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1553,17 +1578,17 @@ ...@@ -1553,17 +1578,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Packing Instructions:</text> <text>Rate Unit:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>631</y> <y>309</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_instr_t</name> <name>unit__rate_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1578,21 +1603,31 @@ ...@@ -1578,21 +1603,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Packing Quantity:</text> <alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>453</x>
<y>657</y> <y>309</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_qty_t</name> <name>unit__rate</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1605,21 +1640,21 @@ ...@@ -1605,21 +1640,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Item Specification:</text> <text>Tax Details:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>731</y> <y>334</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_spec_t</name> <name>tax_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1634,21 +1669,31 @@ ...@@ -1634,21 +1669,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Remarks:</text> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>453</x>
<y>758</y> <y>334</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks_t</name> <name>tax_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1661,21 +1706,21 @@ ...@@ -1661,21 +1706,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Delivery At:</text> <text>Net Amount:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>608</y> <y>358</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dlv_at_t</name> <name>net_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1690,21 +1735,31 @@ ...@@ -1690,21 +1735,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Packing:</text> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>453</x>
<y>682</y> <y>358</y>
<height>16</height> <height>16</height>
<width>123</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_code_t</name> <name>net_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1717,21 +1772,21 @@ ...@@ -1717,21 +1772,21 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Packing:</text> <text>Tax Environment:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>703</y> <y>382</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>packing_t</name> <name>tax_env_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -1748,23 +1803,23 @@ ...@@ -1748,23 +1803,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>24</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>511</y> <y>382</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>tax_env</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1784,31 +1839,21 @@ ...@@ -1784,31 +1839,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Tax Chapter:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>326</x>
<y>536</y> <y>405</y>
<height>16</height> <height>16</height>
<width>72</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>quot_no</name> <name>tax_chap_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1821,26 +1866,26 @@ ...@@ -1821,26 +1866,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>562</y> <y>405</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cr_term</name> <name>tax_chap</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1860,31 +1905,21 @@ ...@@ -1860,31 +1905,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Tax Class:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>326</x>
<y>587</y> <y>429</y>
<height>16</height> <height>16</height>
<width>72</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dlv_term</name> <name>tax_class_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1897,26 +1932,26 @@ ...@@ -1897,26 +1932,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>631</y> <y>429</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_instr</name> <name>tax_class</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>120</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1936,31 +1971,21 @@ ...@@ -1936,31 +1971,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>19</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <text>Rate:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>326</x>
<y>657</y> <y>153</y>
<height>16</height> <height>16</height>
<width>72</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_qty</name> <name>rate_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -1973,26 +1998,26 @@ ...@@ -1973,26 +1998,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>26</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>731</y> <y>153</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>item_spec</name> <name>rate</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>300</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -2012,31 +2037,21 @@ ...@@ -2012,31 +2037,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Old Quantity:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>326</x>
<y>758</y> <y>62</y>
<height>16</height> <height>16</height>
<width>72</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>remarks</name> <name>quantity_o_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2049,26 +2064,26 @@ ...@@ -2049,26 +2064,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>4</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>608</y> <y>62</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dlv_at</name> <name>quantity_o</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -2088,31 +2103,21 @@ ...@@ -2088,31 +2103,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Quantity:</text>
<tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>326</x>
<y>682</y> <y>87</y>
<height>16</height> <height>16</height>
<width>72</width> <width>123</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pack_code</name> <name>quantity_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2125,26 +2130,26 @@ ...@@ -2125,26 +2130,26 @@
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>453</x>
<y>704</y> <y>87</y>
<height>16</height> <height>16</height>
<width>72</width> <width>82</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>packing</name> <name>quantity</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -2167,18 +2172,18 @@ ...@@ -2167,18 +2172,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amendment No:</text> <text>Unit:</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>326</x>
<y>786</y> <y>112</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_1</name> <name>unit_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</height>
...@@ -2192,6 +2197,44 @@ ...@@ -2192,6 +2197,44 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>2</border>
<color>33554432</color>
<x>453</x>
<y>112</y>
<height>16</height>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>unit</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>30</id>
...@@ -2199,16 +2242,16 @@ ...@@ -2199,16 +2242,16 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>2</border> <border>2</border>
<color>33554432</color> <color>33554432</color>
<x>470</x> <x>452</x>
<y>786</y> <y>131</y>
<height>16</height> <height>16</height>
<width>72</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amd_no</name> <name>rate_o</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -2228,6 +2271,34 @@ ...@@ -2228,6 +2271,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Old Rate:</text>
<border>2</border>
<color>33554432</color>
<x>325</x>
<y>132</y>
<height>16</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rate_o_t</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>
<TextObject> <TextObject>
<band>Summary</band> <band>Summary</band>
<alignment>1</alignment> <alignment>1</alignment>
......
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