Skip to content

Commit d7fe8a6

Browse files
committed
Changed to use new orderType parameter for FindOrder screen
1 parent 7829df2 commit d7fe8a6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

ReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ moqui-elasticsearch (1.0.0), moqui-fop (1.0.0), and moqui-kie (1.0.0) tool
1414
components.
1515

1616
This release includes various improvements from SimpleScreens and updates
17-
for the various changes in Moqui Framework 2.0.0.
17+
for the new features and improvements in Moqui Framework 2.0.0.
1818

1919
TODO
2020

screen/PopCommerceAdmin/dashboard.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ along with this software (see the LICENSE.md file). If not, see
3333
</actions>
3434
<widgets>
3535
<container-row>
36-
37-
3836
<row-col md="2">
3937
<label text="Operate" type="h3"/>
4038
<container>
4139
<link url="../Supplier" link-type="anchor"><image url="/popc/static/images/Supplier.png" url-type="screen" style="invertible"/></link>
4240
<link text="Suppliers" url="../Supplier" link-type="anchor"/>
4341
</container>
4442
<container>
45-
<link url="../Order" link-type="anchor" parameter-map="[customerRoleTypeId:'OrgInternal']">
43+
<link url="../Order" link-type="anchor" parameter-map="[orderType:'Purchase']">
4644
<image url="/popc/static/images/Purchasing.png" url-type="screen" style="invertible"/></link>
47-
<link text="Purchasing" url="../Order" link-type="anchor" parameter-map="[customerRoleTypeId:'OrgInternal']"/>
45+
<link text="Purchasing" url="../Order" link-type="anchor" parameter-map="[orderType:'Purchase']"/>
4846
</container>
4947
<container>
5048
<link url="../Shipment" link-type="anchor" parameter-map="[parentShipmentType:'ShpTpIncoming']">
@@ -62,9 +60,9 @@ along with this software (see the LICENSE.md file). If not, see
6260
<link text="Customers" url="../Customer" link-type="anchor"/>
6361
</container>
6462
<container>
65-
<link url="../Order" link-type="anchor" parameter-map="[vendorRoleTypeId:'OrgInternal']">
63+
<link url="../Order" link-type="anchor" parameter-map="[orderType:'Sales']">
6664
<image url="/popc/static/images/Sales.png" url-type="screen" style="invertible"/></link>
67-
<link text="Sales" url="../Order" link-type="anchor" parameter-map="[vendorRoleTypeId:'OrgInternal']"/>
65+
<link text="Sales" url="../Order" link-type="anchor" parameter-map="[orderType:'Sales']"/>
6866
</container>
6967
<container>
7068
<link url="../Picking" link-type="anchor">

0 commit comments

Comments
 (0)