Commit 92ff818f authored by tmahadi's avatar tmahadi

sql and srd updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104179 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 317a8225
alter table cust_stock_inv add ref_ser char(6); --To segregate Invoice (S-INV) or return (S-RET) as both are stored in same table and currently identified by tran_id.
alter table cust_stock_det add rcp_val number(14,3);--To store invoice value for received invoice.
alter table cust_stock_det add rcp_repl_val number(14,3);--To store Replacement value.
alter table cust_stock_det add rcp_free_val number(14,3);--To store Free value of invoice received.
alter table cust_stock_det add ret_val number(14,3);--To store Return value of Sales Return.
alter table cust_stock_det add ret_free_val number(14,3);--To store Return Free value of invoice.
alter table cust_stock_det add transit_bill_val number(14,3);--To store value of Transit invoice.
alter table cust_stock_det add transit_repl_val number(14,3);--To store Transit replacement value.
alter table cust_stock_det add transit_free_val number(14,3);--To store Transit Free invoice value.
commit;
update obj_forms set key_info='prd_code:cust_name' where win_name like'w_secondory_sale_gwt%' and form_no=1;
commit;
delete pophelp where FIELD_NAME='POS_CODE' and MOD_NAME='W_SECONDORY_SALE_GWT_WIZ';
commit;
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH)
values ('POS_CODE','W_SECONDORY_SALE_GWT_WIZ','SELECT trim(A.POS_CODE) as pos_code ,A.DESCR,trim(A.EMP_CODE) as emp_code,C.EMP_FNAME||'' ''||C.EMP_MNAME||'' ''||C.EMP_LNAME NAME,a.table_no as Division, itmser.sh_descr as Div_description
FROM ORG_STRUCTURE A ,EMPLOYEE C,itemser itmser,ORG_STRUCTURE_CUST D
WHERE A.VERSION_ID IN(select FN_GET_VERSION_ID from dual)
AND A.EMP_CODE=C.EMP_CODE(+)
AND d.version_id=A.version_id and d.table_no=A.table_no and d.pos_code=A.pos_code and D.CUST_CODE is not null
AND A.POS_CODE IN(SELECT C.POS_CODE FROM ORG_STRUCTURE C
START WITH C.POS_CODE=''?''
CONNECT BY PRIOR C.POS_CODE=C.POS_CODE__REPTO
AND C.VERSION_ID =(select FN_GET_VERSION_ID from dual)
) and itmser.item_ser=a.table_no
GROUP by A.POS_CODE,A.DESCR,A.EMP_CODE,A.TABLE_NO,C.EMP_FNAME,C.EMP_MNAME,C.EMP_LNAME,ITMSER.SH_DESCR
ORDER BY A.POS_CODE,A.DESCR asc ',null,'Position Code',0,0,null,null,null,'0',null,':login_poscode',0,null,null,null,null,null,0,null,null,null,null,null,null,null);
COMMIT;
...@@ -12,7 +12,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -12,7 +12,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" ) column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" ) column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" )
column=(type=datetime update=yes updatewhereclause=yes name=stmt_date dbname="cust_stock.stmt_date" ) column=(type=datetime update=yes updatewhereclause=yes name=stmt_date dbname="cust_stock.stmt_date" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(40) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(5) updatewhereclause=yes name=stan_code dbname="customer.stan_code" ) column=(type=char(5) updatewhereclause=yes name=stan_code dbname="customer.stan_code" )
column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" ) column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="station.descr" ) column=(type=char(40) updatewhereclause=yes name=descr dbname="station.descr" )
...@@ -32,8 +32,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -32,8 +32,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=datetime updatewhereclause=yes name=chg_date dbname="cust_stock.chg_date" ) column=(type=datetime updatewhereclause=yes name=chg_date dbname="cust_stock.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="cust_stock.chg_user" ) column=(type=char(10) updatewhereclause=yes name=chg_user dbname="cust_stock.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="cust_stock.chg_term" ) column=(type=char(15) updatewhereclause=yes name=chg_term dbname="cust_stock.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.add_date~") COLUMN(NAME=~"cust_stock.add_user~") COLUMN(NAME=~"cust_stock.add_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) ) column=(type=char(4000) updatewhereclause=yes name=isattachment dbname="isattachment" )
text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2696" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column=(type=char(40) updatewhereclause=yes name=remarks dbname="cust_stock.remarks" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.add_date~") COLUMN(NAME=~"cust_stock.add_user~") COLUMN(NAME=~"cust_stock.add_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") COMPUTE(NAME=~"FN_ISATTACHMENT(cust_stock.tran_id,'T-CST') as isattachment~") COLUMN(NAME=~"cust_stock.remarks~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2800" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Cust Name" border="0" color="0" x="239" y="1" height="16" width="196" html.valueishtml="0" name=cust_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Cust Name" border="0" color="0" x="239" y="1" height="16" width="196" html.valueishtml="0" name=cust_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -43,50 +45,54 @@ text(band=header alignment="0" text="From Date" border="0" color="33554432" x="6 ...@@ -43,50 +45,54 @@ text(band=header alignment="0" text="From Date" border="0" color="33554432" x="6
text(band=header alignment="0" text="To Date" border="0" color="33554432" x="727" y="1" height="16" width="102" html.valueishtml="0" name=to_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="To Date" border="0" color="33554432" x="727" y="1" height="16" width="102" html.valueishtml="0" name=to_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Period Code" border="0" color="33554432" x="831" y="1" height="16" width="99" html.valueishtml="0" name=prd_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Period Code" border="0" color="33554432" x="831" y="1" height="16" width="99" html.valueishtml="0" name=prd_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Order Type" border="0" color="33554432" x="932" y="1" height="16" width="86" html.valueishtml="0" name=cust_stock_order_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Order Type" border="0" color="33554432" x="932" y="1" height="16" width="86" html.valueishtml="0" name=cust_stock_order_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Statement Date" border="0" color="0" x="1020" y="2" height="16" width="121" html.valueishtml="0" name=stmt_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Statement Date" border="0" color="0" x="1020" y="2" height="16" width="120" html.valueishtml="0" name=stmt_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Transaction Date" border="0" color="0" x="1143" y="2" height="16" width="104" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Transaction Date" border="0" color="0" x="1142" y="2" height="16" width="103" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Site Code" border="0" color="0" x="1249" y="2" height="16" width="70" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Emp Code" border="0" color="33554432" x="1610" y="1" height="16" width="88" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Emp Code" border="0" color="33554432" x="1684" y="1" height="16" width="88" html.valueishtml="0" name=emp_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text=" Position Code" border="0" color="33554432" x="1247" y="1" height="16" width="146" html.valueishtml="0" name=pos_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text=" Position Code" border="0" color="33554432" x="1321" y="1" height="16" width="146" html.valueishtml="0" name=pos_code_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Position Descr" border="0" color="33554432" x="1395" y="1" height="17" width="213" html.valueishtml="0" name=position_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Position Descr" border="0" color="33554432" x="1469" y="1" height="17" width="213" html.valueishtml="0" name=position_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="Transaction Id" border="0" color="0" x="1700" y="2" height="16" width="128" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Transaction Id" border="0" color="0" x="1774" y="2" height="16" width="128" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Tran Id Last" border="0" color="0" x="1830" y="2" height="16" width="123" html.valueishtml="0" name=tran_id__last_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Tran Id Last" border="0" color="0" x="1904" y="2" height="16" width="123" html.valueishtml="0" name=tran_id__last_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text=" Add Date" border="0" color="33554432" x="1955" y="1" height="17" width="104" html.valueishtml="0" name=add_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text=" Add Date" border="0" color="33554432" x="2029" y="1" height="17" width="105" html.valueishtml="0" name=add_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text=" Add User" border="0" color="33554432" x="2061" y="1" height="17" width="93" html.valueishtml="0" name=add_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text=" Add User" border="0" color="33554432" x="2136" y="1" height="17" width="93" html.valueishtml="0" name=add_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Add Term" border="0" color="33554432" x="2156" y="2" height="17" width="108" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Add Term" border="0" color="33554432" x="2231" y="2" height="17" width="108" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Change Date" border="0" color="33554432" x="2266" y="1" height="17" width="111" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change Date" border="0" color="33554432" x="2341" y="1" height="17" width="112" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Change User" border="0" color="33554432" x="2379" y="1" height="17" width="99" html.valueishtml="0" name=cust_stock_chg_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change User" border="0" color="33554432" x="2455" y="1" height="17" width="99" html.valueishtml="0" name=cust_stock_chg_user_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Change Term" border="0" color="33554432" x="2480" y="1" height="17" width="138" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Change Term" border="0" color="33554432" x="2556" y="1" height="17" width="138" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Confirmed" border="0" color="0" x="2948" y="1" height="16" width="88" html.valueishtml="0" name=confirmed_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Confirmed" border="0" color="0" x="2844" y="1" height="16" width="88" html.valueishtml="0" name=confirmed_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Conf Date" border="0" color="0" x="3038" y="1" height="16" width="132" html.valueishtml="0" name=conf_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Conf Date" border="0" color="0" x="2934" y="1" height="16" width="133" html.valueishtml="0" name=conf_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Station Code" border="0" color="33554432" x="3172" y="1" height="16" width="118" html.valueishtml="0" name=stan_code_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Station Code" border="0" color="33554432" x="3069" y="1" height="16" width="118" html.valueishtml="0" name=stan_code_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Site Code" border="0" color="0" x="2728" y="2" height="16" width="70" html.valueishtml="0" name=site_code_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=160 border="0" color="0" x="1774" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=2 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=header alignment="0" text="Attachment" border="0" color="0" x="2620" y="1" height="16" width="106" html.valueishtml="0" name=isattachment_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=2 alignment="0" tabsequence=110 border="0" color="0" x="1144" y="2" height="16" width="103" format="dd/mm/yy" html.valueishtml="0" name=tran_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=150 border="0" color="0" x="1700" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=2 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=110 border="0" color="0" x="1142" y="2" height="16" width="103" format="dd/mm/yy" html.valueishtml="0" name=tran_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="98" y="2" height="16" width="139" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="98" y="2" height="16" width="139" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=120 border="0" color="0" x="1249" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="0" tabsequence=160 border="0" color="0" x="1830" y="2" height="16" width="123" format="[general]" html.valueishtml="0" name=tran_id__last visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=170 border="0" color="0" x="1904" y="2" height="16" width="123" format="[general]" html.valueishtml="0" name=tran_id__last visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=50 border="0" color="0" x="552" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="0" tabsequence=50 border="0" color="0" x="552" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=item_ser visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=100 border="0" color="0" x="1021" y="2" height="16" width="120" format="dd/mm/yy" html.valueishtml="0" name=stmt_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=100 border="0" color="0" x="1020" y="2" height="16" width="120" format="dd/mm/yy" html.valueishtml="0" name=stmt_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=30 border="0" color="0" x="239" y="0" height="16" width="196" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="0" tabsequence=30 border="0" color="0" x="239" y="0" height="16" width="196" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=270 border="0" color="0" x="3069" y="1" height="16" width="118" format="[general]" html.valueishtml="0" name=stan_code visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=280 border="0" color="0" x="3172" y="1" height="16" width="118" format="[general]" html.valueishtml="0" name=stan_code visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=90 border="0" color="0" x="932" y="1" height="16" width="86" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=90 border="0" color="0" x="932" y="1" height="16" width="86" format="[general]" html.valueishtml="0" name=order_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="0" x="437" y="1" height="16" width="113" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=40 border="0" color="0" x="437" y="1" height="16" width="113" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=60 border="0" color="0" x="620" y="1" height="16" width="105" format="dd/mm/yy" html.valueishtml="0" name=from_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="0" tabsequence=60 border="0" color="0" x="620" y="1" height="16" width="105" format="dd/mm/yy" html.valueishtml="0" name=from_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=70 border="0" color="0" x="727" y="1" height="16" width="102" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=70 border="0" color="0" x="727" y="1" height="16" width="102" format="dd/mm/yy" html.valueishtml="0" name=to_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=80 border="0" color="0" x="831" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=14 alignment="0" tabsequence=80 border="0" color="0" x="831" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=250 border="0" color="0" x="2844" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=260 border="0" color="0" x="2948" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=confirmed visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=260 border="0" color="0" x="2934" y="0" height="16" width="133" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="0" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=270 border="0" color="0" x="3038" y="0" height="16" width="132" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="0" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=130 border="0" color="0" x="1321" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=120 border="0" color="0" x="1247" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=150 border="0" color="0" x="1684" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=18 alignment="0" tabsequence=140 border="0" color="0" x="1610" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=240 border="0" color="0" x="2696" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=19 alignment="0" tabsequence=250 border="0" color="0" x="2800" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=140 border="0" color="0" x="1469" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=130 border="0" color="0" x="1395" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=180 border="0" color="0" x="2030" y="1" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=add_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=22 alignment="0" tabsequence=170 border="0" color="0" x="1955" y="1" height="16" width="104" format="dd/mm/yy" html.valueishtml="0" name=add_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=190 border="0" color="0" x="2136" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=add_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=23 alignment="0" tabsequence=180 border="0" color="0" x="2061" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=add_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=200 border="0" color="0" x="2231" y="1" height="16" width="108" format="[general]" html.valueishtml="0" name=add_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=24 alignment="0" tabsequence=190 border="0" color="0" x="2156" y="1" height="16" width="108" format="[general]" html.valueishtml="0" name=add_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=210 border="0" color="0" x="2342" y="1" height="16" width="111" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=25 alignment="0" tabsequence=200 border="0" color="0" x="2266" y="1" height="16" width="111" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=220 border="0" color="0" x="2455" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=26 alignment="0" tabsequence=210 border="0" color="0" x="2379" y="1" height="16" width="99" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=230 border="0" color="0" x="2556" y="1" height="16" width="138" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=27 alignment="0" tabsequence=220 border="0" color="0" x="2480" y="1" height="16" width="138" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=240 border="0" color="0" x="2728" y="2" height="16" width="70" format="[general]" html.valueishtml="0" name=site_code visible="0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=28 alignment="0" tabsequence=230 border="0" color="0" x="2620" y="1" height="16" width="106" format="[general]" html.valueishtml="0" name=isattachment visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=29 alignment="0" tabsequence=290 border="0" color="0" x="3293" y="1" height="16" width="198" html.valueishtml="0" name=remarks visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Cust Stock Remarks" border="0" color="0" x="3292" y="1" height="16" width="199" html.valueishtml="0" name=remarks_t visible="0" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>")) export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>"))
......
...@@ -3,14 +3,14 @@ release 9; ...@@ -3,14 +3,14 @@ release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=75 color="536870912" ) summary(height=75 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=470 color="536870912" ) detail(height=546 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="cust_stock.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="cust_stock.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="cust_stock.tran_date" ) column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="cust_stock.tran_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="cust_stock.cust_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="cust_stock.cust_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="cust_stock.site_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="cust_stock.site_code" )
column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="cust_stock.from_date" ) column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="cust_stock.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="cust_stock.to_date" ) column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="cust_stock.to_date" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(40) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" ) column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" )
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" ) column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" )
column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" ) column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" )
...@@ -36,7 +36,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -36,7 +36,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(0) updatewhereclause=yes name=emp_name dbname="emp_name" ) column=(type=char(0) updatewhereclause=yes name=emp_name dbname="emp_name" )
column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" ) column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" )
column=(type=char(10) update=yes updatewhereclause=yes name=pos_code dbname="cust_stock.pos_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=pos_code dbname="cust_stock.pos_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"itemser~" ) TABLE(NAME=~"sordertype~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"itemser.descr~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.status~") COLUMN(NAME=~"cust_stock.missing_inserted~") COLUMN(NAME=~"customer.cust_type~") COMPUTE(NAME=~"'' as cust_type__descr~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.prd_code~") COMPUTE(NAME=~"'' as pophelp_frmdt~") COMPUTE(NAME=~"'' as pophelp_todt~") COMPUTE(NAME=~"'' as sale_per~") COMPUTE(NAME=~"'' as edit_status~") COMPUTE(NAME=~"'' as country_code~") COLUMN(NAME=~"cust_stock.emp_code~") COMPUTE(NAME=~"'' as emp_name~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.pos_code~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"cust_stock.item_ser~" OP =~"=~"RIGHT=~"itemser.item_ser~" ) JOIN (LEFT=~"cust_stock.order_type~" OP =~"=~"RIGHT=~"sordertype.order_type~" ) JOIN (LEFT=~"cust_stock.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="cust_stock" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=char(40) updatewhereclause=yes name=station_descr dbname="station.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"itemser~" ) TABLE(NAME=~"sordertype~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"itemser.descr~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.status~") COLUMN(NAME=~"cust_stock.missing_inserted~") COLUMN(NAME=~"customer.cust_type~") COMPUTE(NAME=~"'' as cust_type__descr~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.prd_code~") COMPUTE(NAME=~"'' as pophelp_frmdt~") COMPUTE(NAME=~"'' as pophelp_todt~") COMPUTE(NAME=~"'' as sale_per~") COMPUTE(NAME=~"'' as edit_status~") COMPUTE(NAME=~"'' as country_code~") COLUMN(NAME=~"cust_stock.emp_code~") COMPUTE(NAME=~"'' as emp_name~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"station.descr~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"cust_stock.item_ser~" OP =~"=~"RIGHT=~"itemser.item_ser~" ) JOIN (LEFT=~"cust_stock.order_type~" OP =~"=~"RIGHT=~"sordertype.order_type~" ) JOIN (LEFT=~"cust_stock.site_code~" OP =~"=~"RIGHT=~"site.site_code~" ) JOIN (LEFT=~"station.stan_code~" OP =~"=~"RIGHT=~"customer.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Customer/Stockist:" border="0" color="33554432" x="3" y="150" height="15" width="108" html.valueishtml="0" name=cust_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="Customer/Stockist:" border="0" color="33554432" x="3" y="150" height="15" width="108" html.valueishtml="0" name=cust_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="Division :" border="0" color="33554432" x="32" y="197" height="15" width="74" html.valueishtml="0" name=item_ser_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="Division :" border="0" color="33554432" x="32" y="197" height="15" width="74" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="37" y="174" height="15" width="69" html.valueishtml="0" name=site_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="37" y="174" height="15" width="69" html.valueishtml="0" name=site_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -57,19 +58,8 @@ column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x ...@@ -57,19 +58,8 @@ column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x
text(band=detail alignment="0" text="Statement Date :" border="0" color="33554432" x="5" y="333" height="15" width="98" html.valueishtml="0" name=stmt_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="553648127" ) text(band=detail alignment="0" text="Statement Date :" border="0" color="33554432" x="5" y="333" height="15" width="98" html.valueishtml="0" name=stmt_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="553648127" )
column(band=detail id=11 alignment="0" tabsequence=30 border="5" color="0" x="107" y="333" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=stmt_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=30 border="5" color="0" x="107" y="333" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=stmt_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="0" text="Status :" border="0" color="33554432" x="58" y="355" height="15" width="45" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=detail alignment="0" text="Status :" border="0" color="33554432" x="58" y="355" height="15" width="45" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="255" x="107" y="355" height="15" width="86" format="[general]" html.valueishtml="0" name=status visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="255" x="124" y="383" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="255" x="239" y="379" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_term 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=24 alignment="0" tabsequence=32766 border="0" color="255" x="341" y="379" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_frmdt 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=17 alignment="0" tabsequence=32766 border="0" color="255" x="32" y="407" height="15" width="86" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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=19 alignment="0" tabsequence=32766 border="0" color="255" x="127" y="405" height="15" width="86" format="[general]" html.valueishtml="0" name=missing_inserted visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="255" x="242" y="406" height="15" width="70" format="[general]" html.valueishtml="0" name=confirmed 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=25 alignment="0" tabsequence=32766 border="0" color="255" x="340" y="406" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_todt 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="Period Code :" border="0" color="33554432" x="9" y="266" height="15" width="97" html.valueishtml="0" name=prd_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="Period Code :" border="0" color="33554432" x="9" y="266" height="15" width="97" html.valueishtml="0" name=prd_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" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="255" x="407" y="376" height="15" width="48" format="[general]" html.valueishtml="0" name=sale_per 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=23 alignment="0" tabsequence=32766 border="5" color="255" x="111" y="265" height="15" width="79" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="255" x="111" y="265" height="15" width="79" format="[general]" html.valueishtml="0" name=prd_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="255" x="405" y="409" height="15" width="48" format="[general]" html.valueishtml="0" name=edit_status 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=28 alignment="0" tabsequence=32766 border="0" color="255" x="139" y="444" height="15" width="48" format="[general]" html.valueishtml="0" name=country_code visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="110" y="150" height="16" width="66" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="110" y="150" height="16" width="66" format="[general]" html.valueishtml="0" name=cust_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="182" y="150" height="16" width="270" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="182" y="150" height="16" width="270" format="[general]" html.valueishtml="0" name=cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Transaction Id:" border="0" color="33554432" x="18" y="20" height="15" width="88" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Transaction Id:" border="0" color="33554432" x="18" y="20" height="15" width="88" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -84,6 +74,19 @@ text(band=detail alignment="1" text="Employee:" border="0" color="33554432" x="3 ...@@ -84,6 +74,19 @@ text(band=detail alignment="1" text="Employee:" border="0" color="33554432" x="3
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="182" y="122" height="15" width="270" format="[general]" html.valueishtml="0" name=emp_name 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=30 alignment="0" tabsequence=32766 border="5" color="255" x="182" y="122" height="15" width="270" format="[general]" html.valueishtml="0" name=emp_name 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="5" color="255" x="110" y="122" height="15" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="110" y="122" height="15" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=32 alignment="0" tabsequence=10 border="5" color="0" x="110" y="97" height="15" width="79" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=10 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=32 alignment="0" tabsequence=10 border="5" color="0" x="110" y="97" height="15" width="79" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=10 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="5" color="255" x="407" y="450" height="15" width="48" format="[general]" html.valueishtml="0" name=sale_per 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=15 alignment="0" tabsequence=32766 border="0" color="255" x="124" y="453" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="255" x="239" y="449" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_term 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=24 alignment="0" tabsequence=32766 border="0" color="255" x="341" y="449" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_frmdt 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=17 alignment="0" tabsequence=32766 border="0" color="255" x="32" y="477" height="15" width="86" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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=19 alignment="0" tabsequence=32766 border="0" color="255" x="127" y="475" height="15" width="86" format="[general]" html.valueishtml="0" name=missing_inserted visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="255" x="242" y="476" height="15" width="70" format="[general]" html.valueishtml="0" name=confirmed 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=25 alignment="0" tabsequence=32766 border="0" color="255" x="340" y="476" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_todt 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="405" y="479" height="15" width="48" format="[general]" html.valueishtml="0" name=edit_status 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=28 alignment="0" tabsequence=32766 border="0" color="255" x="139" y="514" height="15" width="48" format="[general]" html.valueishtml="0" name=country_code visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="255" x="107" y="355" height="15" width="86" format="[general]" html.valueishtml="0" name=status visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="0" text="Station :" border="0" color="33554432" x="58" y="375" height="16" width="49" html.valueishtml="0" name=station_descr_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="107" y="375" height="16" width="240" html.valueishtml="0" name=station_descr visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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 )
......
...@@ -12,7 +12,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -12,7 +12,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" ) column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" ) column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" )
column=(type=datetime update=yes updatewhereclause=yes name=stmt_date dbname="cust_stock.stmt_date" ) column=(type=datetime update=yes updatewhereclause=yes name=stmt_date dbname="cust_stock.stmt_date" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(40) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(5) updatewhereclause=yes name=stan_code dbname="customer.stan_code" ) column=(type=char(5) updatewhereclause=yes name=stan_code dbname="customer.stan_code" )
column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" ) column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="station.descr" ) column=(type=char(40) updatewhereclause=yes name=descr dbname="station.descr" )
...@@ -26,7 +26,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -26,7 +26,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="cust_stock.status" ) column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="cust_stock.status" )
column=(type=char(6) updatewhereclause=yes name=status_dis dbname="status_dis" ) column=(type=char(6) updatewhereclause=yes name=status_dis dbname="status_dis" )
column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" ) column=(type=char(4000) updatewhereclause=yes name=position_descr dbname="position_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="cust_stock" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) ) column=(type=char(4000) updatewhereclause=yes name=isattachment dbname="isattachment" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"customer.stan_code~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"station.descr~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"cust_stock.prd_code~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.conf_date~") COLUMN(NAME=~"cust_stock.pos_code~") COLUMN(NAME=~"cust_stock.emp_code~") COLUMN(NAME=~"cust_stock.status~") COMPUTE(NAME=~"(CASE WHEN cust_stock.status is null THEN 'Open' WHEN cust_stock.status='O' THEN 'Open' WHEN cust_stock.status='S' THEN 'Submit' ELSE 'Open' end) as status_dis~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COMPUTE(NAME=~"FN_ISATTACHMENT(cust_stock.tran_id,'T-CST') as isattachment~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"customer.stan_code~" OP =~"=~"RIGHT=~"station.stan_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~">=~" EXP2 =~":from_date~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK.TRAN_DATE~" OP =~"<=~" EXP2 =~":to_date~" ) ) ARG(NAME = ~"from_date~" TYPE = date) ARG(NAME = ~"to_date~" TYPE = date) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("from_date", date),("to_date", date)) )
text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2029" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cust Stock Status" border="0" color="33554432" x="2029" y="1" height="17" width="146" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Status" border="0" color="0" x="2" y="4" height="16" width="94" html.valueishtml="0" name=status_dis_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Customer/Stockiest" border="0" color="0" x="98" y="0" height="16" width="139" html.valueishtml="0" name=cust_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
...@@ -69,6 +70,8 @@ column(band=detail id=18 alignment="0" tabsequence=150 border="0" color="0" x="1 ...@@ -69,6 +70,8 @@ column(band=detail id=18 alignment="0" tabsequence=150 border="0" color="0" x="1
column(band=detail id=19 alignment="0" tabsequence=180 border="0" color="0" x="2029" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=19 alignment="0" tabsequence=180 border="0" color="0" x="2029" y="1" height="16" width="146" format="[general]" html.valueishtml="0" name=status visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=20 alignment="0" tabsequence=10 border="0" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=status_dis visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=140 border="0" color="0" x="1469" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=140 border="0" color="0" x="1469" y="1" height="16" width="213" format="[general]" html.valueishtml="0" name=position_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=220 border="0" color="0" x="2523" y="1" height="16" width="104" html.valueishtml="0" name=isattachment visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Attachment" border="0" color="33554432" x="2522" y="1" height="19" width="105" html.valueishtml="0" name=isattachment_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>")) export.xml(usetemplate="" headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stoc_gwt_view" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><tran_id>order_type</tran_id><tran_date>tran_date</tran_date><cust_code>cust_code</cust_code><site_code>site_code</site_code><tran_id__last>cust_name</tran_id__last><item_ser>item_ser</item_ser><stmt_date>stmt_date</stmt_date></untitled_row></untitled>"))
......
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 ) datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=34 color="536870912" ) header(height=34 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=1 color="536870912" )
detail(height=22 color="536870912" ) detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=invoice_id dbname="cust_stock_inv.invoice_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=invoice_id dbname="cust_stock_inv.invoice_id" )
column=(type=datetime update=yes updatewhereclause=yes name=invoice_date dbname="cust_stock_inv.invoice_date" ) column=(type=datetime update=yes updatewhereclause=yes name=invoice_date dbname="cust_stock_inv.invoice_date" )
...@@ -14,28 +14,28 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=invoic ...@@ -14,28 +14,28 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=invoic
column=(type=char(40) updatewhereclause=yes name=tran_name dbname="transporter.tran_name" ) column=(type=char(40) updatewhereclause=yes name=tran_name dbname="transporter.tran_name" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="cust_stock_inv.tran_id" ) column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="cust_stock_inv.tran_id" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="cust_stock_inv.net_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=net_amt dbname="cust_stock_inv.net_amt" )
column=(type=char(0) updatewhereclause=yes name=invoice_flag dbname="invoice_flag" ) column=(type=char(6) update=yes updatewhereclause=yes name=ref_ser dbname="cust_stock_inv.ref_ser" values="Invoice S-INV/Return S-RET/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_inv~" ) TABLE(NAME=~"invoice~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"cust_stock_inv.invoice_id~") COLUMN(NAME=~"cust_stock_inv.invoice_date~") COLUMN(NAME=~"cust_stock_inv.dlv_flg~") COLUMN(NAME=~"invoice.lr_no~") COLUMN(NAME=~"invoice.lr_date~") COLUMN(NAME=~"invoice.tran_code~") COLUMN(NAME=~"transporter.tran_name~") COLUMN(NAME=~"cust_stock_inv.tran_id~") COLUMN(NAME=~"cust_stock_inv.net_amt~") COMPUTE(NAME=~"'' as invoice_flag~") JOIN (LEFT=~"invoice.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"invoice.tran_code~" ) JOIN (LEFT=~"cust_stock_inv.invoice_id~" OP =~"=~"RIGHT=~"invoice.invoice_id~" )WHERE( EXP1 =~"CUST_STOCK_INV.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="cust_stock_inv" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_inv~" ) TABLE(NAME=~"invoice~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"cust_stock_inv.invoice_id~") COLUMN(NAME=~"cust_stock_inv.invoice_date~") COLUMN(NAME=~"cust_stock_inv.dlv_flg~") COLUMN(NAME=~"invoice.lr_no~") COLUMN(NAME=~"invoice.lr_date~") COLUMN(NAME=~"invoice.tran_code~") COLUMN(NAME=~"transporter.tran_name~") COLUMN(NAME=~"cust_stock_inv.tran_id~") COLUMN(NAME=~"cust_stock_inv.net_amt~") COLUMN(NAME=~"cust_stock_inv.ref_ser~") JOIN (LEFT=~"invoice.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"invoice.tran_code~" ) JOIN (LEFT=~"cust_stock_inv.invoice_id~" OP =~"=~"RIGHT=~"invoice.invoice_id~" )WHERE( EXP1 =~"CUST_STOCK_INV.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="CUST_STOCK_INV" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Invoice Number" border="0" color="33554432" x="2" y="2" height="15" width="99" html.valueishtml="0" name=invoice_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Invoice Number" border="0" color="33554432" x="2" y="2" height="15" width="99" html.valueishtml="0" name=invoice_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Invoice Flag" border="0" color="33554432" x="103" y="1" height="16" width="50" html.valueishtml="0" name=invoice_flag_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="2" text="Invoice Date" border="0" color="33554432" x="104" y="2" height="15" width="111" html.valueishtml="0" name=invoice_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Invoice Date" border="0" color="33554432" x="155" y="2" height="15" width="111" html.valueishtml="0" name=invoice_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Net Value" border="0" color="33554432" x="217" y="2" height="15" width="76" 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=header alignment="2" text="Net Value" border="0" color="33554432" x="268" y="2" height="15" width="76" 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=header alignment="2" text="Receipt/ Transit" border="0" color="33554432" x="295" y="2" height="15" width="92" html.valueishtml="0" name=dlv_flg_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Receipt/ Transit" border="0" color="33554432" x="346" y="2" height="15" width="92" html.valueishtml="0" name=dlv_flg_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="LR No" border="0" color="33554432" x="389" y="2" height="15" width="96" html.valueishtml="0" name=lr_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="LR No" border="0" color="33554432" x="440" y="2" height="15" width="96" html.valueishtml="0" name=lr_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="LR Date" border="0" color="33554432" x="487" y="2" height="15" width="101" html.valueishtml="0" name=lr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="LR Date" border="0" color="33554432" x="538" y="2" height="15" width="101" html.valueishtml="0" name=lr_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transporter Code" border="0" color="33554432" x="916" y="2" height="15" width="95" html.valueishtml="0" name=tran_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transporter Code" border="0" color="33554432" x="967" y="2" height="15" width="95" html.valueishtml="0" name=tran_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transporter Name" border="0" color="33554432" x="590" y="2" height="15" width="185" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transporter Name" border="0" color="33554432" x="641" y="2" height="15" width="185" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transaction Id" border="0" color="33554432" x="777" y="2" height="15" width="137" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transaction Id" border="0" color="33554432" x="828" y="2" height="15" width="137" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=invoice_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=invoice_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="155" y="2" height="18" width="111" format="dd/mm/yy" html.valueishtml="0" name=invoice_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="104" y="2" height="18" width="111" format="dd/mm/yy" html.valueishtml="0" name=invoice_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=10 border="0" color="33554432" x="346" y="2" height="18" width="92" format="[general]" html.valueishtml="0" name=dlv_flg visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.autohscroll=yes ddlb.showlist=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=10 border="0" color="33554432" x="295" y="2" height="18" width="92" format="[general]" html.valueishtml="0" name=dlv_flg visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.autohscroll=yes ddlb.showlist=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="440" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=lr_no visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="389" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=lr_no visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="538" y="2" height="18" width="101" format="dd/mm/yy" html.valueishtml="0" name=lr_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="487" y="2" height="18" width="101" format="dd/mm/yy" html.valueishtml="0" name=lr_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="967" y="2" height="18" width="95" format="[general]" html.valueishtml="0" name=tran_code visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="916" y="2" height="18" width="95" format="[general]" html.valueishtml="0" name=tran_code visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="641" y="2" height="18" width="185" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="590" y="2" height="18" width="185" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="828" y="2" height="18" width="137" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="777" y="2" height="18" width="137" format="[general]" html.valueishtml="0" name=tran_id visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="268" y="2" height="18" width="76" 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="2" background.color="16777215" ) column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="217" y="2" height="18" width="76" 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="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="103" y="1" height="15" width="50" format="[general]" html.valueishtml="0" name=invoice_flag visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=20 border="0" color="33554432" x="1014" y="2" height="18" width="93" html.valueishtml="0" name=ref_ser visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Invoice Flag" border="0" color="33554432" x="1013" y="2" height="15" width="94" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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 template=(comment="" encoding="UTF-8" name="d_cust_stock_gwt_view_12" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><cust_stock_inv_invoice_id>cust_stock_inv_invoice_id</cust_stock_inv_invoice_id><cust_stock_inv_invoice_date>invoice_date</cust_stock_inv_invoice_date><cust_stock_inv_dlv_flg>dlv_flg</cust_stock_inv_dlv_flg><invoice_lr_no>lr_no</invoice_lr_no><invoice_lr_date>lr_date</invoice_lr_date><invoice_tran_code>tran_code</invoice_tran_code><transporter_tran_name>tran_name</transporter_tran_name><cust_stock_inv_tran_id>tran_id</cust_stock_inv_tran_id><cust_stock_inv_net_amt>invoice_id</cust_stock_inv_net_amt></untitled_row></untitled>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stock_gwt_view_12" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><cust_stock_inv_invoice_id>cust_stock_inv_invoice_id</cust_stock_inv_invoice_id><cust_stock_inv_invoice_date>invoice_date</cust_stock_inv_invoice_date><cust_stock_inv_dlv_flg>dlv_flg</cust_stock_inv_dlv_flg><invoice_lr_no>lr_no</invoice_lr_no><invoice_lr_date>lr_date</invoice_lr_date><invoice_tran_code>tran_code</invoice_tran_code><transporter_tran_name>tran_name</transporter_tran_name><cust_stock_inv_tran_id>tran_id</cust_stock_inv_tran_id><cust_stock_inv_net_amt>invoice_id</cust_stock_inv_net_amt></untitled_row></untitled>"))
......
...@@ -5,16 +5,16 @@ header(height=22 color="536870912" ) ...@@ -5,16 +5,16 @@ header(height=22 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=22 color="536870912" ) detail(height=22 color="536870912" )
table(column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="cust_stock_det.item_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="cust_stock_det.item_code" ) column=(type=char(120) updatewhereclause=yes name=descr dbname="item.descr" )
column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="cust_stock_det.unit" ) column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="cust_stock_det.unit" )
column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="cust_stock_det.rate" ) column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="cust_stock_det.rate" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=primary_sales dbname="cust_stock_det.primary_sales" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=primary_sales dbname="cust_stock_det.primary_sales" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=op_stock dbname="cust_stock_det.op_stock" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=op_stock dbname="cust_stock_det.op_stock" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp dbname="cust_stock_det.purc_rcp" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp dbname="cust_stock_det.purc_rcp" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret dbname="cust_stock_det.purc_ret" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret dbname="cust_stock_det.purc_ret" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret__repl dbname="cust_stock_det.purc_ret__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_ret__repl dbname="cust_stock_det.purc_ret__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret__free dbname="cust_stock_det.purc_ret__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_ret__free dbname="cust_stock_det.purc_ret__free" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty dbname="cust_stock_det.transit_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty dbname="cust_stock_det.transit_qty" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_stock dbname="cust_stock_det.cl_stock" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_stock dbname="cust_stock_det.cl_stock" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales dbname="cust_stock_det.sales" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales dbname="cust_stock_det.sales" )
...@@ -24,10 +24,10 @@ table(column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr ...@@ -24,10 +24,10 @@ table(column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales_value dbname="cust_stock_det.sales_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales_value dbname="cust_stock_det.sales_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_value dbname="cust_stock_det.cl_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_value dbname="cust_stock_det.cl_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=op_value dbname="cust_stock_det.op_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=op_value dbname="cust_stock_det.op_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp__repl dbname="cust_stock_det.purc_rcp__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_rcp__repl dbname="cust_stock_det.purc_rcp__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp__free dbname="cust_stock_det.purc_rcp__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_rcp__free dbname="cust_stock_det.purc_rcp__free" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty__repl dbname="cust_stock_det.transit_qty__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=transit_qty__repl dbname="cust_stock_det.transit_qty__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty__free dbname="cust_stock_det.transit_qty__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=transit_qty__free dbname="cust_stock_det.transit_qty__free" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=adj_qty dbname="cust_stock_det.adj_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=adj_qty dbname="cust_stock_det.adj_qty" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="cust_stock_det.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="cust_stock_det.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="cust_stock_det.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="cust_stock_det.chg_term" )
...@@ -47,118 +47,127 @@ table(column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr ...@@ -47,118 +47,127 @@ table(column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales__org dbname="cust_stock_det.sales__org" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales__org dbname="cust_stock_det.sales__org" )
column=(type=char(0) updatewhereclause=yes name=rate_old dbname="rate_old" ) column=(type=char(0) updatewhereclause=yes name=rate_old dbname="rate_old" )
column=(type=char(0) updatewhereclause=yes name=rate_org_old dbname="rate_org_old" ) column=(type=char(0) updatewhereclause=yes name=rate_org_old dbname="rate_org_old" )
column=(type=char(0) updatewhereclause=yes name=rcp_value dbname="rcp_value" )
column=(type=char(0) updatewhereclause=yes name=repl_value dbname="repl_value" )
column=(type=char(0) updatewhereclause=yes name=cm_invoice dbname="cm_invoice" ) column=(type=char(0) updatewhereclause=yes name=cm_invoice dbname="cm_invoice" )
column=(type=char(0) updatewhereclause=yes name=cm_value dbname="cm_value" ) column=(type=char(0) updatewhereclause=yes name=cm_value dbname="cm_value" )
column=(type=char(0) updatewhereclause=yes name=secondary_value dbname="secondary_value" ) column=(type=char(0) updatewhereclause=yes name=secondary_value dbname="secondary_value" )
column=(type=char(0) updatewhereclause=yes name=formula_value dbname="formula_value" ) column=(type=char(0) updatewhereclause=yes name=formula_value dbname="formula_value" )
column=(type=char(0) updatewhereclause=yes name=free_value dbname="free_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_val dbname="cust_stock_det.rcp_val" initial="0" )
column=(type=char(0) updatewhereclause=yes name=transit_value dbname="transit_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_repl_val dbname="cust_stock_det.rcp_repl_val" initial="0" )
column=(type=char(0) updatewhereclause=yes name=sret_vale dbname="sret_vale" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_free_val dbname="cust_stock_det.rcp_free_val" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"cust_stock_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"cust_stock_det.unit~") COLUMN(NAME=~"cust_stock_det.rate~") COLUMN(NAME=~"cust_stock_det.primary_sales~") COLUMN(NAME=~"cust_stock_det.op_stock~") COLUMN(NAME=~"cust_stock_det.purc_rcp~") COLUMN(NAME=~"cust_stock_det.purc_ret~") COLUMN(NAME=~"cust_stock_det.purc_ret__repl~") COLUMN(NAME=~"cust_stock_det.purc_ret__free~") COLUMN(NAME=~"cust_stock_det.transit_qty~") COLUMN(NAME=~"cust_stock_det.cl_stock~") COLUMN(NAME=~"cust_stock_det.sales~") COLUMN(NAME=~"cust_stock_det.tran_id~") COLUMN(NAME=~"cust_stock_det.line_no~") COLUMN(NAME=~"cust_stock_det.item_ser~") COLUMN(NAME=~"cust_stock_det.sales_value~") COLUMN(NAME=~"cust_stock_det.cl_value~") COLUMN(NAME=~"cust_stock_det.op_value~") COLUMN(NAME=~"cust_stock_det.purc_rcp__repl~") COLUMN(NAME=~"cust_stock_det.purc_rcp__free~") COLUMN(NAME=~"cust_stock_det.transit_qty__repl~") COLUMN(NAME=~"cust_stock_det.transit_qty__free~") COLUMN(NAME=~"cust_stock_det.adj_qty~") COLUMN(NAME=~"cust_stock_det.chg_user~") COLUMN(NAME=~"cust_stock_det.chg_term~") COLUMN(NAME=~"cust_stock_det.chg_date~") COLUMN(NAME=~"cust_stock_det.sale_order~") COLUMN(NAME=~"cust_stock_det.loc_type~") COLUMN(NAME=~"cust_stock_det.pur_value~") COLUMN(NAME=~"cust_stock_det.match_opstk~") COLUMN(NAME=~"cust_stock_det.match_clstk~") COLUMN(NAME=~"cust_stock_det.remarks~") COLUMN(NAME=~"cust_stock_det.demand_qty~") COLUMN(NAME=~"cust_stock_det.adhoc_repl_qty~") COLUMN(NAME=~"cust_stock_det.cust_item__ref~") COLUMN(NAME=~"cust_stock_det.cust_purc_rcp~") COLUMN(NAME=~"cust_stock_det.cl_stock__org~") COLUMN(NAME=~"cust_stock_det.rate__org~") COLUMN(NAME=~"cust_stock_det.sales__org~") COMPUTE(NAME=~"'' as rate_old~") COMPUTE(NAME=~"'' as rate_org_old~") COMPUTE(NAME=~"'' as rcp_value~") COMPUTE(NAME=~"'' as repl_value~") COMPUTE(NAME=~"'' as cm_invoice~") COMPUTE(NAME=~"'' as cm_value~") COMPUTE(NAME=~"'' as secondary_value~") COMPUTE(NAME=~"'' as formula_value~") COMPUTE(NAME=~"'' as free_value~") COMPUTE(NAME=~"'' as transit_value~") COMPUTE(NAME=~"'' as sret_vale~") JOIN (LEFT=~"cust_stock_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"CUST_STOCK_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="cust_stock_det" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=decimal(3) update=yes updatewhereclause=yes name=ret_val dbname="cust_stock_det.ret_val" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=ret_free_val dbname="cust_stock_det.ret_free_val" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_bill_val dbname="cust_stock_det.transit_bill_val" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_repl_val dbname="cust_stock_det.transit_repl_val" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_free_val dbname="cust_stock_det.transit_free_val" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"cust_stock_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"cust_stock_det.unit~") COLUMN(NAME=~"cust_stock_det.rate~") COLUMN(NAME=~"cust_stock_det.primary_sales~") COLUMN(NAME=~"cust_stock_det.op_stock~") COLUMN(NAME=~"cust_stock_det.purc_rcp~") COLUMN(NAME=~"cust_stock_det.purc_ret~") COLUMN(NAME=~"cust_stock_det.purc_ret__repl~") COLUMN(NAME=~"cust_stock_det.purc_ret__free~") COLUMN(NAME=~"cust_stock_det.transit_qty~") COLUMN(NAME=~"cust_stock_det.cl_stock~") COLUMN(NAME=~"cust_stock_det.sales~") COLUMN(NAME=~"cust_stock_det.tran_id~") COLUMN(NAME=~"cust_stock_det.line_no~") COLUMN(NAME=~"cust_stock_det.item_ser~") COLUMN(NAME=~"cust_stock_det.sales_value~") COLUMN(NAME=~"cust_stock_det.cl_value~") COLUMN(NAME=~"cust_stock_det.op_value~") COLUMN(NAME=~"cust_stock_det.purc_rcp__repl~") COLUMN(NAME=~"cust_stock_det.purc_rcp__free~") COLUMN(NAME=~"cust_stock_det.transit_qty__repl~") COLUMN(NAME=~"cust_stock_det.transit_qty__free~") COLUMN(NAME=~"cust_stock_det.adj_qty~") COLUMN(NAME=~"cust_stock_det.chg_user~") COLUMN(NAME=~"cust_stock_det.chg_term~") COLUMN(NAME=~"cust_stock_det.chg_date~") COLUMN(NAME=~"cust_stock_det.sale_order~") COLUMN(NAME=~"cust_stock_det.loc_type~") COLUMN(NAME=~"cust_stock_det.pur_value~") COLUMN(NAME=~"cust_stock_det.match_opstk~") COLUMN(NAME=~"cust_stock_det.match_clstk~") COLUMN(NAME=~"cust_stock_det.remarks~") COLUMN(NAME=~"cust_stock_det.demand_qty~") COLUMN(NAME=~"cust_stock_det.adhoc_repl_qty~") COLUMN(NAME=~"cust_stock_det.cust_item__ref~") COLUMN(NAME=~"cust_stock_det.cust_purc_rcp~") COLUMN(NAME=~"cust_stock_det.cl_stock__org~") COLUMN(NAME=~"cust_stock_det.rate__org~") COLUMN(NAME=~"cust_stock_det.sales__org~") COMPUTE(NAME=~"'' as rate_old~") COMPUTE(NAME=~"'' as rate_org_old~") COMPUTE(NAME=~"'' as cm_invoice~") COMPUTE(NAME=~"'' as cm_value~") COMPUTE(NAME=~"'' as secondary_value~") COMPUTE(NAME=~"'' as formula_value~") COLUMN(NAME=~"cust_stock_det.rcp_val~") COLUMN(NAME=~"cust_stock_det.rcp_repl_val~") COLUMN(NAME=~"cust_stock_det.rcp_free_val~") COLUMN(NAME=~"cust_stock_det.ret_val~") COLUMN(NAME=~"cust_stock_det.ret_free_val~") COLUMN(NAME=~"cust_stock_det.transit_bill_val~") COLUMN(NAME=~"cust_stock_det.transit_repl_val~") COLUMN(NAME=~"cust_stock_det.transit_free_val~") JOIN (LEFT=~"cust_stock_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"CUST_STOCK_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="CUST_STOCK_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Item Description" border="0" color="33554432" x="2" y="2" height="15" width="172" html.valueishtml="0" name=descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Item Description" border="0" color="33554432" x="2" y="2" height="15" width="172" html.valueishtml="0" name=descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Code" border="0" color="33554432" x="176" y="2" height="15" width="76" 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=header alignment="2" text="Item Code" border="0" color="33554432" x="176" y="2" height="15" width="59" 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=header alignment="2" text="Unit" border="0" color="33554432" x="254" y="2" height="15" width="49" 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=header alignment="2" text="Unit" border="0" color="33554432" x="237" y="2" height="15" width="49" 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=header alignment="0" text="Primary Sales" border="0" color="33554432" x="305" y="2" height="19" width="59" html.valueishtml="0" name=primary_sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Primary Sales" border="0" color="33554432" x="288" y="2" height="19" width="59" html.valueishtml="0" name=primary_sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Opening" border="0" color="33554432" x="366" y="2" height="15" width="72" html.valueishtml="0" name=op_stock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Opening" border="0" color="33554432" x="349" y="2" height="15" width="72" html.valueishtml="0" name=op_stock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Receipt Bill" border="0" color="33554432" x="440" y="2" height="15" width="62" html.valueishtml="0" name=purc_rcp_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Receipt Bill" border="0" color="33554432" x="423" y="2" height="15" width="62" html.valueishtml="0" name=purc_rcp_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Receipt Repl" border="0" color="33554432" x="504" y="2" height="15" width="62" html.valueishtml="0" name=purc_rcp__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Receipt Repl" border="0" color="33554432" x="487" y="2" height="15" width="62" html.valueishtml="0" name=purc_rcp__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Receipt Bonus" border="0" color="33554432" x="568" y="2" height="15" width="59" html.valueishtml="0" name=purc_rcp__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Receipt Bonus" border="0" color="33554432" x="551" y="2" height="15" width="59" html.valueishtml="0" name=purc_rcp__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Return Bill" border="0" color="33554432" x="629" y="2" height="15" width="52" html.valueishtml="0" name=purc_ret_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Return Bill" border="0" color="33554432" x="612" y="2" height="15" width="52" html.valueishtml="0" name=purc_ret_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Return Repl" border="0" color="33554432" x="683" y="2" height="15" width="64" html.valueishtml="0" name=purc_ret__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Return Repl" border="0" color="33554432" x="666" y="2" height="15" width="64" html.valueishtml="0" name=purc_ret__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Return Bonus" border="0" color="33554432" x="749" y="2" height="15" width="62" html.valueishtml="0" name=purc_ret__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Return Bonus" border="0" color="33554432" x="732" y="2" height="15" width="62" html.valueishtml="0" name=purc_ret__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Net Sec Sales" border="0" color="33554432" x="813" y="2" height="15" width="59" html.valueishtml="0" name=sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Net Sec Sales" border="0" color="33554432" x="796" y="2" height="15" width="73" html.valueishtml="0" name=sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="*Closing" border="0" color="33554432" x="874" y="2" height="15" width="76" html.valueishtml="0" name=cl_stock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="*Closing" border="0" color="33554432" x="871" y="2" height="15" width="76" html.valueishtml="0" name=cl_stock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Transit Bill" border="0" color="33554432" x="952" y="2" height="15" width="59" html.valueishtml="0" name=transit_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=header alignment="0" text="Transit Bill" border="0" color="33554432" x="949" y="2" height="15" width="59" html.valueishtml="0" name=transit_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=header alignment="2" text="Transit Repl" border="0" color="33554432" x="1013" y="2" height="15" width="57" html.valueishtml="0" name=transit_qty__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transit Repl" border="0" color="33554432" x="1010" y="2" height="15" width="57" html.valueishtml="0" name=transit_qty__repl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transit Bonus" border="0" color="33554432" x="1072" y="2" height="15" width="64" html.valueishtml="0" name=transit_qty__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transit Bonus" border="0" color="33554432" x="1069" y="2" height="15" width="64" html.valueishtml="0" name=transit_qty__free_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="1138" y="2" height="15" width="118" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="1320" y="2" height="15" width="118" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Ser" border="0" color="33554432" x="2215" y="2" height="15" width="89" html.valueishtml="0" name=item_ser_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Item Ser" border="0" color="33554432" x="2492" y="2" height="15" width="89" html.valueishtml="0" name=item_ser_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Sales Value" border="0" color="33554432" x="2124" y="2" height="15" width="89" html.valueishtml="0" name=sales_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Sales Value" border="0" color="33554432" x="2401" y="2" height="15" width="89" html.valueishtml="0" name=sales_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Cl Value" border="0" color="33554432" x="2306" y="2" height="15" width="89" html.valueishtml="0" name=cl_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Cl Value" border="0" color="33554432" x="2583" y="2" height="15" width="89" html.valueishtml="0" name=cl_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Op Value" border="0" color="33554432" x="2397" y="2" height="15" width="89" html.valueishtml="0" name=op_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Op Value" border="0" color="33554432" x="2674" y="2" height="15" width="89" html.valueishtml="0" name=op_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="0" color="33554432" x="2488" y="2" height="15" width="89" html.valueishtml="0" name=line_no_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Line No" border="0" color="33554432" x="2765" y="2" height="15" width="89" html.valueishtml="0" name=line_no_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Closing Rate" border="0" color="33554432" x="1258" y="2" height="15" width="73" 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=header alignment="0" text="Closing Rate" border="0" color="33554432" x="1135" y="2" height="15" width="73" 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=header alignment="0" text="Adj Qty" border="0" color="33554432" x="2579" y="1" height="16" width="256" html.valueishtml="0" name=adj_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Adj Qty" border="0" color="33554432" x="2856" y="1" height="16" width="256" html.valueishtml="0" name=adj_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Chg User" border="0" color="33554432" x="2837" y="1" height="16" width="58" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Chg User" border="0" color="33554432" x="3114" y="1" height="16" width="58" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Chg Term" border="0" color="33554432" x="2897" y="1" height="16" width="88" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Chg Term" border="0" color="33554432" x="3174" y="1" height="16" width="88" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Chg Date" border="0" color="33554432" x="2987" y="1" height="16" width="34" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Chg Date" border="0" color="33554432" x="3264" y="1" height="16" width="34" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Sale Order" border="0" color="33554432" x="3023" y="1" height="16" width="58" html.valueishtml="0" name=sale_order_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Sale Order" border="0" color="33554432" x="3300" y="1" height="16" width="58" html.valueishtml="0" name=sale_order_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Loc Type" border="0" color="33554432" x="3083" y="1" height="16" width="16" html.valueishtml="0" name=loc_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Loc Type" border="0" color="33554432" x="3360" y="1" height="16" width="16" html.valueishtml="0" name=loc_type_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Pur Value" border="0" color="33554432" x="3101" y="1" height="16" width="256" html.valueishtml="0" name=pur_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Pur Value" border="0" color="33554432" x="3378" y="1" height="16" width="256" html.valueishtml="0" name=pur_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Match Opstk" border="0" color="33554432" x="3359" y="1" height="16" width="52" html.valueishtml="0" name=match_opstk_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Match Opstk" border="0" color="33554432" x="3636" y="1" height="16" width="52" html.valueishtml="0" name=match_opstk_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Match Clstk" border="0" color="33554432" x="3413" y="1" height="16" width="91" html.valueishtml="0" name=match_clstk_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Match Clstk" border="0" color="33554432" x="3690" y="1" height="16" width="91" html.valueishtml="0" name=match_clstk_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Remarks" border="0" color="33554432" x="3506" y="1" height="16" width="598" html.valueishtml="0" name=remarks_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Remarks" border="0" color="33554432" x="3783" y="1" height="16" width="598" html.valueishtml="0" name=remarks_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Demand Qty" border="0" color="33554432" x="4106" y="1" height="16" width="256" html.valueishtml="0" name=demand_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Demand Qty" border="0" color="33554432" x="4383" y="1" height="16" width="256" html.valueishtml="0" name=demand_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Adhoc Repl Qty" border="0" color="33554432" x="4364" y="1" height="16" width="256" html.valueishtml="0" name=adhoc_repl_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Adhoc Repl Qty" border="0" color="33554432" x="4641" y="1" height="16" width="256" html.valueishtml="0" name=adhoc_repl_qty_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Cust Item Ref" border="0" color="33554432" x="4622" y="1" height="16" width="118" html.valueishtml="0" name=cust_item__ref_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cust Item Ref" border="0" color="33554432" x="4899" y="1" height="16" width="118" html.valueishtml="0" name=cust_item__ref_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Cust Purc Rcp" border="0" color="33554432" x="4742" y="1" height="16" width="256" html.valueishtml="0" name=cust_purc_rcp_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cust Purc Rcp" border="0" color="33554432" x="5019" y="1" height="16" width="256" html.valueishtml="0" name=cust_purc_rcp_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Cl Stock Org" border="0" color="33554432" x="5000" y="1" height="16" width="256" html.valueishtml="0" name=cl_stock__org_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cl Stock Org" border="0" color="33554432" x="5277" y="1" height="16" width="256" html.valueishtml="0" name=cl_stock__org_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Rate Old" border="0" color="33554432" x="1474" y="1" height="17" width="46" html.valueishtml="0" name=rate_old_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Rate Old" border="0" color="33554432" x="2021" y="1" height="17" width="46" html.valueishtml="0" name=rate_old_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Rate Org Old" border="0" color="33554432" x="1522" y="1" height="17" width="46" html.valueishtml="0" name=rate_org_old_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Rate Org Old" border="0" color="33554432" x="2069" y="1" height="17" width="46" html.valueishtml="0" name=rate_org_old_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Rcp Value" border="0" color="33554432" x="1570" y="1" height="17" width="46" html.valueishtml="0" name=rcp_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cm Invoice" border="0" color="33554432" x="2117" y="1" height="17" width="46" html.valueishtml="0" name=cm_invoice_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Repl Value" border="0" color="33554432" x="1618" y="1" height="17" width="46" html.valueishtml="0" name=repl_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Cm Value" border="0" color="33554432" x="2165" y="1" height="17" width="46" html.valueishtml="0" name=cm_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Cm Invoice" border="0" color="33554432" x="1666" y="1" height="17" width="46" html.valueishtml="0" name=cm_invoice_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Secondary Value" border="0" color="33554432" x="2213" y="1" height="17" width="91" html.valueishtml="0" name=secondary_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Cm Value" border="0" color="33554432" x="1714" y="1" height="17" width="46" html.valueishtml="0" name=cm_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Formula Value" border="0" color="33554432" x="2306" y="1" height="17" width="93" html.valueishtml="0" name=formula_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Secondary Value" border="0" color="33554432" x="1762" y="1" height="17" width="91" html.valueishtml="0" name=secondary_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Gross Rate" border="0" color="33554432" x="1958" y="1" height="17" width="61" html.valueishtml="0" name=rate__org_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Formula Value" border="0" color="33554432" x="1855" y="1" height="17" width="93" html.valueishtml="0" name=formula_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Gross Sec Sale Qty" border="0" color="33554432" x="1210" y="0" height="17" width="108" html.valueishtml="0" name=sales__org_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Free Value" border="0" color="33554432" x="1950" y="1" height="17" width="46" html.valueishtml="0" name=free_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="176" y="2" height="18" width="59" 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" )
text(band=header alignment="0" text="Transit Value" border="0" color="33554432" x="1998" y="1" height="17" width="46" html.valueishtml="0" name=transit_value_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="172" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=130 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Sret Vale" border="0" color="33554432" x="2046" y="1" height="17" width="76" html.valueishtml="0" name=sret_vale_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="237" y="2" height="18" width="49" 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" )
text(band=header alignment="0" text="Gross Rate" border="0" color="33554432" x="1411" y="1" height="17" width="61" html.valueishtml="0" name=rate__org_t visible="0" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=6 alignment="1" tabsequence=32766 border="0" color="33554432" x="288" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=primary_sales 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=header alignment="0" text="Gross Sec Sale Qty" border="0" color="33554432" x="1333" y="0" height="17" width="76" html.valueishtml="0" name=sales__org_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=7 alignment="1" tabsequence=10 border="0" color="33554432" x="349" y="2" height="18" width="72" format="[number]" html.valueishtml="0" name=op_stock visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="176" y="2" height="18" width="76" 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=8 alignment="1" tabsequence=32766 border="0" color="33554432" x="423" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_rcp 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="0" color="33554432" x="2" y="2" height="18" width="172" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=130 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="1" tabsequence=32766 border="0" color="33554432" x="612" y="2" height="18" width="52" format="[general]" html.valueishtml="0" name=purc_ret visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="254" y="2" height="18" width="49" 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=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="666" y="2" height="18" width="64" format="[general]" html.valueishtml="0" name=purc_ret__repl 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="1" tabsequence=32766 border="0" color="33554432" x="305" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=primary_sales 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="1" tabsequence=32766 border="0" color="33554432" x="732" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_ret__free 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=7 alignment="1" tabsequence=10 border="0" color="33554432" x="366" y="2" height="18" width="72" format="[number]" html.valueishtml="0" name=op_stock 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=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="949" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=transit_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=8 alignment="1" tabsequence=32766 border="0" color="33554432" x="440" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_rcp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="1" tabsequence=20 border="0" color="33554432" x="871" y="2" height="18" width="76" format="[number]" html.valueishtml="0" name=cl_stock visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="33554432" x="629" y="2" height="18" width="52" format="[general]" html.valueishtml="0" name=purc_ret visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="33554432" x="796" y="2" height="18" width="73" format="[general]" html.valueishtml="0" name=sales 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="0" color="33554432" x="683" y="2" height="18" width="64" format="[general]" html.valueishtml="0" name=purc_ret__repl 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="0" tabsequence=32766 border="0" color="33554432" x="1320" y="2" height="18" width="118" format="[general]" html.valueishtml="0" name=tran_id visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="33554432" x="749" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_ret__free 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=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="2492" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=item_ser visible="0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="952" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=transit_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=17 alignment="1" tabsequence=32766 border="0" color="33554432" x="2401" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=sales_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="1" tabsequence=20 border="0" color="33554432" x="874" y="2" height="18" width="76" format="[number]" html.valueishtml="0" name=cl_stock visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="33554432" x="2583" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=cl_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="1" tabsequence=32766 border="0" color="33554432" x="813" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=sales 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=19 alignment="1" tabsequence=32766 border="0" color="33554432" x="2674" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=op_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1138" y="2" height="18" width="118" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="1" tabsequence=32766 border="0" color="33554432" x="487" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_rcp__repl 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=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="2215" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=item_ser visible="0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="33554432" x="551" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=purc_rcp__free 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=17 alignment="1" tabsequence=32766 border="0" color="33554432" x="2124" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=sales_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=22 alignment="1" tabsequence=32766 border="0" color="33554432" x="1010" y="2" height="18" width="57" format="[general]" html.valueishtml="0" name=transit_qty__repl 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="1" tabsequence=32766 border="0" color="33554432" x="2306" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=cl_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=23 alignment="1" tabsequence=32766 border="0" color="33554432" x="1069" y="2" height="18" width="64" format="[general]" html.valueishtml="0" name=transit_qty__free 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=19 alignment="1" tabsequence=32766 border="0" color="33554432" x="2397" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=op_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="2765" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=line_no visible="0" 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=20 alignment="1" tabsequence=32766 border="0" color="33554432" x="504" y="2" height="18" width="62" format="[general]" html.valueishtml="0" name=purc_rcp__repl 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=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="2856" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=adj_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="33554432" x="568" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=purc_rcp__free 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=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="3114" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="1" tabsequence=32766 border="0" color="33554432" x="1013" y="2" height="18" width="57" format="[general]" html.valueishtml="0" name=transit_qty__repl 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=26 alignment="0" tabsequence=32766 border="0" color="33554432" x="3174" y="1" height="15" width="88" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="1" tabsequence=32766 border="0" color="33554432" x="1072" y="2" height="18" width="64" format="[general]" html.valueishtml="0" name=transit_qty__free 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="0" tabsequence=32766 border="0" color="33554432" x="3264" y="1" height="15" width="34" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="2488" y="2" height="18" width="89" format="[general]" html.valueishtml="0" name=line_no visible="0" 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=28 alignment="0" tabsequence=32766 border="0" color="33554432" x="3300" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=sale_order visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="33554432" x="2579" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=adj_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="0" color="33554432" x="3360" y="1" height="15" width="16" format="[general]" html.valueishtml="0" name=loc_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="33554432" x="2837" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="33554432" x="3378" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=pur_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="33554432" x="2897" y="1" height="15" width="88" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="0" color="33554432" x="3636" y="1" height="15" width="52" format="[general]" html.valueishtml="0" name=match_opstk visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="33554432" x="2987" y="1" height="15" width="34" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=32 alignment="0" tabsequence=32766 border="0" color="33554432" x="3690" y="1" height="15" width="91" format="[general]" html.valueishtml="0" name=match_clstk visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="33554432" x="3023" y="1" height="15" width="58" format="[general]" html.valueishtml="0" name=sale_order visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="33554432" x="3783" y="1" height="15" width="598" format="[general]" html.valueishtml="0" name=remarks visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="0" color="33554432" x="3083" y="1" height="15" width="16" format="[general]" html.valueishtml="0" name=loc_type visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=34 alignment="0" tabsequence=32766 border="0" color="33554432" x="4383" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=demand_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="33554432" x="3101" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=pur_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=35 alignment="0" tabsequence=32766 border="0" color="33554432" x="4641" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=adhoc_repl_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="0" color="33554432" x="3359" y="1" height="15" width="52" format="[general]" html.valueishtml="0" name=match_opstk visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=36 alignment="0" tabsequence=32766 border="0" color="33554432" x="4899" y="1" height="15" width="118" format="[general]" html.valueishtml="0" name=cust_item__ref visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="0" color="33554432" x="3413" y="1" height="15" width="91" format="[general]" html.valueishtml="0" name=match_clstk visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=37 alignment="0" tabsequence=32766 border="0" color="33554432" x="5019" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=cust_purc_rcp visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="33554432" x="3506" y="1" height="15" width="598" format="[general]" html.valueishtml="0" name=remarks visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=38 alignment="0" tabsequence=32766 border="0" color="33554432" x="5277" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=cl_stock__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="0" color="33554432" x="4106" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=demand_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=41 alignment="0" tabsequence=32766 border="0" color="33554432" x="2021" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=rate_old 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=35 alignment="0" tabsequence=32766 border="0" color="33554432" x="4364" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=adhoc_repl_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=42 alignment="0" tabsequence=32766 border="0" color="33554432" x="2069" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=rate_org_old 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=36 alignment="0" tabsequence=32766 border="0" color="33554432" x="4622" y="1" height="15" width="118" format="[general]" html.valueishtml="0" name=cust_item__ref visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=44 alignment="0" tabsequence=32766 border="0" color="33554432" x="2165" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=cm_value 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=37 alignment="0" tabsequence=32766 border="0" color="33554432" x="4742" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=cust_purc_rcp visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=43 alignment="0" tabsequence=32766 border="0" color="33554432" x="2117" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=cm_invoice 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=38 alignment="0" tabsequence=32766 border="0" color="33554432" x="5000" y="1" height="15" width="256" format="[general]" html.valueishtml="0" name=cl_stock__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1135" y="2" height="18" width="73" 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=41 alignment="0" tabsequence=32766 border="0" color="33554432" x="1474" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=rate_old 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=45 alignment="0" tabsequence=32766 border="0" color="33554432" x="2213" y="1" height="15" width="91" format="[general]" html.valueishtml="0" name=secondary_value 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=42 alignment="0" tabsequence=32766 border="0" color="33554432" x="1522" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=rate_org_old 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=46 alignment="0" tabsequence=32766 border="0" color="33554432" x="2306" y="1" height="15" width="93" format="[general]" html.valueishtml="0" name=formula_value 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=43 alignment="0" tabsequence=32766 border="0" color="33554432" x="1570" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=rcp_value 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=39 alignment="0" tabsequence=32766 border="0" color="33554432" x="1958" y="1" height="15" width="61" format="[general]" html.valueishtml="0" name=rate__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=44 alignment="0" tabsequence=32766 border="0" color="33554432" x="1618" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=repl_value 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=40 alignment="1" tabsequence=32766 border="0" color="33554432" x="1210" y="1" height="15" width="108" format="[general]" html.valueishtml="0" name=sales__org visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="0" color="33554432" x="1714" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=cm_value 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=47 alignment="0" tabsequence=32766 border="0" color="33554432" x="1440" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=rcp_val 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=45 alignment="0" tabsequence=32766 border="0" color="33554432" x="1666" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=cm_invoice 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=48 alignment="0" tabsequence=32766 border="0" color="33554432" x="1514" y="1" height="16" width="76" format="[general]" html.valueishtml="0" name=rcp_repl_val 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="1" tabsequence=32766 border="0" color="33554432" x="1258" y="2" height="18" width="73" 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=49 alignment="0" tabsequence=32766 border="0" color="33554432" x="1592" y="1" height="16" width="64" format="[general]" html.valueishtml="0" name=rcp_free_val 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=47 alignment="0" tabsequence=32766 border="0" color="33554432" x="1762" y="1" height="15" width="91" format="[general]" html.valueishtml="0" name=secondary_value 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=50 alignment="0" tabsequence=32766 border="0" color="33554432" x="1658" y="1" height="16" width="60" format="[general]" html.valueishtml="0" name=ret_val 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=48 alignment="0" tabsequence=32766 border="0" color="33554432" x="1855" y="1" height="15" width="93" format="[general]" html.valueishtml="0" name=formula_value 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=51 alignment="0" tabsequence=32766 border="0" color="33554432" x="1720" y="1" height="16" width="51" format="[general]" html.valueishtml="0" name=ret_free_val 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=49 alignment="0" tabsequence=32766 border="0" color="33554432" x="1950" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=free_value 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=52 alignment="0" tabsequence=32766 border="0" color="33554432" x="1773" y="1" height="16" width="50" format="[general]" html.valueishtml="0" name=transit_bill_val 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=50 alignment="0" tabsequence=32766 border="0" color="33554432" x="1998" y="1" height="15" width="46" format="[general]" html.valueishtml="0" name=transit_value 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=53 alignment="0" tabsequence=32766 border="0" color="33554432" x="1825" y="1" height="16" width="69" format="[general]" html.valueishtml="0" name=transit_repl_val 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=51 alignment="0" tabsequence=32766 border="0" color="33554432" x="2046" y="2" height="15" width="76" format="[general]" html.valueishtml="0" name=sret_vale 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=54 alignment="0" tabsequence=32766 border="0" color="33554432" x="1896" y="1" height="16" width="60" format="[general]" html.valueishtml="0" name=transit_free_val 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=39 alignment="0" tabsequence=32766 border="0" color="33554432" x="1411" y="1" height="15" width="61" format="[general]" html.valueishtml="0" name=rate__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Receipt Value" border="0" color="33554432" x="1440" y="1" height="20" width="72" html.valueishtml="0" name=rcp_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=40 alignment="1" tabsequence=32766 border="0" color="33554432" x="1333" y="1" height="15" width="76" format="[general]" html.valueishtml="0" name=sales__org visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Rcp Replacement Value" border="0" color="33554432" x="1514" y="1" height="20" width="76" html.valueishtml="0" name=rcp_repl_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Receipt Bonus Value" border="0" color="33554432" x="1592" y="1" height="20" width="64" html.valueishtml="0" name=rcp_free_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Return Value" border="0" color="33554432" x="1658" y="1" height="20" width="60" html.valueishtml="0" name=ret_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Return Bonus Value" border="0" color="33554432" x="1720" y="1" height="20" width="51" html.valueishtml="0" name=ret_free_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Transit Bill Value" border="0" color="33554432" x="1773" y="1" height="20" width="50" html.valueishtml="0" name=transit_bill_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Transit Repl Value" border="0" color="33554432" x="1825" y="1" height="20" width="69" html.valueishtml="0" name=transit_repl_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Transit Free Value" border="0" color="33554432" x="1896" y="1" height="20" width="60" html.valueishtml="0" name=transit_free_val_t visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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 template=(comment="" encoding="UTF-8" name="d_cust_stock_det14" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><cust_stock_det_item_code>item_code</cust_stock_det_item_code><item_descr>descr</item_descr><cust_stock_det_unit>unit</cust_stock_det_unit><cust_stock_det_rate>rate</cust_stock_det_rate><cust_stock_det_primary_sales>primary_sales</cust_stock_det_primary_sales><cust_stock_det_op_stock>op_stock</cust_stock_det_op_stock><cust_stock_det_purc_rcp>purc_rcp</cust_stock_det_purc_rcp><cust_stock_det_purc_ret>purc_ret</cust_stock_det_purc_ret><cust_stock_det_purc_ret__repl>purc_ret__repl</cust_stock_det_purc_ret__repl><cust_stock_det_purc_ret__free>purc_ret__free</cust_stock_det_purc_ret__free><cust_stock_det_transit_qty>transit_qty</cust_stock_det_transit_qty><cust_stock_det_cl_stock>cl_stock</cust_stock_det_cl_stock><cust_stock_det_sales>sales</cust_stock_det_sales><cust_stock_det_tran_id>tran_id</cust_stock_det_tran_id><cust_stock_det_line_no>line_no</cust_stock_det_line_no><cust_stock_det_item_ser>item_ser</cust_stock_det_item_ser><cust_stock_det_sales_value>sales_value</cust_stock_det_sales_value><cust_stock_det_cl_value>cl_value</cust_stock_det_cl_value><cust_stock_det_op_value>op_value</cust_stock_det_op_value><cust_stock_det_purc_rcp__repl>purc_rcp__repl</cust_stock_det_purc_rcp__repl><cust_stock_det_purc_rcp__free>purc_rcp__free</cust_stock_det_purc_rcp__free><cust_stock_det_transit_qty__repl>transit_qty__repl</cust_stock_det_transit_qty__repl><cust_stock_det_transit_qty__free>transit_qty__free</cust_stock_det_transit_qty__free></untitled_row></untitled>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stock_det14" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><cust_stock_det_item_code>item_code</cust_stock_det_item_code><item_descr>descr</item_descr><cust_stock_det_unit>unit</cust_stock_det_unit><cust_stock_det_rate>rate</cust_stock_det_rate><cust_stock_det_primary_sales>primary_sales</cust_stock_det_primary_sales><cust_stock_det_op_stock>op_stock</cust_stock_det_op_stock><cust_stock_det_purc_rcp>purc_rcp</cust_stock_det_purc_rcp><cust_stock_det_purc_ret>purc_ret</cust_stock_det_purc_ret><cust_stock_det_purc_ret__repl>purc_ret__repl</cust_stock_det_purc_ret__repl><cust_stock_det_purc_ret__free>purc_ret__free</cust_stock_det_purc_ret__free><cust_stock_det_transit_qty>transit_qty</cust_stock_det_transit_qty><cust_stock_det_cl_stock>cl_stock</cust_stock_det_cl_stock><cust_stock_det_sales>sales</cust_stock_det_sales><cust_stock_det_tran_id>tran_id</cust_stock_det_tran_id><cust_stock_det_line_no>line_no</cust_stock_det_line_no><cust_stock_det_item_ser>item_ser</cust_stock_det_item_ser><cust_stock_det_sales_value>sales_value</cust_stock_det_sales_value><cust_stock_det_cl_value>cl_value</cust_stock_det_cl_value><cust_stock_det_op_value>op_value</cust_stock_det_op_value><cust_stock_det_purc_rcp__repl>purc_rcp__repl</cust_stock_det_purc_rcp__repl><cust_stock_det_purc_rcp__free>purc_rcp__free</cust_stock_det_purc_rcp__free><cust_stock_det_transit_qty__repl>transit_qty__repl</cust_stock_det_transit_qty__repl><cust_stock_det_transit_qty__free>transit_qty__free</cust_stock_det_transit_qty__free></untitled_row></untitled>"))
......
...@@ -10,7 +10,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -10,7 +10,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="cust_stock.site_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="cust_stock.site_code" )
column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="cust_stock.from_date" ) column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="cust_stock.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="cust_stock.to_date" ) column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="cust_stock.to_date" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" ) column=(type=char(40) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" ) column=(type=char(5) update=yes updatewhereclause=yes name=item_ser dbname="cust_stock.item_ser" )
column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" ) column=(type=char(10) update=yes updatewhereclause=yes name=tran_id__last dbname="cust_stock.tran_id__last" )
column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" ) column=(type=char(3) update=yes updatewhereclause=yes name=order_type dbname="cust_stock.order_type" )
...@@ -42,7 +42,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -42,7 +42,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) update=yes updatewhereclause=yes name=add_user dbname="cust_stock.add_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=add_user dbname="cust_stock.add_user" )
column=(type=datetime update=yes updatewhereclause=yes name=add_date dbname="cust_stock.add_date" ) column=(type=datetime update=yes updatewhereclause=yes name=add_date dbname="cust_stock.add_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=add_term dbname="cust_stock.add_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=add_term dbname="cust_stock.add_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"itemser~" ) TABLE(NAME=~"sordertype~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"itemser.descr~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.status~") COLUMN(NAME=~"cust_stock.missing_inserted~") COLUMN(NAME=~"customer.cust_type~") COMPUTE(NAME=~"'' as cust_type__descr~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.prd_code~") COMPUTE(NAME=~"'' as pophelp_frmdt~") COMPUTE(NAME=~"'' as pophelp_todt~") COMPUTE(NAME=~"'' as sale_per~") COMPUTE(NAME=~"'' as edit_status~") COMPUTE(NAME=~"'' as country_code~") COLUMN(NAME=~"cust_stock.emp_code~") COMPUTE(NAME=~"'' as emp_name~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.pos_code~") COMPUTE(NAME=~"'' as entry_start_dt~") COMPUTE(NAME=~"'' as entry_end_dt~") COMPUTE(NAME=~"'' as login_poscode~") COLUMN(NAME=~"cust_stock.add_user~") COLUMN(NAME=~"cust_stock.add_date~") COLUMN(NAME=~"cust_stock.add_term~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"cust_stock.item_ser~" OP =~"=~"RIGHT=~"itemser.item_ser~" ) JOIN (LEFT=~"cust_stock.order_type~" OP =~"=~"RIGHT=~"sordertype.order_type~" ) JOIN (LEFT=~"cust_stock.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=char(40) updatewhereclause=yes name=descr dbname="station.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock~" ) TABLE(NAME=~"customer~" ) TABLE(NAME=~"itemser~" ) TABLE(NAME=~"sordertype~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"station~" ) COLUMN(NAME=~"cust_stock.tran_id~") COLUMN(NAME=~"cust_stock.tran_date~") COLUMN(NAME=~"cust_stock.cust_code~") COLUMN(NAME=~"cust_stock.site_code~") COLUMN(NAME=~"cust_stock.from_date~") COLUMN(NAME=~"cust_stock.to_date~") COLUMN(NAME=~"customer.cust_name~") COLUMN(NAME=~"cust_stock.item_ser~") COLUMN(NAME=~"cust_stock.tran_id__last~") COLUMN(NAME=~"cust_stock.order_type~") COLUMN(NAME=~"cust_stock.stmt_date~") COLUMN(NAME=~"itemser.descr~") COLUMN(NAME=~"sordertype.descr~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"cust_stock.chg_user~") COLUMN(NAME=~"cust_stock.chg_term~") COLUMN(NAME=~"cust_stock.chg_date~") COLUMN(NAME=~"cust_stock.status~") COLUMN(NAME=~"cust_stock.missing_inserted~") COLUMN(NAME=~"customer.cust_type~") COMPUTE(NAME=~"'' as cust_type__descr~") COLUMN(NAME=~"cust_stock.confirmed~") COLUMN(NAME=~"cust_stock.prd_code~") COMPUTE(NAME=~"'' as pophelp_frmdt~") COMPUTE(NAME=~"'' as pophelp_todt~") COMPUTE(NAME=~"'' as sale_per~") COMPUTE(NAME=~"'' as edit_status~") COMPUTE(NAME=~"'' as country_code~") COLUMN(NAME=~"cust_stock.emp_code~") COMPUTE(NAME=~"'' as emp_name~") COMPUTE(NAME=~"FN_GET_POSCODE_DESCR(cust_stock.pos_code) as position_descr~") COLUMN(NAME=~"cust_stock.pos_code~") COMPUTE(NAME=~"'' as entry_start_dt~") COMPUTE(NAME=~"'' as entry_end_dt~") COMPUTE(NAME=~"'' as login_poscode~") COLUMN(NAME=~"cust_stock.add_user~") COLUMN(NAME=~"cust_stock.add_date~") COLUMN(NAME=~"cust_stock.add_term~") COLUMN(NAME=~"station.descr~") JOIN (LEFT=~"cust_stock.cust_code~" OP =~"=~"RIGHT=~"customer.cust_code~" ) JOIN (LEFT=~"cust_stock.item_ser~" OP =~"=~"RIGHT=~"itemser.item_ser~" ) JOIN (LEFT=~"cust_stock.order_type~" OP =~"=~"RIGHT=~"sordertype.order_type~" ) JOIN (LEFT=~"cust_stock.site_code~" OP =~"=~"RIGHT=~"site.site_code~" ) JOIN (LEFT=~"customer.state_code~" OP =~"=~"RIGHT=~"station.state_code~" )WHERE( EXP1 =~"CUST_STOCK.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="CUST_STOCK" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Division :" border="0" color="33554432" x="40" y="197" height="15" width="74" html.valueishtml="0" name=item_ser_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="Division :" border="0" color="33554432" x="40" y="197" height="15" width="74" html.valueishtml="0" name=item_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="45" y="174" height="15" width="69" html.valueishtml="0" name=site_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="45" y="174" height="15" width="69" html.valueishtml="0" name=site_code_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="190" y="174" height="16" width="270" format="[general]" html.valueishtml="0" name=site_descr 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="553648127" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="190" y="174" height="16" width="270" format="[general]" html.valueishtml="0" name=site_descr 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="553648127" )
...@@ -74,36 +75,38 @@ column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" ...@@ -74,36 +75,38 @@ column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255"
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="190" y="122" height="15" width="270" format="[general]" html.valueishtml="0" name=emp_name 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=30 alignment="0" tabsequence=32766 border="5" color="255" x="190" y="122" height="15" width="270" format="[general]" html.valueishtml="0" name=emp_name 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="5" color="255" x="118" y="122" height="15" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="118" y="122" height="15" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=32 alignment="0" tabsequence=10 border="5" color="0" x="118" y="97" height="15" width="79" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=10 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=32 alignment="0" tabsequence=10 border="5" color="0" x="118" y="97" height="15" width="79" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=10 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=35 alignment="0" tabsequence=40 border="0" color="255" x="329" y="514" height="15" width="48" format="[general]" html.valueishtml="0" name=login_poscode 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="553648127" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="255" x="135" y="486" height="15" width="86" format="[general]" html.valueishtml="0" name=missing_inserted visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="255" x="253" y="512" height="15" width="48" format="[general]" html.valueishtml="0" name=country_code visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="255" x="348" y="487" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_todt 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=24 alignment="0" tabsequence=32766 border="0" color="255" x="349" y="460" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_frmdt 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="415" y="457" height="15" width="48" format="[general]" html.valueishtml="0" name=sale_per 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="413" y="490" height="15" width="48" format="[general]" html.valueishtml="0" name=edit_status 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=22 alignment="0" tabsequence=32766 border="0" color="255" x="250" y="487" height="15" width="70" format="[general]" html.valueishtml="0" name=confirmed 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="0" text="Status :" border="0" color="33554432" x="82" y="507" height="15" width="45" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="255" x="131" y="507" height="15" width="86" format="[general]" html.valueishtml="0" name=status visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="0" text="Entry Start Date :" border="0" color="33554432" x="13" y="435" height="15" width="98" html.valueishtml="0" name=entry_start_dt_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="435" height="15" width="94" format="[general]" html.valueishtml="0" name=entry_start_dt 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="553648127" )
text(band=detail alignment="0" text="Entry End Date :" border="0" color="33554432" x="228" y="435" height="15" width="98" html.valueishtml="0" name=entry_end_dt_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="0" color="255" x="330" y="435" height="15" width="94" format="[general]" html.valueishtml="0" name=entry_end_dt 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="553648127" )
column(band=detail id=11 alignment="0" tabsequence=30 border="5" color="0" x="115" y="333" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=stmt_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=30 border="5" color="0" x="115" y="333" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=stmt_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="361" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=add_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="553648127" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="385" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=chg_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" )
text(band=detail alignment="0" text="Statement Date :" border="0" color="33554432" x="13" y="333" height="15" width="98" html.valueishtml="0" name=stmt_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="553648127" ) text(band=detail alignment="0" text="Statement Date :" border="0" color="33554432" x="13" y="333" height="15" width="98" html.valueishtml="0" name=stmt_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="553648127" )
text(band=detail alignment="0" text="Add Date :" border="0" color="33554432" x="48" y="361" height="15" width="63" html.valueishtml="0" name=add_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Date :" border="0" color="33554432" x="27" y="385" height="15" width="84" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Add User :" border="0" color="33554432" x="230" y="361" height="15" width="66" html.valueishtml="0" name=add_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change User :" border="0" color="33554432" x="212" y="385" height="15" width="84" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="0" color="255" x="300" y="361" height="15" width="86" format="[general]" html.valueishtml="0" name=add_user 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="553648127" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="255" x="300" y="385" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_user 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=38 alignment="0" tabsequence=32766 border="0" color="255" x="481" y="361" height="15" width="86" format="[general]" html.valueishtml="0" name=add_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="553648127" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="255" x="481" y="385" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_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" )
text(band=detail alignment="0" text="Add Term :" border="0" color="33554432" x="407" y="361" height="15" width="70" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Term :" border="0" color="33554432" x="391" y="385" height="15" width="88" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Employee:" border="0" color="33554432" x="45" y="122" height="15" width="69" html.valueishtml="0" name=emp_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="Employee:" border="0" color="33554432" x="45" y="122" height="15" width="69" html.valueishtml="0" name=emp_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="Customer/Stockiest:" border="0" color="33554432" x="4" y="150" height="15" width="115" html.valueishtml="0" name=cust_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="Customer/Stockiest:" border="0" color="33554432" x="4" y="150" height="15" width="115" html.valueishtml="0" name=cust_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" )
column(band=detail id=35 alignment="0" tabsequence=40 border="0" color="255" x="329" y="549" height="15" width="48" format="[general]" html.valueishtml="0" name=login_poscode 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="553648127" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="255" x="135" y="521" height="15" width="86" format="[general]" html.valueishtml="0" name=missing_inserted visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="0" color="255" x="253" y="547" height="15" width="48" format="[general]" html.valueishtml="0" name=country_code visible="0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="0" color="255" x="348" y="522" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_todt 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=24 alignment="0" tabsequence=32766 border="0" color="255" x="349" y="495" height="15" width="48" format="[general]" html.valueishtml="0" name=pophelp_frmdt 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="415" y="492" height="15" width="48" format="[general]" html.valueishtml="0" name=sale_per 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="413" y="525" height="15" width="48" format="[general]" html.valueishtml="0" name=edit_status 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=22 alignment="0" tabsequence=32766 border="0" color="255" x="250" y="522" height="15" width="70" format="[general]" html.valueishtml="0" name=confirmed 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="0" text="Status :" border="0" color="33554432" x="82" y="542" height="15" width="45" html.valueishtml="0" name=status_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="255" x="131" y="542" height="15" width="86" format="[general]" html.valueishtml="0" name=status visible="0" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.useasborder=yes ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="0" text="Entry Start Date :" border="0" color="33554432" x="13" y="470" height="15" width="98" html.valueishtml="0" name=entry_start_dt_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="470" height="15" width="94" format="[general]" html.valueishtml="0" name=entry_start_dt 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="553648127" )
text(band=detail alignment="0" text="Entry End Date :" border="0" color="33554432" x="228" y="470" height="15" width="98" html.valueishtml="0" name=entry_end_dt_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="0" color="255" x="330" y="470" height="15" width="94" format="[general]" html.valueishtml="0" name=entry_end_dt 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="553648127" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="396" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=add_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="553648127" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="255" x="115" y="420" height="15" width="94" format="[shortdate] [time]" html.valueishtml="0" name=chg_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" )
text(band=detail alignment="0" text="Add Date :" border="0" color="33554432" x="48" y="396" height="15" width="63" html.valueishtml="0" name=add_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Date :" border="0" color="33554432" x="27" y="420" height="15" width="84" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Add User :" border="0" color="33554432" x="230" y="396" height="15" width="66" html.valueishtml="0" name=add_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change User :" border="0" color="33554432" x="212" y="420" height="15" width="84" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="0" color="255" x="300" y="396" height="15" width="86" format="[general]" html.valueishtml="0" name=add_user 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="553648127" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="255" x="300" y="420" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_user 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=38 alignment="0" tabsequence=32766 border="0" color="255" x="481" y="396" height="15" width="86" format="[general]" html.valueishtml="0" name=add_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="553648127" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="255" x="481" y="420" height="15" width="86" format="[general]" html.valueishtml="0" name=chg_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" )
text(band=detail alignment="0" text="Add Term :" border="0" color="33554432" x="407" y="396" height="15" width="70" html.valueishtml="0" name=add_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Change Term :" border="0" color="33554432" x="391" y="420" height="15" width="88" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="0" text="Station :" border="0" color="33554432" x="13" y="354" height="16" width="98" html.valueishtml="0" name=station_descr_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="0" color="255" x="117" y="353" height="16" width="240" html.valueishtml="0" name=descr visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
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 )
......
...@@ -13,7 +13,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -13,7 +13,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(10) updatewhereclause=yes name=tran_code dbname="invoice.tran_code" ) column=(type=char(10) updatewhereclause=yes name=tran_code dbname="invoice.tran_code" )
column=(type=char(40) updatewhereclause=yes name=tran_name dbname="transporter.tran_name" ) column=(type=char(40) updatewhereclause=yes name=tran_name dbname="transporter.tran_name" )
column=(type=char(25) updatewhereclause=yes name=lr_no dbname="invoice.lr_no" ) column=(type=char(25) updatewhereclause=yes name=lr_no dbname="invoice.lr_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_inv~" ) TABLE(NAME=~"invoice~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"cust_stock_inv.tran_id~") COLUMN(NAME=~"cust_stock_inv.invoice_id~") COLUMN(NAME=~"cust_stock_inv.invoice_date~") COLUMN(NAME=~"cust_stock_inv.dlv_flg~") COLUMN(NAME=~"cust_stock_inv.net_amt~") COLUMN(NAME=~"invoice.lr_date~") COLUMN(NAME=~"invoice.tran_code~") COLUMN(NAME=~"transporter.tran_name~") COLUMN(NAME=~"invoice.lr_no~") JOIN (LEFT=~"cust_stock_inv.invoice_id~" OP =~"=~"RIGHT=~"invoice.invoice_id~" ) JOIN (LEFT=~"invoice.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" )WHERE( EXP1 =~"cust_stock_inv.tran_id~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"CUST_STOCK_INV~~~".~~~"INVOICE_ID~~~"~" OP =~"=~" EXP2 =~":invoice_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"invoice_id~" TYPE = string) " update="CUST_STOCK_INV" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("invoice_id", string)) ) column=(type=char(6) update=yes updatewhereclause=yes name=ref_ser dbname="cust_stock_inv.ref_ser" values="Invoice S-INV/Return S-RET/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_inv~" ) TABLE(NAME=~"invoice~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"cust_stock_inv.tran_id~") COLUMN(NAME=~"cust_stock_inv.invoice_id~") COLUMN(NAME=~"cust_stock_inv.invoice_date~") COLUMN(NAME=~"cust_stock_inv.dlv_flg~") COLUMN(NAME=~"cust_stock_inv.net_amt~") COLUMN(NAME=~"invoice.lr_date~") COLUMN(NAME=~"invoice.tran_code~") COLUMN(NAME=~"transporter.tran_name~") COLUMN(NAME=~"invoice.lr_no~") COLUMN(NAME=~"cust_stock_inv.ref_ser~") JOIN (LEFT=~"cust_stock_inv.invoice_id~" OP =~"=~"RIGHT=~"invoice.invoice_id~" ) JOIN (LEFT=~"invoice.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" )WHERE( EXP1 =~"cust_stock_inv.tran_id~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"CUST_STOCK_INV~~~".~~~"INVOICE_ID~~~"~" OP =~"=~" EXP2 =~":invoice_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"invoice_id~" TYPE = string) " update="CUST_STOCK_INV" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("invoice_id", string)) )
text(band=detail alignment="1" text="Invoice Id:" border="0" color="33554432" x="5" y="39" height="16" width="188" html.valueishtml="0" name=invoice_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Invoice Id:" border="0" color="33554432" x="5" y="39" height="16" width="188" html.valueishtml="0" name=invoice_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="39" height="16" width="78" format="[general]" html.valueishtml="0" name=invoice_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="39" height="16" width="78" format="[general]" html.valueishtml="0" name=invoice_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Invoice Date:" border="0" color="33554432" x="282" y="39" height="16" width="156" html.valueishtml="0" name=invoice_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Invoice Date:" border="0" color="33554432" x="282" y="39" height="16" width="156" html.valueishtml="0" name=invoice_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -31,6 +32,8 @@ column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="255" x ...@@ -31,6 +32,8 @@ column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="255" x
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="255" x="282" y="114" height="16" width="239" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="255" x="282" y="114" height="16" width="239" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="5" y="140" height="16" width="188" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="5" y="140" height="16" width="188" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="140" height="16" width="78" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="140" height="16" width="78" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Invoice Flag:" border="0" color="33554432" x="282" y="140" height="16" width="156" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="255" x="446" y="140" height="16" width="93" format="[general]" html.valueishtml="0" name=ref_ser visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
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 template=(comment="" encoding="UTF-8" name="d_cust_stock_gwt_view22" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_cust_stock_gwt_view22><d_cust_stock_gwt_view22_row __pbband=~"detail~"><tran_id/><invoice_id>invoice_id</invoice_id><invoice_date>invoice_date</invoice_date><dlv_flg>dlv_flg</dlv_flg><net_amt>net_amt</net_amt><lr_date>lr_date</lr_date></d_cust_stock_gwt_view22_row></d_cust_stock_gwt_view22>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_cust_stock_gwt_view22" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_cust_stock_gwt_view22><d_cust_stock_gwt_view22_row __pbband=~"detail~"><tran_id/><invoice_id>invoice_id</invoice_id><invoice_date>invoice_date</invoice_date><dlv_flg>dlv_flg</dlv_flg><net_amt>net_amt</net_amt><lr_date>lr_date</lr_date></d_cust_stock_gwt_view22_row></d_cust_stock_gwt_view22>"))
......
...@@ -5,15 +5,15 @@ summary(height=0 color="536870912" ) ...@@ -5,15 +5,15 @@ summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=761 color="536870912" ) detail(height=761 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="cust_stock_det.item_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="cust_stock_det.item_code" )
column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" ) column=(type=char(120) updatewhereclause=yes name=descr dbname="item.descr" )
column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="cust_stock_det.unit" ) column=(type=char(3) update=yes updatewhereclause=yes name=unit dbname="cust_stock_det.unit" )
column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="cust_stock_det.rate" ) column=(type=decimal(4) update=yes updatewhereclause=yes name=rate dbname="cust_stock_det.rate" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=primary_sales dbname="cust_stock_det.primary_sales" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=primary_sales dbname="cust_stock_det.primary_sales" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=op_stock dbname="cust_stock_det.op_stock" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=op_stock dbname="cust_stock_det.op_stock" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp dbname="cust_stock_det.purc_rcp" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp dbname="cust_stock_det.purc_rcp" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret dbname="cust_stock_det.purc_ret" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret dbname="cust_stock_det.purc_ret" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret__repl dbname="cust_stock_det.purc_ret__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_ret__repl dbname="cust_stock_det.purc_ret__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_ret__free dbname="cust_stock_det.purc_ret__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_ret__free dbname="cust_stock_det.purc_ret__free" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty dbname="cust_stock_det.transit_qty" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty dbname="cust_stock_det.transit_qty" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_stock dbname="cust_stock_det.cl_stock" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_stock dbname="cust_stock_det.cl_stock" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales dbname="cust_stock_det.sales" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales dbname="cust_stock_det.sales" )
...@@ -23,10 +23,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna ...@@ -23,10 +23,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales_value dbname="cust_stock_det.sales_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales_value dbname="cust_stock_det.sales_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_value dbname="cust_stock_det.cl_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=cl_value dbname="cust_stock_det.cl_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=op_value dbname="cust_stock_det.op_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=op_value dbname="cust_stock_det.op_value" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp__repl dbname="cust_stock_det.purc_rcp__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_rcp__repl dbname="cust_stock_det.purc_rcp__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=purc_rcp__free dbname="cust_stock_det.purc_rcp__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=purc_rcp__free dbname="cust_stock_det.purc_rcp__free" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty__repl dbname="cust_stock_det.transit_qty__repl" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=transit_qty__repl dbname="cust_stock_det.transit_qty__repl" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_qty__free dbname="cust_stock_det.transit_qty__free" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=transit_qty__free dbname="cust_stock_det.transit_qty__free" )
column=(type=decimal(3) updatewhereclause=yes name=adj_qty dbname="cust_stock_det.adj_qty" ) column=(type=decimal(3) updatewhereclause=yes name=adj_qty dbname="cust_stock_det.adj_qty" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="cust_stock_det.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="cust_stock_det.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="cust_stock_det.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="cust_stock_det.chg_term" )
...@@ -46,16 +46,19 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna ...@@ -46,16 +46,19 @@ table(column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbna
column=(type=decimal(3) update=yes updatewhereclause=yes name=sales__org dbname="cust_stock_det.sales__org" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=sales__org dbname="cust_stock_det.sales__org" )
column=(type=char(0) updatewhereclause=yes name=rate_old dbname="rate_old" ) column=(type=char(0) updatewhereclause=yes name=rate_old dbname="rate_old" )
column=(type=char(0) updatewhereclause=yes name=rate_org_old dbname="rate_org_old" ) column=(type=char(0) updatewhereclause=yes name=rate_org_old dbname="rate_org_old" )
column=(type=char(0) updatewhereclause=yes name=rcp_value dbname="rcp_value" )
column=(type=char(0) updatewhereclause=yes name=repl_value dbname="repl_value" )
column=(type=char(0) updatewhereclause=yes name=cm_invoice dbname="cm_invoice" ) column=(type=char(0) updatewhereclause=yes name=cm_invoice dbname="cm_invoice" )
column=(type=char(0) updatewhereclause=yes name=cm_value dbname="cm_value" ) column=(type=char(0) updatewhereclause=yes name=cm_value dbname="cm_value" )
column=(type=char(0) updatewhereclause=yes name=secondary_value dbname="secondary_value" ) column=(type=char(0) updatewhereclause=yes name=secondary_value dbname="secondary_value" )
column=(type=char(0) updatewhereclause=yes name=formula_value dbname="formula_value" ) column=(type=char(0) updatewhereclause=yes name=formula_value dbname="formula_value" )
column=(type=char(0) updatewhereclause=yes name=free_value dbname="free_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_val dbname="cust_stock_det.rcp_val" )
column=(type=char(0) updatewhereclause=yes name=transit_value dbname="transit_value" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_repl_val dbname="cust_stock_det.rcp_repl_val" )
column=(type=char(0) updatewhereclause=yes name=sret_vale dbname="sret_vale" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rcp_free_val dbname="cust_stock_det.rcp_free_val" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"cust_stock_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"cust_stock_det.unit~") COLUMN(NAME=~"cust_stock_det.rate~") COLUMN(NAME=~"cust_stock_det.primary_sales~") COLUMN(NAME=~"cust_stock_det.op_stock~") COLUMN(NAME=~"cust_stock_det.purc_rcp~") COLUMN(NAME=~"cust_stock_det.purc_ret~") COLUMN(NAME=~"cust_stock_det.purc_ret__repl~") COLUMN(NAME=~"cust_stock_det.purc_ret__free~") COLUMN(NAME=~"cust_stock_det.transit_qty~") COLUMN(NAME=~"cust_stock_det.cl_stock~") COLUMN(NAME=~"cust_stock_det.sales~") COLUMN(NAME=~"cust_stock_det.tran_id~") COLUMN(NAME=~"cust_stock_det.line_no~") COLUMN(NAME=~"cust_stock_det.item_ser~") COLUMN(NAME=~"cust_stock_det.sales_value~") COLUMN(NAME=~"cust_stock_det.cl_value~") COLUMN(NAME=~"cust_stock_det.op_value~") COLUMN(NAME=~"cust_stock_det.purc_rcp__repl~") COLUMN(NAME=~"cust_stock_det.purc_rcp__free~") COLUMN(NAME=~"cust_stock_det.transit_qty__repl~") COLUMN(NAME=~"cust_stock_det.transit_qty__free~") COLUMN(NAME=~"cust_stock_det.adj_qty~") COLUMN(NAME=~"cust_stock_det.chg_user~") COLUMN(NAME=~"cust_stock_det.chg_term~") COLUMN(NAME=~"cust_stock_det.chg_date~") COLUMN(NAME=~"cust_stock_det.sale_order~") COLUMN(NAME=~"cust_stock_det.loc_type~") COLUMN(NAME=~"cust_stock_det.pur_value~") COLUMN(NAME=~"cust_stock_det.match_opstk~") COLUMN(NAME=~"cust_stock_det.match_clstk~") COLUMN(NAME=~"cust_stock_det.remarks~") COLUMN(NAME=~"cust_stock_det.demand_qty~") COLUMN(NAME=~"cust_stock_det.adhoc_repl_qty~") COLUMN(NAME=~"cust_stock_det.cust_item__ref~") COLUMN(NAME=~"cust_stock_det.cust_purc_rcp~") COLUMN(NAME=~"cust_stock_det.cl_stock__org~") COLUMN(NAME=~"cust_stock_det.rate__org~") COLUMN(NAME=~"cust_stock_det.sales__org~") COMPUTE(NAME=~"'' as rate_old~") COMPUTE(NAME=~"'' as rate_org_old~") COMPUTE(NAME=~"'' as rcp_value~") COMPUTE(NAME=~"'' as repl_value~") COMPUTE(NAME=~"'' as cm_invoice~") COMPUTE(NAME=~"'' as cm_value~") COMPUTE(NAME=~"'' as secondary_value~") COMPUTE(NAME=~"'' as formula_value~") COMPUTE(NAME=~"'' as free_value~") COMPUTE(NAME=~"'' as transit_value~") COMPUTE(NAME=~"'' as sret_vale~") JOIN (LEFT=~"cust_stock_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"CUST_STOCK_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK_DET.LINE_NO~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="cust_stock_det" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("line_no", number)) ) column=(type=decimal(3) update=yes updatewhereclause=yes name=ret_val dbname="cust_stock_det.ret_val" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=ret_free_val dbname="cust_stock_det.ret_free_val" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_bill_val dbname="cust_stock_det.transit_bill_val" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_repl_val dbname="cust_stock_det.transit_repl_val" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=transit_free_val dbname="cust_stock_det.transit_free_val" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cust_stock_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"cust_stock_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"cust_stock_det.unit~") COLUMN(NAME=~"cust_stock_det.rate~") COLUMN(NAME=~"cust_stock_det.primary_sales~") COLUMN(NAME=~"cust_stock_det.op_stock~") COLUMN(NAME=~"cust_stock_det.purc_rcp~") COLUMN(NAME=~"cust_stock_det.purc_ret~") COLUMN(NAME=~"cust_stock_det.purc_ret__repl~") COLUMN(NAME=~"cust_stock_det.purc_ret__free~") COLUMN(NAME=~"cust_stock_det.transit_qty~") COLUMN(NAME=~"cust_stock_det.cl_stock~") COLUMN(NAME=~"cust_stock_det.sales~") COLUMN(NAME=~"cust_stock_det.tran_id~") COLUMN(NAME=~"cust_stock_det.line_no~") COLUMN(NAME=~"cust_stock_det.item_ser~") COLUMN(NAME=~"cust_stock_det.sales_value~") COLUMN(NAME=~"cust_stock_det.cl_value~") COLUMN(NAME=~"cust_stock_det.op_value~") COLUMN(NAME=~"cust_stock_det.purc_rcp__repl~") COLUMN(NAME=~"cust_stock_det.purc_rcp__free~") COLUMN(NAME=~"cust_stock_det.transit_qty__repl~") COLUMN(NAME=~"cust_stock_det.transit_qty__free~") COLUMN(NAME=~"cust_stock_det.adj_qty~") COLUMN(NAME=~"cust_stock_det.chg_user~") COLUMN(NAME=~"cust_stock_det.chg_term~") COLUMN(NAME=~"cust_stock_det.chg_date~") COLUMN(NAME=~"cust_stock_det.sale_order~") COLUMN(NAME=~"cust_stock_det.loc_type~") COLUMN(NAME=~"cust_stock_det.pur_value~") COLUMN(NAME=~"cust_stock_det.match_opstk~") COLUMN(NAME=~"cust_stock_det.match_clstk~") COLUMN(NAME=~"cust_stock_det.remarks~") COLUMN(NAME=~"cust_stock_det.demand_qty~") COLUMN(NAME=~"cust_stock_det.adhoc_repl_qty~") COLUMN(NAME=~"cust_stock_det.cust_item__ref~") COLUMN(NAME=~"cust_stock_det.cust_purc_rcp~") COLUMN(NAME=~"cust_stock_det.cl_stock__org~") COLUMN(NAME=~"cust_stock_det.rate__org~") COLUMN(NAME=~"cust_stock_det.sales__org~") COMPUTE(NAME=~"'' as rate_old~") COMPUTE(NAME=~"'' as rate_org_old~") COMPUTE(NAME=~"'' as cm_invoice~") COMPUTE(NAME=~"'' as cm_value~") COMPUTE(NAME=~"'' as secondary_value~") COMPUTE(NAME=~"'' as formula_value~") COLUMN(NAME=~"cust_stock_det.rcp_val~") COLUMN(NAME=~"cust_stock_det.rcp_repl_val~") COLUMN(NAME=~"cust_stock_det.rcp_free_val~") COLUMN(NAME=~"cust_stock_det.ret_val~") COLUMN(NAME=~"cust_stock_det.ret_free_val~") COLUMN(NAME=~"cust_stock_det.transit_bill_val~") COLUMN(NAME=~"cust_stock_det.transit_repl_val~") COLUMN(NAME=~"cust_stock_det.transit_free_val~") JOIN (LEFT=~"cust_stock_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"CUST_STOCK_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"And~" ) WHERE( EXP1 =~"CUST_STOCK_DET.LINE_NO~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="CUST_STOCK_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("line_no", number)) )
text(band=detail alignment="1" text="Descr:" border="0" color="33554432" x="630" y="408" height="15" width="102" html.valueishtml="0" name=descr_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Descr:" border="0" color="33554432" x="630" y="408" height="15" width="102" html.valueishtml="0" name=descr_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Cl Value:" border="0" color="33554432" x="203" y="686" height="15" width="102" html.valueishtml="0" name=cl_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Cl Value:" border="0" color="33554432" x="203" y="686" height="15" width="102" html.valueishtml="0" name=cl_value_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="255" x="309" y="686" height="18" width="72" format="[general]" html.valueishtml="0" name=cl_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=18 alignment="1" tabsequence=32766 border="0" color="255" x="309" y="686" height="18" width="72" format="[general]" html.valueishtml="0" name=cl_value visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -74,34 +77,8 @@ column(band=detail id=4 alignment="1" tabsequence=32766 border="5" color="255" x ...@@ -74,34 +77,8 @@ column(band=detail id=4 alignment="1" tabsequence=32766 border="5" color="255" x
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="128" y="63" height="18" width="43" 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=3 alignment="0" tabsequence=32766 border="5" color="255" x="128" y="63" height="18" width="43" 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" )
text(band=detail alignment="1" text="Unit:" border="0" color="33554432" x="22" y="63" height="15" width="102" 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="Unit:" border="0" color="33554432" x="22" y="63" height="15" width="102" 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="1" tabsequence=10 border="5" color="255" x="359" y="88" height="18" width="72" format="[general]" html.valueishtml="0" name=op_stock 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="1" tabsequence=10 border="5" color="255" x="359" y="88" height="18" width="72" format="[general]" html.valueishtml="0" name=op_stock 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=32766 border="5" color="255" x="128" y="88" height="18" width="72" format="[general]" html.valueishtml="0" name=primary_sales 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="Primary Sales:" border="0" color="33554432" x="22" y="88" height="15" width="102" html.valueishtml="0" name=primary_sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="113" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret 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=7 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="113" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp 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="Receipt Quantity :" border="0" color="33554432" x="19" y="113" height="15" width="105" html.valueishtml="0" name=purc_rcp_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="5" color="255" x="358" y="138" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret__free 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="FRS :" border="0" color="33554432" x="22" y="138" height="15" width="102" html.valueishtml="0" name=purc_ret__repl_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 Price :" border="0" color="33554432" x="251" y="63" height="15" width="102" 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="Unit Price :" border="0" color="33554432" x="251" y="63" height="15" width="102" 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="Opening" border="0" color="33554432" x="251" y="88" height="15" width="102" html.valueishtml="0" name=op_stock_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="Opening" border="0" color="33554432" x="251" y="88" height="15" width="102" html.valueishtml="0" name=op_stock_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="Return Quantity :" border="0" color="33554432" x="251" y="113" height="15" width="102" html.valueishtml="0" name=purc_ret_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="1" tabsequence=32766 border="5" color="255" x="128" y="138" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret__repl 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="1" tabsequence=32766 border="5" color="255" x="128" y="163" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_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=12 alignment="1" tabsequence=20 border="5" color="255" x="359" y="163" height="18" width="72" format="[general]" html.valueishtml="0" name=cl_stock 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="Bonus :" border="0" color="33554432" x="251" y="138" height="15" width="102" html.valueishtml="0" name=purc_ret__free_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="Closing :" border="0" color="33554432" x="251" y="163" height="15" width="102" html.valueishtml="0" name=cl_stock_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="Transit Quantity :" border="0" color="33554432" x="22" y="163" height="15" width="102" html.valueishtml="0" name=transit_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="Purc Rcp Repl:" border="0" color="33554432" x="22" y="186" height="15" width="102" html.valueishtml="0" name=purc_rcp__repl_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="Purc Rcp Free:" border="0" color="33554432" x="251" y="187" height="15" width="102" html.valueishtml="0" name=purc_rcp__free_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="Transit Qty Free:" border="0" color="33554432" x="22" y="210" height="15" width="102" html.valueishtml="0" name=transit_qty__free_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="Transit Qty Repl:" border="0" color="33554432" x="251" y="212" height="15" width="102" html.valueishtml="0" name=transit_qty__repl_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=20 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="186" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp__repl 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=23 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="210" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_qty__free 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=21 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="188" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp__free 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=22 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="212" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_qty__repl 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="Secondry Sales:" border="0" color="33554432" x="22" y="238" height="15" width="102" html.valueishtml="0" name=sales_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="238" height="18" width="72" format="[general]" html.valueishtml="0" name=sales 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="Tran Id:" border="0" color="33554432" x="251" y="238" height="15" width="102" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="359" y="238" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=40 alignment="0" tabsequence=32766 border="0" color="255" x="393" y="382" height="15" width="68" format="[general]" html.valueishtml="0" name=sales__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=40 alignment="0" tabsequence=32766 border="0" color="255" x="393" y="382" height="15" width="68" format="[general]" html.valueishtml="0" name=sales__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="0" color="255" x="377" y="404" height="15" width="84" format="[general]" html.valueishtml="0" name=cl_stock__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=38 alignment="0" tabsequence=32766 border="0" color="255" x="377" y="404" height="15" width="84" format="[general]" html.valueishtml="0" name=cl_stock__org visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="0" color="255" x="364" y="422" height="15" width="97" format="[general]" html.valueishtml="0" name=adhoc_repl_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=35 alignment="0" tabsequence=32766 border="0" color="255" x="364" y="422" height="15" width="97" format="[general]" html.valueishtml="0" name=adhoc_repl_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -121,15 +98,52 @@ column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="255" ...@@ -121,15 +98,52 @@ column(band=detail id=30 alignment="0" tabsequence=32766 border="0" color="255"
column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="508" y="521" height="15" width="60" format="[general]" html.valueishtml="0" name=remarks visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=33 alignment="0" tabsequence=32766 border="0" color="255" x="508" y="521" height="15" width="60" format="[general]" html.valueishtml="0" name=remarks visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=41 alignment="0" tabsequence=32766 border="5" color="255" x="733" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=rate_old 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=41 alignment="0" tabsequence=32766 border="5" color="255" x="733" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=rate_old 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=42 alignment="0" tabsequence=32766 border="5" color="255" x="782" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=rate_org_old 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=42 alignment="0" tabsequence=32766 border="5" color="255" x="782" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=rate_org_old 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=43 alignment="0" tabsequence=32766 border="5" color="255" x="831" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=rcp_value 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=43 alignment="0" tabsequence=32766 border="5" color="255" x="929" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=cm_invoice 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=44 alignment="0" tabsequence=32766 border="5" color="255" x="880" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=repl_value 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=44 alignment="0" tabsequence=32766 border="5" color="255" x="978" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=cm_value 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=45 alignment="0" tabsequence=32766 border="5" color="255" x="929" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=cm_invoice 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=45 alignment="0" tabsequence=32766 border="5" color="255" x="1027" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=secondary_value 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=46 alignment="0" tabsequence=32766 border="5" color="255" x="978" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=cm_value 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=46 alignment="0" tabsequence=32766 border="5" color="255" x="1076" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=formula_value 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=47 alignment="0" tabsequence=32766 border="5" color="255" x="1027" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=secondary_value 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="Recv Inv:" border="0" color="33554432" x="22" y="260" height="16" width="102" html.valueishtml="0" name=rcp_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=48 alignment="0" tabsequence=32766 border="5" color="255" x="1076" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=formula_value 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="Replc Val:" border="0" color="33554432" x="251" y="262" height="16" width="102" html.valueishtml="0" name=rcp_repl_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=49 alignment="0" tabsequence=32766 border="5" color="255" x="1125" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=free_value 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=47 alignment="0" tabsequence=30 border="0" color="255" x="129" y="260" height="16" width="73" html.valueishtml="0" name=rcp_val 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=50 alignment="0" tabsequence=32766 border="5" color="255" x="1174" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=transit_value 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="Free Inv Rcvd:" border="0" color="33554432" x="22" y="281" height="16" width="102" html.valueishtml="0" name=rcp_free_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=51 alignment="0" tabsequence=32766 border="5" color="255" x="1223" y="1" height="15" width="48" format="[general]" html.valueishtml="0" name=sret_vale 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=48 alignment="0" tabsequence=40 border="0" color="255" x="359" y="262" height="16" width="68" html.valueishtml="0" name=rcp_repl_val 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="Ret Sales Return:" border="0" color="33554432" x="250" y="282" height="16" width="103" html.valueishtml="0" name=ret_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=49 alignment="0" tabsequence=50 border="0" color="255" x="129" y="281" height="16" width="74" html.valueishtml="0" name=rcp_free_val 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="Ret Free Inv:" border="0" color="33554432" x="22" y="303" height="16" width="102" html.valueishtml="0" name=ret_free_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=50 alignment="0" tabsequence=60 border="0" color="255" x="359" y="282" height="16" width="258" html.valueishtml="0" name=ret_val 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="Store Transit Inv:" border="0" color="33554432" x="250" y="303" height="16" width="103" html.valueishtml="0" name=transit_bill_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=51 alignment="0" tabsequence=70 border="0" color="255" x="129" y="303" height="16" width="76" html.valueishtml="0" name=ret_free_val 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=53 alignment="0" tabsequence=90 border="0" color="255" x="129" y="322" height="16" width="82" html.valueishtml="0" name=transit_repl_val 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="Transit Replc Val:" border="0" color="33554432" x="21" y="323" height="16" width="103" html.valueishtml="0" name=transit_repl_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=52 alignment="0" tabsequence=80 border="0" color="255" x="359" y="303" height="16" width="258" html.valueishtml="0" name=transit_bill_val 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=54 alignment="0" tabsequence=100 border="0" color="255" x="359" y="323" height="16" width="258" html.valueishtml="0" name=transit_free_val 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="Transit Free Inv:" border="0" color="33554432" x="250" y="323" height="16" width="103" html.valueishtml="0" name=transit_free_val_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Closing :" border="0" color="33554432" x="251" y="163" height="15" width="102" html.valueishtml="0" name=cl_stock_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="1" tabsequence=20 border="5" color="255" x="359" y="163" height="18" width="72" format="[general]" html.valueishtml="0" name=cl_stock 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="Primary Sales:" border="0" color="33554432" x="22" y="88" height="15" width="102" html.valueishtml="0" name=primary_sales_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="88" height="18" width="72" format="[general]" html.valueishtml="0" name=primary_sales visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Receipt Quantity :" border="0" color="33554432" x="19" y="113" height="15" width="105" html.valueishtml="0" name=purc_rcp_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="113" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Return Quantity :" border="0" color="33554432" x="251" y="113" height="15" width="102" html.valueishtml="0" name=purc_ret_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="113" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="FRS :" border="0" color="33554432" x="22" y="138" height="15" width="102" html.valueishtml="0" name=purc_ret__repl_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="138" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret__repl visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bonus :" border="0" color="33554432" x="251" y="138" height="15" width="102" html.valueishtml="0" name=purc_ret__free_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="255" x="358" y="138" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_ret__free visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Transit Quantity :" border="0" color="33554432" x="22" y="163" height="15" width="102" html.valueishtml="0" name=transit_qty_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="163" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_qty visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Purc Rcp Repl:" border="0" color="33554432" x="22" y="186" height="15" width="102" html.valueishtml="0" name=purc_rcp__repl_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="186" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp__repl visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Purc Rcp Free:" border="0" color="33554432" x="251" y="187" height="15" width="102" html.valueishtml="0" name=purc_rcp__free_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="188" height="18" width="72" format="[general]" html.valueishtml="0" name=purc_rcp__free visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Transit Qty Free:" border="0" color="33554432" x="22" y="210" height="15" width="102" html.valueishtml="0" name=transit_qty__free_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="210" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_qty__free visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Transit Qty Repl:" border="0" color="33554432" x="251" y="212" height="15" width="102" html.valueishtml="0" name=transit_qty__repl_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="1" tabsequence=32766 border="5" color="255" x="359" y="212" height="18" width="72" format="[general]" html.valueishtml="0" name=transit_qty__repl visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="359" y="238" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="251" y="238" height="15" width="102" html.valueishtml="0" name=tran_id_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="255" x="128" y="238" height="18" width="72" format="[general]" html.valueishtml="0" name=sales visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Secondry Sales:" border="0" color="33554432" x="22" y="238" height="15" width="102" html.valueishtml="0" name=sales_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
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 )
......
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