[jira] [Commented] (OFBIZ-6091) Supplier preferred currency not considered for drop-ship order

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6091) Supplier preferred currency not considered for drop-ship order

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265600#comment-16265600 ]

Akash Jain commented on OFBIZ-6091:
-----------------------------------

Hello Suraj,

Please share the steps you follow, actually its working for me with these cases:
* Case 1:
# Initiate SO in USD
# Select supplier having *EUR* preferred currency
# SupplierProduct exists only with *EUR* currency for selected supplier
# Place SO

*Result:* working as expected created SO in USD and PO in EUR and prices calculate as setup into SupplierProduct entity.

*Case 2:
# Initiate SO in USD
# Select supplier having *INR* preferred currency
# SupplierProduct exists only with *EUR* currency for selected supplie
# Place SO

*Result:* working as expected SO and PO not created and showing error:
=====
Error in Service [checkCreateDropShipPurchaseOrders]: The following error occurred creating drop shipments for order WSCO10052: SupplierProduct not found
=====

> Supplier preferred currency not considered for drop-ship order
> --------------------------------------------------------------
>
>                 Key: OFBIZ-6091
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6091
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 14.12, Trunk, 13.07.01
>            Reporter: Akash Jain
>            Assignee: Mridul Pathak
>             Fix For: 14.12.01, 12.04.06, 13.07.03, 16.11.01
>
>         Attachments: OFBIZ-6091.patch
>
>
> Place sales order with a supplier for drop-ship then supplier preferred currency not considered. To generate issue, follow these steps:
> # Go to Order > Order Entry and initiate sales order.
> # Select USD currency.
> # Add product and quantity, then click the Add to Order button.
> # Item will be added in the shopping cart, click the Finalize Order tab.
> # Select supplier which have EUR preferred currency, and supply the product (added in shopping cart) in EUR currency only. Make sure quantity of added product in the shopping cart is equals / greater then to supplier minimum order quantity of same product.
> # Finally place the order.
> Expected Result:
> Drop-ship (PO) order should be generated for the sales order item.
> Actual Result:
> Drop-ship (PO) order not created and getting this error on console,
> =========
> Error in Service [checkCreateDropShipPurchaseOrders]: The following error occurred creating drop shipments for order WSCO10180: SupplierProduct not found
> =========



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)