You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Schumann Ye <Sc...@hotmail.com> on 2018/04/10 08:30:19 UTC

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

Dear Jacopo,

Sorry for coming back to you late on the issue.
I've done changing from DATETIME(6) to DATETIME(3). Everything works perfectly without error so far.
However, in order to avoid potential duplicate entry when creating new record, my suggestion is to set it as DATETIME(6).
As the calculating capacity & efficiency increases these days, odds still remain for duplicate data entries when the CPU & RAM are powerful enough.

This is only my personal view for your reference.
HIH.

B.R.
Schumann

-----邮件原件-----
发件人: Jacopo Cappellato <ja...@hotwaxsystems.com> 
发送时间: 2018年4月2日 13:59
收件人: user@ofbiz.apache.org ML <us...@ofbiz.apache.org>
主题: Re: 答复: 答复: 答复: A major bug in OFBiz Manufacturing MRP function

On Sun, Apr 1, 2018 at 10:30 AM, Schumann Ye <Sc...@hotmail.com>
wrote:

> Hi Jacopo,
>
> Thanks for your hints.
> Actually I am not using SVN now, I've done quite some customizations 
> so I would like to do it directly in the database mysql by using alter table.
> Is it ok if I do it this way?
>

Yes, you can directly alter the MRP_EVENT table.

Regards,

Jacopo