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
ab8142e9
Commit
ab8142e9
authored
Apr 10, 2026
by
Mohammed Dohadwala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the Stockist field as mandatory.
parent
31dcbec2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
72 deletions
+94
-72
Mohammed/Quotation Stockist/salesquot23.srd
Mohammed/Quotation Stockist/salesquot23.srd
+40
-39
Mohammed/Quotation Stockist/salesquot23.xml
Mohammed/Quotation Stockist/salesquot23.xml
+54
-33
No files found.
Mohammed/Quotation Stockist/salesquot23.srd
View file @
ab8142e9
...
@@ -9,29 +9,30 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=quot_n
...
@@ -9,29 +9,30 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=quot_n
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="sales_quot_stockist.cust_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code dbname="sales_quot_stockist.cust_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code__stk dbname="sales_quot_stockist.cust_code__stk" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code__stk dbname="sales_quot_stockist.cust_code__stk" )
column=(type=char(10) updatewhereclause=yes name=sales_quot_quot_no dbname="sales_quot.quot_no" )
column=(type=char(10) updatewhereclause=yes name=sales_quot_quot_no dbname="sales_quot.quot_no" )
column=(type=char(5) updatewhereclause=yes name=site_code__pbus dbname="customer.site_code__pbus" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code__dist dbname="sales_quot_stockist.cust_code__dist" )
column=(type=char(10) update=yes updatewhereclause=yes name=cust_code__dist dbname="sales_quot_stockist.cust_code__dist" )
column=(type=char(5) updatewhereclause=yes name=site_code__pbus dbname="customer.site_code__pbus" )
column=(type=char(20) updatewhereclause=yes name=customer_city dbname="customer.city" )
column=(type=char(20) updatewhereclause=yes name=customer_city dbname="customer.city" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(50) updatewhereclause=yes name=cust_name dbname="customer.cust_name" )
column=(type=char(50) updatewhereclause=yes name=stockist_name dbname="customer.cust_name" )
column=(type=char(50) updatewhereclause=yes name=stockist_name dbname="customer.cust_name" )
column=(type=char(50) updatewhereclause=yes name=distributor_name dbname="customer.cust_name" )
column=(type=char(50) updatewhereclause=yes name=distributor_name dbname="customer.cust_name" )
column=(type=char(5) updatewhereclause=yes name=site_code__pbus dbname="customer.site_code__pbus" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quot_stockist~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_a~" ) TABLE(NAME=~"sales_quot~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_b~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_c~" ) COLUMN(NAME=~"sales_quot_stockist.quot_no~") COLUMN(NAME=~"sales_quot_stockist.line_no~") COLUMN(NAME=~"sales_quot_stockist.cust_code~") COLUMN(NAME=~"sales_quot_stockist.cust_code__stk~") COLUMN(NAME=~"sales_quot.quot_no~") COLUMN(NAME=~"customer_a.site_code__pbus~") COLUMN(NAME=~"sales_quot_stockist.cust_code__dist~") COLUMN(NAME=~"customer_c.site_code__pbus~") COLUMN(NAME=~"customer_a.city~") COLUMN(NAME=~"customer_a.cust_name~") COLUMN(NAME=~"customer_b.cust_name~") COLUMN(NAME=~"customer_c.cust_name~") JOIN (LEFT=~"sales_quot_stockist.cust_code~" OP =~"=~"RIGHT=~"customer_a.cust_code~" ) JOIN (LEFT=~"sales_quot.quot_no~" OP =~"=~"RIGHT=~"sales_quot_stockist.quot_no~" ) JOIN (LEFT=~"sales_quot_stockist.cust_code__stk~" OP =~"=~"RIGHT=~"customer_b.cust_code~" ) JOIN (LEFT=~"sales_quot_stockist.cust_code__dist~" OP =~"=~"RIGHT=~"customer_c.cust_code~" )WHERE( EXP1 =~"sales_quot_stockist.quot_no~" OP =~"=~" EXP2 =~":quot_no~" ) ) ARG(NAME = ~"quot_no~" TYPE = string) " update="sales_quot_stockist" updatewhere=0 updatekeyinplace=no arguments=(("quot_no", string)) )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"sales_quot_stockist~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_a~" ) TABLE(NAME=~"sales_quot~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_b~" ) TABLE(NAME=~"customer~" ALIAS=~"customer_c~" ) COLUMN(NAME=~"sales_quot_stockist.quot_no~") COLUMN(NAME=~"sales_quot_stockist.line_no~") COLUMN(NAME=~"sales_quot_stockist.cust_code~") COLUMN(NAME=~"sales_quot_stockist.cust_code__stk~") COLUMN(NAME=~"sales_quot.quot_no~") COLUMN(NAME=~"sales_quot_stockist.cust_code__dist~") COLUMN(NAME=~"customer_a.city~") COLUMN(NAME=~"customer_a.cust_name~") COLUMN(NAME=~"customer_b.cust_name~") COLUMN(NAME=~"customer_c.cust_name~") COLUMN(NAME=~"customer_c.site_code__pbus~") JOIN (LEFT=~"sales_quot_stockist.cust_code~" OP =~"=~"RIGHT=~"customer_a.cust_code~" ) JOIN (LEFT=~"sales_quot.quot_no~" OP =~"=~"RIGHT=~"sales_quot_stockist.quot_no~" ) JOIN (LEFT=~"sales_quot_stockist.cust_code__stk~" OP =~"=~"RIGHT=~"customer_b.cust_code~" ) JOIN (LEFT=~"sales_quot_stockist.cust_code__dist~" OP =~"=~"RIGHT=~"customer_c.cust_code~" )WHERE( EXP1 =~"sales_quot_stockist.quot_no~" OP =~"=~" EXP2 =~":quot_no~" ) ) ARG(NAME = ~"quot_no~" TYPE = string) " update="sales_quot_stockist" updatewhere=0 updatekeyinplace=no arguments=(("quot_no", string)) )
groupbox(band=detail text="General "border="2" color="0" x="219" y="39" height="350" width="346" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="General "border="2" color="0" x="219" y="39" height="350" width="346" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Quotation No
:" border="2" color="0" x="259" y="60" height="16" width="113" html.valueishtml="0" name=quot_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="Quotation No
.:" border="2" color="0" x="259" y="60" height="16" width="113" html.valueishtml="0" name=quot_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=1 alignment="0" tabsequence=32766 border="2" color="33554432" x="398" y="60" height="16" width="60" format="[general]" html.valueishtml="0" name=quot_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="2" color="33554432" x="398" y="60" height="16" width="60" format="[general]" html.valueishtml="0" name=quot_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No:" border="2" color="0" x="259" y="92" height="16" width="96" 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="259" y="92" height="16" width="96" 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="0" tabsequence=32766 border="2" color="33554432" x="392" y="92" height="16" width="61" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="2" color="33554432" x="392" y="92" height="16" width="61" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Customer:" border="2" color="0" x="261" y="130" height="16" width="96" 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:" border="2" color="0" x="261" y="130" height="16" width="96" 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=3 alignment="0" tabsequence=32766 border="2" color="33554432" x="394" y="130" height="16" width="60" format="[general]" html.valueishtml="0" name=cust_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="536870912" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="2" color="33554432" x="394" y="130" height="16" width="60" format="[general]" html.valueishtml="0" name=cust_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="536870912" )
text(band=detail alignment="1" text="Distributor:" border="2" color="0" x="263" y="283" height="16" width="77" html.valueishtml="0" name=cust_code__dist_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="Distributor:" border="2" color="0" x="263" y="283" height="16" width="77" html.valueishtml="0" name=cust_code__dist_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
6 alignment="0" tabsequence=32766 border="2" color="33554432" x="380" y="283" height="16" width="108" format="[general]" html.valueishtml="0" name=cust_code__dist visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
7 alignment="0" tabsequence=32766 border="2" color="33554432" x="380" y="283" height="16" width="108" format="[general]" html.valueishtml="0" name=cust_code__dist 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="Stockist:" border="2" color="0" x="264" y="227" height="16" width="65" html.valueishtml="0" name=cust_code__stk_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="Stockist:" border="2" color="0" x="264" y="227" height="16" width="65" html.valueishtml="0" name=cust_code__stk_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=10 border="2" color="33554432" x="376" y="227" height="16" width="102" format="[general]" html.valueishtml="0" name=cust_code__stk visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.
imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=10 border="2" color="33554432" x="376" y="227" height="16" width="102" format="[general]" html.valueishtml="0" name=cust_code__stk visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.
required=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
7 alignment="0" tabsequence=32766 border="2" color="33554432" x="386" y="192" height="16" width="120" format="[general]" html.valueishtml="0" name=customer_city visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
8 alignment="0" tabsequence=32766 border="2" color="33554432" x="374" y="338" height="16" width="162" format="[general]" html.valueishtml="0" name=site_code__pbus visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
8 alignment="0" tabsequence=32766 border="2" color="33554432" x="386" y="156" height="16" width="140" format="[general]" html.valueishtml="0" name=cust_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=
9 alignment="0" tabsequence=32766 border="2" color="33554432" x="386" y="192" height="16" width="120" format="[general]" html.valueishtml="0" name=customer_city visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=
9 alignment="0" tabsequence=32766 border="2" color="33554432" x="373" y="251" height="16" width="152" format="[general]" html.valueishtml="0" name=stockist_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=
10 alignment="0" tabsequence=32766 border="2" color="33554432" x="386" y="156" height="16" width="140" format="[general]" html.valueishtml="0" name=cust_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=1
0 alignment="0" tabsequence=32766 border="2" color="33554432" x="378" y="311" height="16" width="108" html.valueishtml="0" name=distributor_name 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
1 alignment="0" tabsequence=32766 border="2" color="33554432" x="373" y="251" height="16" width="152" format="[general]" html.valueishtml="0" name=stockist_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=1
1 alignment="0" tabsequence=32766 border="2" color="33554432" x="375" y="338" height="16" width="106" html.valueishtml="0" name=site_code__pbus 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
2 alignment="0" tabsequence=32766 border="2" color="33554432" x="372" y="309" height="16" width="154" format="[general]" html.valueishtml="0" name=distributor_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" )
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 )
...
...
Mohammed/Quotation Stockist/salesquot23.xml
View file @
ab8142e9
...
@@ -79,6 +79,12 @@
...
@@ -79,6 +79,12 @@
<name>
sales_quot_quot_no
</name>
<name>
sales_quot_quot_no
</name>
<dbname>
sales_quot.quot_no
</dbname>
<dbname>
sales_quot.quot_no
</dbname>
</table_column>
</table_column>
<table_column>
<type
size=
"5"
>
char
</type>
<updatewhereclause>
yes
</updatewhereclause>
<name>
site_code__pbus
</name>
<dbname>
customer.site_code__pbus
</dbname>
</table_column>
<table_column>
<table_column>
<type
size=
"10"
>
char
</type>
<type
size=
"10"
>
char
</type>
<update>
yes
</update>
<update>
yes
</update>
...
@@ -86,6 +92,12 @@
...
@@ -86,6 +92,12 @@
<name>
cust_code__dist
</name>
<name>
cust_code__dist
</name>
<dbname>
sales_quot_stockist.cust_code__dist
</dbname>
<dbname>
sales_quot_stockist.cust_code__dist
</dbname>
</table_column>
</table_column>
<table_column>
<type
size=
"5"
>
char
</type>
<updatewhereclause>
yes
</updatewhereclause>
<name>
site_code__pbus
</name>
<dbname>
customer.site_code__pbus
</dbname>
</table_column>
<table_column>
<table_column>
<type
size=
"20"
>
char
</type>
<type
size=
"20"
>
char
</type>
<updatewhereclause>
yes
</updatewhereclause>
<updatewhereclause>
yes
</updatewhereclause>
...
@@ -110,13 +122,7 @@
...
@@ -110,13 +122,7 @@
<name>
distributor_name
</name>
<name>
distributor_name
</name>
<dbname>
customer.cust_name
</dbname>
<dbname>
customer.cust_name
</dbname>
</table_column>
</table_column>
<table_column>
<retrieve>
PBSELECT( VERSION(400) TABLE(NAME=
"
sales_quot_stockist
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_a
"
) TABLE(NAME=
"
sales_quot
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_b
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_c
"
) COLUMN(NAME=
"
sales_quot_stockist.quot_no
"
) COLUMN(NAME=
"
sales_quot_stockist.line_no
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code__stk
"
) COLUMN(NAME=
"
sales_quot.quot_no
"
) COLUMN(NAME=
"
customer_a.site_code__pbus
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code__dist
"
) COLUMN(NAME=
"
customer_c.site_code__pbus
"
) COLUMN(NAME=
"
customer_a.city
"
) COLUMN(NAME=
"
customer_a.cust_name
"
) COLUMN(NAME=
"
customer_b.cust_name
"
) COLUMN(NAME=
"
customer_c.cust_name
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code
"
OP =
"
=
"
RIGHT=
"
customer_a.cust_code
"
) JOIN (LEFT=
"
sales_quot.quot_no
"
OP =
"
=
"
RIGHT=
"
sales_quot_stockist.quot_no
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code__stk
"
OP =
"
=
"
RIGHT=
"
customer_b.cust_code
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code__dist
"
OP =
"
=
"
RIGHT=
"
customer_c.cust_code
"
)WHERE( EXP1 =
"
sales_quot_stockist.quot_no
"
OP =
"
=
"
EXP2 =
"
:quot_no
"
) ) ARG(NAME =
"
quot_no
"
TYPE = string)
</retrieve>
<type
size=
"5"
>
char
</type>
<updatewhereclause>
yes
</updatewhereclause>
<name>
site_code__pbus
</name>
<dbname>
customer.site_code__pbus
</dbname>
</table_column>
<retrieve>
PBSELECT( VERSION(400) TABLE(NAME=
"
sales_quot_stockist
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_a
"
) TABLE(NAME=
"
sales_quot
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_b
"
) TABLE(NAME=
"
customer
"
ALIAS=
"
customer_c
"
) COLUMN(NAME=
"
sales_quot_stockist.quot_no
"
) COLUMN(NAME=
"
sales_quot_stockist.line_no
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code__stk
"
) COLUMN(NAME=
"
sales_quot.quot_no
"
) COLUMN(NAME=
"
sales_quot_stockist.cust_code__dist
"
) COLUMN(NAME=
"
customer_a.city
"
) COLUMN(NAME=
"
customer_a.cust_name
"
) COLUMN(NAME=
"
customer_b.cust_name
"
) COLUMN(NAME=
"
customer_c.cust_name
"
) COLUMN(NAME=
"
customer_c.site_code__pbus
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code
"
OP =
"
=
"
RIGHT=
"
customer_a.cust_code
"
) JOIN (LEFT=
"
sales_quot.quot_no
"
OP =
"
=
"
RIGHT=
"
sales_quot_stockist.quot_no
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code__stk
"
OP =
"
=
"
RIGHT=
"
customer_b.cust_code
"
) JOIN (LEFT=
"
sales_quot_stockist.cust_code__dist
"
OP =
"
=
"
RIGHT=
"
customer_c.cust_code
"
)WHERE( EXP1 =
"
sales_quot_stockist.quot_no
"
OP =
"
=
"
EXP2 =
"
:quot_no
"
) ) ARG(NAME =
"
quot_no
"
TYPE = string)
</retrieve>
<update>
sales_quot_stockist
</update>
<update>
sales_quot_stockist
</update>
<updatewhere>
0
</updatewhere>
<updatewhere>
0
</updatewhere>
<updatekeyinplace>
no
</updatekeyinplace>
<updatekeyinplace>
no
</updatekeyinplace>
...
@@ -152,7 +158,7 @@
...
@@ -152,7 +158,7 @@
<TextObject>
<TextObject>
<band>
Detail
</band>
<band>
Detail
</band>
<alignment>
1
</alignment>
<alignment>
1
</alignment>
<text>
Quotation No:
</text>
<text>
Quotation No
.
:
</text>
<border>
2
</border>
<border>
2
</border>
<color>
0
</color>
<color>
0
</color>
<x>
259
</x>
<x>
259
</x>
...
@@ -371,7 +377,7 @@
...
@@ -371,7 +377,7 @@
</TextObject>
</TextObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
6
</id>
<id>
7
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
...
@@ -454,6 +460,7 @@
...
@@ -454,6 +460,7 @@
<limit>
0
</limit>
<limit>
0
</limit>
<case>
any
</case>
<case>
any
</case>
<autoselect>
yes
</autoselect>
<autoselect>
yes
</autoselect>
<required>
yes
</required>
<imemode>
0
</imemode>
<imemode>
0
</imemode>
</EditStyle>
</EditStyle>
<font>
<font>
...
@@ -471,20 +478,20 @@
...
@@ -471,20 +478,20 @@
</ColumnObject>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
7
</id>
<id>
8
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
<color>
33554432
</color>
<color>
33554432
</color>
<x>
3
86
</x>
<x>
3
74
</x>
<y>
192
</y>
<y>
338
</y>
<height>
16
</height>
<height>
16
</height>
<width>
1
20
</width>
<width>
1
62
</width>
<format>
[general]
</format>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
customer_city
</name>
<name>
site_code__pbus
</name>
<visible>
1
</visible>
<visible>
1
</visible>
<EditStyle
style=
"edit"
>
<EditStyle
style=
"edit"
>
<limit>
0
</limit>
<limit>
0
</limit>
...
@@ -507,20 +514,20 @@
...
@@ -507,20 +514,20 @@
</ColumnObject>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
8
</id>
<id>
9
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
<color>
33554432
</color>
<color>
33554432
</color>
<x>
386
</x>
<x>
386
</x>
<y>
1
56
</y>
<y>
1
92
</y>
<height>
16
</height>
<height>
16
</height>
<width>
1
4
0
</width>
<width>
1
2
0
</width>
<format>
[general]
</format>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
cust
_name
</name>
<name>
cust
omer_city
</name>
<visible>
1
</visible>
<visible>
1
</visible>
<EditStyle
style=
"edit"
>
<EditStyle
style=
"edit"
>
<limit>
0
</limit>
<limit>
0
</limit>
...
@@ -543,20 +550,20 @@
...
@@ -543,20 +550,20 @@
</ColumnObject>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
9
</id>
<id>
10
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
<color>
33554432
</color>
<color>
33554432
</color>
<x>
3
73
</x>
<x>
3
86
</x>
<y>
251
</y>
<y>
156
</y>
<height>
16
</height>
<height>
16
</height>
<width>
1
52
</width>
<width>
1
40
</width>
<format>
[general]
</format>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
stocki
st_name
</name>
<name>
cu
st_name
</name>
<visible>
1
</visible>
<visible>
1
</visible>
<EditStyle
style=
"edit"
>
<EditStyle
style=
"edit"
>
<limit>
0
</limit>
<limit>
0
</limit>
...
@@ -579,20 +586,27 @@
...
@@ -579,20 +586,27 @@
</ColumnObject>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
1
0
</id>
<id>
1
1
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
<color>
33554432
</color>
<color>
33554432
</color>
<x>
37
8
</x>
<x>
37
3
</x>
<y>
31
1
</y>
<y>
25
1
</y>
<height>
16
</height>
<height>
16
</height>
<width>
108
</width>
<width>
152
</width>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
distributor
_name
</name>
<name>
stockist
_name
</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>
...
@@ -608,20 +622,27 @@
...
@@ -608,20 +622,27 @@
</ColumnObject>
</ColumnObject>
<ColumnObject>
<ColumnObject>
<band>
Detail
</band>
<band>
Detail
</band>
<id>
1
1
</id>
<id>
1
2
</id>
<alignment>
0
</alignment>
<alignment>
0
</alignment>
<tabsequence>
32766
</tabsequence>
<tabsequence>
32766
</tabsequence>
<border>
2
</border>
<border>
2
</border>
<color>
33554432
</color>
<color>
33554432
</color>
<x>
37
5
</x>
<x>
37
2
</x>
<y>
3
38
</y>
<y>
3
09
</y>
<height>
16
</height>
<height>
16
</height>
<width>
106
</width>
<width>
154
</width>
<format>
[general]
</format>
<html>
<html>
<valueishtml>
0
</valueishtml>
<valueishtml>
0
</valueishtml>
</html>
</html>
<name>
site_code__pbus
</name>
<name>
distributor_name
</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>
...
...
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