Return-Path: X-Original-To: apmail-ofbiz-dev-archive@www.apache.org Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12116175BC for ; Sat, 20 Jun 2015 06:13:01 +0000 (UTC) Received: (qmail 78740 invoked by uid 500); 20 Jun 2015 06:13:00 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 78705 invoked by uid 500); 20 Jun 2015 06:13:00 -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 78693 invoked by uid 99); 20 Jun 2015 06:13:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 06:13:00 +0000 Date: Sat, 20 Jun 2015 06:13:00 +0000 (UTC) From: "Divesh Dutta (JIRA)" To: dev@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-6100) Inconsistent tax calculation between checkout finalize and order created screen MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594428#comment-14594428 ] Divesh Dutta commented on OFBIZ-6100: ------------------------------------- What did we conclude on this issue ? Also what do you mean by increasing OrderAdjustment.amount from precision 3 to 4 ? i.e what code are you changing for this ? For example for changing precision for tax calculation you have to change salestax.calc.decimals in arithmetic.properties file, what are you changing for OrderAdjustment.amount changes ? > Inconsistent tax calculation between checkout finalize and order created screen > ------------------------------------------------------------------------------- > > Key: OFBIZ-6100 > URL: https://issues.apache.org/jira/browse/OFBIZ-6100 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: Trunk > Reporter: Christian Carlow > Assignee: Michael Brohl > > I changed arithmetic.properties salestax.calc.decimals = 4 instead of 3 because my purchase order tax was 1 cent less than the receipt. After accounting for 4 decimals, the tax was correctly calculated at the checkout finalize page, but once the order was created, the tax was 1 cent less than its previously calculated value. -- This message was sent by Atlassian JIRA (v6.3.4#6332)