Return-Path: Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: (qmail 83595 invoked from network); 5 Jan 2010 11:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 11:53:18 -0000 Received: (qmail 36676 invoked by uid 500); 5 Jan 2010 11:53:17 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 36657 invoked by uid 500); 5 Jan 2010 11:53:17 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 36647 invoked by uid 99); 5 Jan 2010 11:53:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 11:53:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 11:53:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99EB3234C1E9 for ; Tue, 5 Jan 2010 03:52:54 -0800 (PST) Message-ID: <1096636376.42361262692374629.JavaMail.jira@brutus.apache.org> Date: Tue, 5 Jan 2010 11:52:54 +0000 (UTC) From: "Vikas Mayur (JIRA)" To: dev@ofbiz.apache.org Subject: [jira] Closed: (OFBIZ-3389) Improvements in setUnitPriceAsLastPrice & updateIssuanceShipmentAndPoOnReceiveInventory services to take currency in consideration In-Reply-To: <1485853715.4661262421834458.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OFBIZ-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-3389. ------------------------------ Resolution: Fixed Thanks Akash, Your patch is in trunk revision 896010 Vikas > Improvements in setUnitPriceAsLastPrice & updateIssuanceShipmentAndPoOnReceiveInventory services to take currency in consideration > ---------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3389 > URL: https://issues.apache.org/jira/browse/OFBIZ-3389 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Reporter: Akash Jain > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OFBIZ-3389.patch > > > Refer OFBiz commit rev. 893593 & 893732 done by Jacopo. Services setUnitPriceAsLastPrice & updateIssuanceShipmentAndPoOnReceiveInventory need to be enhanced to provide support for checking currency differences. > Here is what happened :- > 1) Suppose, the currency of accounting/facility set to Indian Rupees, its INR > 2) There are receiving a purchase order with an item with price 10 USD > 3) In the receive screen, the system prompts for the unit price of 500 INR (the currency exchange rate between INR and USD is about 50 i.e 1 USD -> 50 INR) > 4) the user doesn't change the value and after the item is received both the order item (unitPrice) and the supplier product (lastPrice) price are updated with the new unit price of 500 USD. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.