Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62CA8200D5C for ; Fri, 15 Dec 2017 10:15:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 61316160C14; Fri, 15 Dec 2017 09:15:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A1942160C06 for ; Fri, 15 Dec 2017 10:15:00 +0100 (CET) Received: (qmail 65748 invoked by uid 500); 15 Dec 2017 09:14:54 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 65736 invoked by uid 99); 15 Dec 2017 09:14:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2017 09:14:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E4010180337 for ; Fri, 15 Dec 2017 09:14:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.28 X-Spam-Level: X-Spam-Status: No, score=0.28 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GAPwf-iW_FnC for ; Fri, 15 Dec 2017 09:14:52 +0000 (UTC) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.20]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 2A5615F33D for ; Fri, 15 Dec 2017 09:14:52 +0000 (UTC) Received: from [192.168.1.2] (183.90.14.81.rev.sfr.net [81.14.90.183]) by msfrf2637.sfr.fr (SMTP Server) with ESMTP id 179771C000434 for ; Fri, 15 Dec 2017 10:14:51 +0100 (CET) Received: from [192.168.1.2] (183.90.14.81.rev.sfr.net [81.14.90.183]) (Authenticated sender: jacques.leroux60@sfr.fr) by msfrf2637.sfr.fr (SMTP Server) with ESMTPA for ; Fri, 15 Dec 2017 10:14:50 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=jacques.leroux60@sfr.fr Subject: Re: Cannot Create GL Account To: user@ofbiz.apache.org References: <0adc08a02dd220229d1bef1923efbeac@fossfolks.com> From: Jacques Le Roux Organization: Les Arts Informatiques Message-ID: <43f22ce6-3ce4-92eb-42db-ae9a48e06dca@les7arts.com> Date: Fri, 15 Dec 2017 10:14:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: X-sfr-mailing: LEGIT Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB archived-at: Fri, 15 Dec 2017 09:15:01 -0000 Craig, This should help you https://cwiki.apache.org/confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz#AddressingCustomRequirementsInOFBiz-ApplyingaPatch If you are on Windows https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PatchingOnWindows To get your version number it depends on how you downloaded OFBiz. If you used the svn repository then stop OFBiz; use "gradlew svnInfoFooter"; star OFBiz and then look into the bottom of one backend page, like you can see on demos. At large "gradlew tasks" is your friend. If you use a released package then you have to check when it was created in the OFBiz repo tags http://svn.apache.org/viewvc/ofbiz/tags/. IIRW, we recently spoke about adding this information in the footer for released packages HTH Jacques Le 15/12/2017 à 07:46, Woosang Jung a écrit : > > On 2017-12-14 18:47, craig@fossfolks.com wrote: >> Looks like this was fixed, but I'm not sure how to apply a patch. >> https://issues.apache.org/jira/browse/OFBIZ-9429 >> >> I've applied one patch and didn't document the process that I can find. >> I'm also not sure how to get my version number. If I remember right, >> it's not possible via the OFBiz interface. >> > Hi Craig, > The link to the patch https://issues.apache.org/jira/secure/attachment/12874371/OFBIZ-9429.patch > shows that replace > > with > > in the file applications/accounting/servicedef/services_ledger.xml > > Don't know about how to check the version number though. :( > > Woosang >