Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
ebbe8a5f
Commit
ebbe8a5f
authored
Mar 19, 2026
by
Ajit Deshmukh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the Revised PTR,PTD and PTS column in the RFQ Detail screen
parent
0586e5fd
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
379 additions
and
53 deletions
+379
-53
Ajit/VHB/RFQ Transaction Metadata/rfq12.xml
Ajit/VHB/RFQ Transaction Metadata/rfq12.xml
+224
-28
Ajit/VHB/RFQ Transaction Metadata/rfq22.xml
Ajit/VHB/RFQ Transaction Metadata/rfq22.xml
+117
-2
Ajit/VHB/RFQ Transaction Metadata/rfq_det_brow.srd
Ajit/VHB/RFQ Transaction Metadata/rfq_det_brow.srd
+29
-20
Ajit/VHB/RFQ Transaction Metadata/rfq_det_edit.srd
Ajit/VHB/RFQ Transaction Metadata/rfq_det_edit.srd
+9
-3
No files found.
Ajit/VHB/RFQ Transaction Metadata/rfq12.xml
View file @
ebbe8a5f
This diff is collapsed.
Click to expand it.
Ajit/VHB/RFQ Transaction Metadata/rfq22.xml
View file @
ebbe8a5f
...
@@ -181,7 +181,28 @@
...
@@ -181,7 +181,28 @@
<name>
descr
</name>
<name>
descr
</name>
<dbname>
item.descr
</dbname>
<dbname>
item.descr
</dbname>
</table_column>
</table_column>
<retrieve>
PBSELECT( VERSION(400) TABLE(NAME=
"
sales_quot_req_det
"
) TABLE(NAME=
"
item
"
) COLUMN(NAME=
"
sales_quot_req_det.tran_id
"
) COLUMN(NAME=
"
sales_quot_req_det.line_no
"
) COLUMN(NAME=
"
sales_quot_req_det.item_code
"
) COLUMN(NAME=
"
sales_quot_req_det.qty_quot
"
) COLUMN(NAME=
"
sales_quot_req_det.unit
"
) COLUMN(NAME=
"
sales_quot_req_det.pack_code
"
) COLUMN(NAME=
"
sales_quot_req_det.rate_quot
"
) COLUMN(NAME=
"
sales_quot_req_det.near_expiry
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_rate
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_item
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_name
"
) COLUMN(NAME=
"
sales_quot_req_det.remarks
"
) COLUMN(NAME=
"
sales_quot_req_det.spec_instr
"
) COLUMN(NAME=
"
sales_quot_req_det.ptr_flag
"
) COLUMN(NAME=
"
sales_quot_req_det.rate_apprv
"
) COLUMN(NAME=
"
sales_quot_req_det.pts
"
) COLUMN(NAME=
"
sales_quot_req_det.ptd
"
) COLUMN(NAME=
"
sales_quot_req_det.ptr
"
) COLUMN(NAME=
"
item.descr
"
) JOIN (LEFT=
"
sales_quot_req_det.item_code
"
OP =
"
=
"
RIGHT=
"
item.item_code
"
OUTER1 =
"
sales_quot_req_det.item_code
"
)WHERE( EXP1 =
"
sales_quot_req_det.tran_id
"
OP =
"
=
"
EXP2 =
"
:tran_id
"
) ) ARG(NAME =
"
tran_id
"
TYPE = number)
</retrieve>
<table_column>
<type
precision=
"3"
>
decimal
</type>
<update>
yes
</update>
<updatewhereclause>
yes
</updatewhereclause>
<name>
revised_pts
</name>
<dbname>
sales_quot_req_det.revised_pts
</dbname>
</table_column>
<table_column>
<type
precision=
"3"
>
decimal
</type>
<update>
yes
</update>
<updatewhereclause>
yes
</updatewhereclause>
<name>
revised_ptd
</name>
<dbname>
sales_quot_req_det.revised_ptd
</dbname>
</table_column>
<table_column>
<type
precision=
"3"
>
decimal
</type>
<update>
yes
</update>
<updatewhereclause>
yes
</updatewhereclause>
<name>
revised_ptr
</name>
<dbname>
sales_quot_req_det.revised_ptr
</dbname>
</table_column>
<retrieve>
PBSELECT( VERSION(400) TABLE(NAME=
"
sales_quot_req_det
"
) TABLE(NAME=
"
item
"
) COLUMN(NAME=
"
sales_quot_req_det.tran_id
"
) COLUMN(NAME=
"
sales_quot_req_det.line_no
"
) COLUMN(NAME=
"
sales_quot_req_det.item_code
"
) COLUMN(NAME=
"
sales_quot_req_det.qty_quot
"
) COLUMN(NAME=
"
sales_quot_req_det.unit
"
) COLUMN(NAME=
"
sales_quot_req_det.pack_code
"
) COLUMN(NAME=
"
sales_quot_req_det.rate_quot
"
) COLUMN(NAME=
"
sales_quot_req_det.near_expiry
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_rate
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_item
"
) COLUMN(NAME=
"
sales_quot_req_det.competitor_name
"
) COLUMN(NAME=
"
sales_quot_req_det.remarks
"
) COLUMN(NAME=
"
sales_quot_req_det.spec_instr
"
) COLUMN(NAME=
"
sales_quot_req_det.ptr_flag
"
) COLUMN(NAME=
"
sales_quot_req_det.rate_apprv
"
) COLUMN(NAME=
"
sales_quot_req_det.pts
"
) COLUMN(NAME=
"
sales_quot_req_det.ptd
"
) COLUMN(NAME=
"
sales_quot_req_det.ptr
"
) COLUMN(NAME=
"
item.descr
"
) COLUMN(NAME=
"
sales_quot_req_det.revised_pts
"
) COLUMN(NAME=
"
sales_quot_req_det.revised_ptd
"
) COLUMN(NAME=
"
sales_quot_req_det.revised_ptr
"
) JOIN (LEFT=
"
sales_quot_req_det.item_code
"
OP =
"
=
"
RIGHT=
"
item.item_code
"
OUTER1 =
"
sales_quot_req_det.item_code
"
)WHERE( EXP1 =
"
sales_quot_req_det.tran_id
"
OP =
"
=
"
EXP2 =
"
:tran_id
"
) ) ARG(NAME =
"
tran_id
"
TYPE = number)
</retrieve>
<update>
sales_quot_req_det
</update>
<update>
sales_quot_req_det
</update>
<updatewhere>
1
</updatewhere>
<updatewhere>
1
</updatewhere>
<updatekeyinplace>
no
</updatekeyinplace>
<updatekeyinplace>
no
</updatekeyinplace>
...
@@ -246,7 +267,7 @@
...
@@ -246,7 +267,7 @@
<x>
62
</x>
<x>
62
</x>
<y>
389
</y>
<y>
389
</y>
<height>
100
</height>
<height>
100
</height>
<width>
601
</width>
<width>
750
</width>
<name>
gb_6
</name>
<name>
gb_6
</name>
<visible>
1
</visible>
<visible>
1
</visible>
<font>
<font>
...
@@ -1407,11 +1428,18 @@
...
@@ -1407,11 +1428,18 @@
<y>
197
</y>
<y>
197
</y>
<height>
16
</height>
<height>
16
</height>
<width>
71
</width>
<width>
71
</width>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
descr
</name>
<name>
descr
</name>
<visible>
1
</visible>
<visible>
1
</visible>
<EditStyle
style=
"edit"
>
<limit>
0
</limit>
<case>
any
</case>
<autoselect>
yes
</autoselect>
<imemode>
0
</imemode>
</EditStyle>
<font>
<font>
<face>
Arial
</face>
<face>
Arial
</face>
<height>
-10
</height>
<height>
-10
</height>
...
@@ -1489,6 +1517,93 @@
...
@@ -1489,6 +1517,93 @@
<color>
536870912
</color>
<color>
536870912
</color>
</background>
</background>
</ColumnObject>
</ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<id>
21
</id>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<color>
33554432
</color>
<x>
682
</x>
<y>
416
</y>
<height>
16
</height>
<width>
70
</width>
<html>
<valueishtml>
0
</valueishtml>
</html>
<name>
revised_ptd
</name>
<visible>
0
</visible>
<font>
<face>
Arial
</face>
<height>
-10
</height>
<weight>
400
</weight>
<family>
2
</family>
<pitch>
2
</pitch>
<charset>
0
</charset>
</font>
<background>
<mode>
1
</mode>
<color>
536870912
</color>
</background>
</ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<id>
20
</id>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<color>
33554432
</color>
<x>
680
</x>
<y>
440
</y>
<height>
16
</height>
<width>
72
</width>
<html>
<valueishtml>
0
</valueishtml>
</html>
<name>
revised_pts
</name>
<visible>
0
</visible>
<font>
<face>
Arial
</face>
<height>
-10
</height>
<weight>
400
</weight>
<family>
2
</family>
<pitch>
2
</pitch>
<charset>
0
</charset>
</font>
<background>
<mode>
1
</mode>
<color>
536870912
</color>
</background>
</ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<id>
22
</id>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<color>
33554432
</color>
<x>
684
</x>
<y>
460
</y>
<height>
16
</height>
<width>
67
</width>
<html>
<valueishtml>
0
</valueishtml>
</html>
<name>
revised_ptr
</name>
<visible>
0
</visible>
<font>
<face>
Arial
</face>
<height>
-10
</height>
<weight>
400
</weight>
<family>
2
</family>
<pitch>
2
</pitch>
<charset>
0
</charset>
</font>
<background>
<mode>
1
</mode>
<color>
536870912
</color>
</background>
</ColumnObject>
<HtmlTable>
<HtmlTable>
<border>
1
</border>
<border>
1
</border>
</HtmlTable>
</HtmlTable>
...
...
Ajit/VHB/RFQ Transaction Metadata/rfq_det_brow.srd
View file @
ebbe8a5f
This diff is collapsed.
Click to expand it.
Ajit/VHB/RFQ Transaction Metadata/rfq_det_edit.srd
View file @
ebbe8a5f
...
@@ -23,10 +23,13 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
...
@@ -23,10 +23,13 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=decimal(3) update=yes updatewhereclause=yes name=ptd dbname="sales_quot_req_det.ptd" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=ptd dbname="sales_quot_req_det.ptd" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=ptr dbname="sales_quot_req_det.ptr" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=ptr dbname="sales_quot_req_det.ptr" )
column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" )
column=(type=char(130) updatewhereclause=yes name=descr dbname="item.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quot_req_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"sales_quot_req_det.tran_id~") COLUMN(NAME=~"sales_quot_req_det.line_no~") COLUMN(NAME=~"sales_quot_req_det.item_code~") COLUMN(NAME=~"sales_quot_req_det.qty_quot~") COLUMN(NAME=~"sales_quot_req_det.unit~") COLUMN(NAME=~"sales_quot_req_det.pack_code~") COLUMN(NAME=~"sales_quot_req_det.rate_quot~") COLUMN(NAME=~"sales_quot_req_det.near_expiry~") COLUMN(NAME=~"sales_quot_req_det.competitor_rate~") COLUMN(NAME=~"sales_quot_req_det.competitor_item~") COLUMN(NAME=~"sales_quot_req_det.competitor_name~") COLUMN(NAME=~"sales_quot_req_det.remarks~") COLUMN(NAME=~"sales_quot_req_det.spec_instr~") COLUMN(NAME=~"sales_quot_req_det.ptr_flag~") COLUMN(NAME=~"sales_quot_req_det.rate_apprv~") COLUMN(NAME=~"sales_quot_req_det.pts~") COLUMN(NAME=~"sales_quot_req_det.ptd~") COLUMN(NAME=~"sales_quot_req_det.ptr~") COLUMN(NAME=~"item.descr~") JOIN (LEFT=~"sales_quot_req_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quot_req_det.item_code~" )WHERE( EXP1 =~"sales_quot_req_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = number) " update="sales_quot_req_det" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", number)) )
column=(type=decimal(3) update=yes updatewhereclause=yes name=revised_pts dbname="sales_quot_req_det.revised_pts" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=revised_ptd dbname="sales_quot_req_det.revised_ptd" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=revised_ptr dbname="sales_quot_req_det.revised_ptr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quot_req_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"sales_quot_req_det.tran_id~") COLUMN(NAME=~"sales_quot_req_det.line_no~") COLUMN(NAME=~"sales_quot_req_det.item_code~") COLUMN(NAME=~"sales_quot_req_det.qty_quot~") COLUMN(NAME=~"sales_quot_req_det.unit~") COLUMN(NAME=~"sales_quot_req_det.pack_code~") COLUMN(NAME=~"sales_quot_req_det.rate_quot~") COLUMN(NAME=~"sales_quot_req_det.near_expiry~") COLUMN(NAME=~"sales_quot_req_det.competitor_rate~") COLUMN(NAME=~"sales_quot_req_det.competitor_item~") COLUMN(NAME=~"sales_quot_req_det.competitor_name~") COLUMN(NAME=~"sales_quot_req_det.remarks~") COLUMN(NAME=~"sales_quot_req_det.spec_instr~") COLUMN(NAME=~"sales_quot_req_det.ptr_flag~") COLUMN(NAME=~"sales_quot_req_det.rate_apprv~") COLUMN(NAME=~"sales_quot_req_det.pts~") COLUMN(NAME=~"sales_quot_req_det.ptd~") COLUMN(NAME=~"sales_quot_req_det.ptr~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"sales_quot_req_det.revised_pts~") COLUMN(NAME=~"sales_quot_req_det.revised_ptd~") COLUMN(NAME=~"sales_quot_req_det.revised_ptr~") JOIN (LEFT=~"sales_quot_req_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"sales_quot_req_det.item_code~" )WHERE( EXP1 =~"sales_quot_req_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = number) " update="sales_quot_req_det" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", number)) )
groupbox(band=detail text="General"border="2" color="33554432" x="104" y="34" height="120" width="604" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="General"border="2" color="33554432" x="104" y="34" height="120" width="604" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Quantity"border="2" color="0" x="78" y="283" height="95" width="630" name=gb_3 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Quantity"border="2" color="0" x="78" y="283" height="95" width="630" name=gb_3 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Price List"border="2" color="0" x="62" y="389" height="100" width="
601
" name=gb_6 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Price List"border="2" color="0" x="62" y="389" height="100" width="
750
" name=gb_6 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Competitor"border="2" color="0" x="58" y="509" height="100" width="630" name=gb_5 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Competitor"border="2" color="0" x="58" y="509" height="100" width="630" name=gb_5 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Line No:" border="2" color="0" x="134" y="57" height="16" width="105" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No:" border="2" color="0" x="134" y="57" height="16" width="105" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="2" color="33554432" x="243" y="57" height="19" width="72" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="2" color="33554432" x="243" y="57" height="19" width="72" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...
@@ -62,9 +65,12 @@ text(band=detail alignment="1" text="Competitor Name:" border="2" color="0" x="4
...
@@ -62,9 +65,12 @@ text(band=detail alignment="1" text="Competitor Name:" border="2" color="0" x="4
column(band=detail id=11 alignment="0" tabsequence=80 border="2" color="33554432" x="512" y="528" height="19" width="118" format="[general]" html.valueishtml="0" name=competitor_name visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=80 border="2" color="33554432" x="512" y="528" height="19" width="118" format="[general]" html.valueishtml="0" name=competitor_name visible="1" edit.limit=250 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="Competitor Item:" border="2" color="0" x="135" y="562" height="16" width="105" html.valueishtml="0" name=competitor_item_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="Competitor Item:" border="2" color="0" x="135" y="562" height="16" width="105" html.valueishtml="0" name=competitor_item_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="0" tabsequence=70 border="2" color="33554432" x="244" y="562" height="19" width="66" format="[general]" html.valueishtml="0" name=competitor_item visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=70 border="2" color="33554432" x="244" y="562" height="19" width="66" format="[general]" html.valueishtml="0" name=competitor_item 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=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="300" y="197" height="16" width="71"
html.valueishtml="0" name=descr 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=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="300" y="197" height="16" width="71"
format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0
font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Near Expiry:" border="2" color="0" x="111" y="236" height="16" width="105" html.valueishtml="0" name=near_expiry_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="Near Expiry:" border="2" color="0" x="111" y="236" height="16" width="105" html.valueishtml="0" name=near_expiry_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="2" color="33554432" x="220" y="236" height="19" width="99" format="[general]" html.valueishtml="0" name=near_expiry 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="2" color="33554432" x="220" y="236" height="19" width="99" format="[general]" html.valueishtml="0" name=near_expiry 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="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="2" color="33554432" x="682" y="416" height="16" width="70" html.valueishtml="0" name=revised_ptd 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="0" tabsequence=32766 border="2" color="33554432" x="680" y="440" height="16" width="72" html.valueishtml="0" name=revised_pts 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="0" tabsequence=32766 border="2" color="33554432" x="684" y="460" height="16" width="67" html.valueishtml="0" name=revised_ptr 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 )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment