Re: A bug in 16.11.04

2018-03-29 Thread Paul Foxworthy
Hi all, Is the fix to add translations to zh_CN for the four messages here: https://github.com/apache/ofbiz-framework/blob/trunk/framework/service/config/ServiceUiLabels.xml ? Thanks Paul Foxworthy On 28 March 2018 at 16:03, Deepak Dixit wrote: > Hi Schumann,

答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Dear Jinghai, No, we are not using PDM system associated with OFBiz yet, though I would like to try it as well later. So I could not answer to the question. Certainly I would have to get back to you for your help later. Thanks and have a nice day! B.R. Schumann -邮件原件- 发件人: Shi Jinghai

Re: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Shi Jinghai
Sorry for my question is not clear enough. It's an off-topic investigation. I want to add a new function of exploded view in OFBiz, three.js as the display engine. I want to know if you are using PDM tool/system, what formats it can export as exploded view, whether value of torque exported in

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Shi Jinghai
Hi Jochen, Let's slow down. For Q2, as you mentioned, you have a webserver deployed in front of OFBiz. If so, the authn work is done in the webserver. The requests proxyed to OFBiz are all authened. Right? My puzzle is why you insist OFBiz has to validate against LDAP, for authorization?

答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Dear Jinghai, I assume you're referring what Type that I use for BOM simulation (Route: Manufacturing - Bill Of Materials - Bom Simulation). If that is the case, yes. Actually it makes no difference for my case by using the type "Explosion" or "Explosion (only for products needing

Re: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Shi Jinghai
As I know, Oracle sells MySQL service to enterprises very well in China, the OFBiz-10321 may be a common problem for prove of concept test, I'd suggest don't close it until we resolve it. @Schumann: A question: do you use exploded view in your assembly? If yes, what's the format of the

答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Dear Rajesh and Paul, Thanks for your comments. Will have a check on Postgres later. B.R. Schumann -邮件原件- 发件人: Paul Mandeltort 发送时间: 2018年3月30日 3:02 收件人: user@ofbiz.apache.org 主题: Re: A major bug in OFBiz Manufacturing MRP function Postgres is pretty much standard

Re: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Paul Mandeltort
Postgres is pretty much standard now, especially now that Amazon AWS has support for it on Aurora. —P > On Mar 29, 2018, at 14:51, Rajesh Mallah wrote: > > Hi Schmann , > > You may consider exploring PostgreSQL. > > regds > mallah. > > On Thu, Mar 29, 2018 at

Re: 答复: 答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Rajesh Mallah
Hi Schmann , You may consider exploring PostgreSQL. regds mallah. On Thu, Mar 29, 2018 at 8:58 PM, Schumann Ye wrote: > Hi Rajesh, > > According to the official website documents, it looks like that, which is > bad for the programmers and the end users. > What is

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Jochen . Boutens
Hello Shi, Thanks for your response. Q1 is clear. About your response to question 2. You seem to imply that LDAP + Basic auth can be done. But I'm not sure what you are suggesting exaclty. The Tomcat SSO you are talking about is this? (

答复: 答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Hi Rajesh, According to the official website documents, it looks like that, which is bad for the programmers and the end users. What is your suggestion for a production environment, mysql or mssql or others? I am afraid of future potential similar traps. B.R. Schumann -邮件原件- 发件人:

Re: 答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Rajesh Mallah
> However, when MySQL stores a value into a column of any temporal data > type, it discards any fractional part and does not store it.Kind regards, > I thought MySQL had by now gotten over from the childhood disease of discarding data silently ;-) in many contexts it was like that even 10 year

答复: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Dear Jacopo, Thanks for your guiding and you're such a genius. I just check the version of the installed mysql by using "select version();" and it shows me 5.7.19. Then I try to google if mysql support milliseconds and I find the following 2 links:

Re: A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Jacopo Cappellato
Dear Schumann, thanks for your report and analysis. What version of MySQL are you using? I suspect that the error is caused by the fact that your version doesn't support milliseconds in the DATETIME field and this causes the "duplicate record" condition. Kind regards, Jacopo On Thu, Mar 29,

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Jacques Le Roux
Thanks Jinghai, Actually Tomcat SSO has been provided by James Yong at https://issues.apache.org/jira/browse/OFBIZ-10047 It does not support clusters yet https://issues.apache.org/jira/browse/OFBIZ-10123 Deepak has made another proposition to use a JWT token locally (same domain) at

A major bug in OFBiz Manufacturing MRP function

2018-03-29 Thread Schumann Ye
Dear Gurus, I found a serious bug in MRP calculation function (hope I was wrong) and I've created a JIRA note OFBIZ-10321. In a word, OFBiz MRP function seems currently not supportive of multilevel BOM calculation with same material (raw material in my case test) located in different BOM

[MODERATED] Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Michael Brohl
Hi Jochen, your message was moderated. Please subscribe to the user mailing list, this would allow that your message directly go through: http://ofbiz.apache.org/mailing-lists.html Thanks, Michael Am 29.03.18 um 10:39 schrieb jochen.bout...@finalbeta.net: Hi Taher, The reason we require

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Jochen . Boutens
Hi Taher, The reason we require a subdir is because we already have a system in place that works like this. The user goes to https://reverseproxy and is presented with a login form where he enters his LDAP credentials. These are validated and the user is presented with a menu. The user

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Shi Jinghai
Q1: http://server/ofbiz/ Yes. It's a simple configuration for both Apache Httd and Nginx. Q2: Http header basic authentication Not sure whether Jacques has completed the new Tomcat SSO. If yes, then it's ready OOTB. For this kind authentication, OFBiz also supports Apereo CAS (by LDAP plugin)

答复: 答复: How to change defaultOrganizationPartyCurrencyUomId

2018-03-29 Thread Schumann Ye
Dear Rishi, It's surely helpful, thanks. Now the issue is solved. Have a nice day. Schumann -邮件原件- 发件人: Rishi Solanki 发送时间: 2018年3月29日 14:37 收件人: ofbizuser 主题: Re: 答复: How to change defaultOrganizationPartyCurrencyUomId I tried to give

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Taher Alkhateeb
Hello Jochen, welcome to the community. I'm sure you'll get better responses from the rest of the community, but naturally there are many ways to go about this. For one thing, read the section on configuring OFBiz with LDAP in [1]. Now with respect to doing something like

Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Jochen . Boutens
Hello, We are exploring functionality of several sollutions. Ofbiz seems to qualify for most tasks. I have two questions I would like to make sure before we begin testing: For integration into our systems we require the the solution to run under a subdirectory of the root of the webserver.

Re: 答复: How to change defaultOrganizationPartyCurrencyUomId

2018-03-29 Thread Rishi Solanki
I tried to give you some direct link where you will get all these information, but not able to find on OFBiz Wiki. Consider a business scenario; A company doing business from one country say USA and will have one product store for USA. Now she expand her business to one more country and setup