Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-09 Thread Wolfgang Paul Rauchholz
Please disregard my former email. It went through ok.
I was missing a quote sign in the statement and I had tot take -3 off.

Correct statement looks like this:
runtime 'mysql:mysql-connector-java:5.1.25'


Thank you, Wolfgang


On Wed, May 9, 2018 at 12:04 PM, Wolfgang Paul Rauchholz <
wp.rauchh...@gmail.com> wrote:

> Thanks for helping...
> I added the above line into the runtime section of the dependencies
> I got an error message:
>
> * What went wrong:
> Could not compile build file '/usr/local/ofbiz/build.gradle'.
> > startup failed:
>   build file '/usr/local/ofbiz/build.gradle': 138: expecting '}', found
> ':' @ line 138, column 39.
>  runtime mysql:mysql-connector-java:5.1.25-3
>^
>
>
> On Wed, May 9, 2018 at 10:16 AM, Deepak Dixit  com> wrote:
>
>> use following code
>>
>> runtime mysql:mysql-connector-java:5.1.25-3
>>
>>
>>
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwax.co
>>
>> On Wed, May 9, 2018 at 1:36 PM, Wolfgang Paul Rauchholz <
>> wp.rauchh...@gmail.com> wrote:
>>
>> > The on in the main ofbiz directory
>> >
>> > /usr/local/ofbiz/build.gradle
>> >
>> > On Wed, May 9, 2018 at 7:40 AM, Deepak Dixit
>> > > com
>> > > wrote:
>> >
>> > > Hi Wolfgang,
>> > >
>> > > Could you please share in which build.gradle you are adding
>> > > pluginLibsRuntime?
>> > >
>> > > if you are using main build.gradle then you need to add following
>> entry:
>> > >
>> > > runtime mysql:mysql-connector-java:5.1.25-3
>> > >
>> > >
>> > > And if you are using plugins component build.gradle file then you
>> need to
>> > > use
>> > >
>> > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > Thanks & Regards
>> > > --
>> > > Deepak Dixit
>> > > www.hotwax.co
>> > >
>> > > On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
>> > > wp.rauchh...@gmail.com> wrote:
>> > >
>> > > > I am trying to install ofbiz in a CENTOS 7 server with mariadb.
>> > > > Ofbiz runs fine with derby database, but I am not getting mariadb up
>> > and
>> > > > running
>> > > > This is what I did so far
>> > > > created databases in mariadb
>> > > > the following connector is installed: mysql-connector-java-5.1.25-3.
>> > > > el7.noarch
>> > > > I added the following line to the build.gradle  file:
>> > > >
>> > > > ...
>> > > > dependencies {
>> > > > // ofbiz compile libs
>> > > >
>> > > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
>> > > >
>> > > > compile 'apache-xerces:xercesImpl:2.9.1'
>> > > > compile 'com.google.zxing:core:3.2.1'
>> > > > ..
>> > > >
>> > > >
>> > > > * What went wrong:
>> > > > A problem occurred evaluating root project 'ofbiz'.
>> > > > > Could not find method pluginLibsRuntime() for arguments
>> > > > [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
>> > > >
>> > > >
>> > > > What am I doing wrong? Thanks for your help. Wolfgang
>> > > >
>> > > >
>> > > >
>> > > > On 2018/05/08 16:40:15, Deepak Dixit > m>
>> > > > wrote:
>> > > > > Hi wp.rauchholz,
>> > > > >
>> > > > > Your email has been moderated, Please subscribe mailing list
>> > > > > http://ofbiz.apache.org/mailing-lists.html
>> > > > >
>> > > > >
>> > > > > Thanks & Regards
>> > > > > --
>> > > > > Deepak Dixit
>> > > > >
>> > > > >
>> > > > > -- Forwarded message --
>> > > > > From: "wp.rauchh...@gmail.com" 
>> > > > > To: 
>> > > > > Cc:
>> > > > > Bcc:
>> > > > > Date: Tue, 08 May 2018 15:10:52 -
>> > > > > Subject: Connect to mariadb
>> > > > > Good day,
>> > > > >
>> > > > > would you please confirm that the procedure referenced underneath
>> is
>> > > > still
>> > > > > up to date to connect to mariadb? I can't make it happen. Is
>> there a
>> > > > better
>> > > > > procedure out there?
>> > > > >
>> > > > > java -jar ofbiz.jar -install: throws out a message that -install
>> is
>> > > > unknown
>> > > > > option
>> > > > >
>> > > > > https://cwiki.apache.org/confluence/display/OFBIZ/How+
>> > > > > to+migrate+OFBiz+from+Derby+to+MySQL+database
>> > > > >
>> > > > >
>> > > > > Thank you for your help, Wolfgang
>> > > > >
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> >
>> > Wolfgang Rauchholz
>> >
>>
>
>
>
> --
>
> Wolfgang Rauchholz
>
>
>
>


-- 

Wolfgang Rauchholz


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-09 Thread Wolfgang Paul Rauchholz
Just as addtl info and to makle sure everything is fine with java.

[root@home ofbiz]# echo $JAVA_HOME
/usr/java/jdk1.8.0_171/
[root@home ofbiz]# java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

On Wed, May 9, 2018 at 10:16 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> use following code
>
> runtime mysql:mysql-connector-java:5.1.25-3
>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwax.co
>
> On Wed, May 9, 2018 at 1:36 PM, Wolfgang Paul Rauchholz <
> wp.rauchh...@gmail.com> wrote:
>
> > The on in the main ofbiz directory
> >
> > /usr/local/ofbiz/build.gradle
> >
> > On Wed, May 9, 2018 at 7:40 AM, Deepak Dixit  > com
> > > wrote:
> >
> > > Hi Wolfgang,
> > >
> > > Could you please share in which build.gradle you are adding
> > > pluginLibsRuntime?
> > >
> > > if you are using main build.gradle then you need to add following
> entry:
> > >
> > > runtime mysql:mysql-connector-java:5.1.25-3
> > >
> > >
> > > And if you are using plugins component build.gradle file then you need
> to
> > > use
> > >
> > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> > >
> > >
> > >
> > >
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > > www.hotwax.co
> > >
> > > On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
> > > wp.rauchh...@gmail.com> wrote:
> > >
> > > > I am trying to install ofbiz in a CENTOS 7 server with mariadb.
> > > > Ofbiz runs fine with derby database, but I am not getting mariadb up
> > and
> > > > running
> > > > This is what I did so far
> > > > created databases in mariadb
> > > > the following connector is installed: mysql-connector-java-5.1.25-3.
> > > > el7.noarch
> > > > I added the following line to the build.gradle  file:
> > > >
> > > > ...
> > > > dependencies {
> > > > // ofbiz compile libs
> > > >
> > > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> > > >
> > > > compile 'apache-xerces:xercesImpl:2.9.1'
> > > > compile 'com.google.zxing:core:3.2.1'
> > > > ..
> > > >
> > > >
> > > > * What went wrong:
> > > > A problem occurred evaluating root project 'ofbiz'.
> > > > > Could not find method pluginLibsRuntime() for arguments
> > > > [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
> > > >
> > > >
> > > > What am I doing wrong? Thanks for your help. Wolfgang
> > > >
> > > >
> > > >
> > > > On 2018/05/08 16:40:15, Deepak Dixit  >
> > > > wrote:
> > > > > Hi wp.rauchholz,
> > > > >
> > > > > Your email has been moderated, Please subscribe mailing list
> > > > > http://ofbiz.apache.org/mailing-lists.html
> > > > >
> > > > >
> > > > > Thanks & Regards
> > > > > --
> > > > > Deepak Dixit
> > > > >
> > > > >
> > > > > -- Forwarded message --
> > > > > From: "wp.rauchh...@gmail.com" 
> > > > > To: 
> > > > > Cc:
> > > > > Bcc:
> > > > > Date: Tue, 08 May 2018 15:10:52 -
> > > > > Subject: Connect to mariadb
> > > > > Good day,
> > > > >
> > > > > would you please confirm that the procedure referenced underneath
> is
> > > > still
> > > > > up to date to connect to mariadb? I can't make it happen. Is there
> a
> > > > better
> > > > > procedure out there?
> > > > >
> > > > > java -jar ofbiz.jar -install: throws out a message that -install is
> > > > unknown
> > > > > option
> > > > >
> > > > > https://cwiki.apache.org/confluence/display/OFBIZ/How+
> > > > > to+migrate+OFBiz+from+Derby+to+MySQL+database
> > > > >
> > > > >
> > > > > Thank you for your help, Wolfgang
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > Wolfgang Rauchholz
> >
>



-- 

Wolfgang Rauchholz


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-09 Thread Wolfgang Paul Rauchholz
Thanks for helping...
I added the above line into the runtime section of the dependencies
I got an error message:

* What went wrong:
Could not compile build file '/usr/local/ofbiz/build.gradle'.
> startup failed:
  build file '/usr/local/ofbiz/build.gradle': 138: expecting '}', found ':'
@ line 138, column 39.
 runtime mysql:mysql-connector-java:5.1.25-3
   ^


On Wed, May 9, 2018 at 10:16 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> use following code
>
> runtime mysql:mysql-connector-java:5.1.25-3
>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwax.co
>
> On Wed, May 9, 2018 at 1:36 PM, Wolfgang Paul Rauchholz <
> wp.rauchh...@gmail.com> wrote:
>
> > The on in the main ofbiz directory
> >
> > /usr/local/ofbiz/build.gradle
> >
> > On Wed, May 9, 2018 at 7:40 AM, Deepak Dixit  > com
> > > wrote:
> >
> > > Hi Wolfgang,
> > >
> > > Could you please share in which build.gradle you are adding
> > > pluginLibsRuntime?
> > >
> > > if you are using main build.gradle then you need to add following
> entry:
> > >
> > > runtime mysql:mysql-connector-java:5.1.25-3
> > >
> > >
> > > And if you are using plugins component build.gradle file then you need
> to
> > > use
> > >
> > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> > >
> > >
> > >
> > >
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > > www.hotwax.co
> > >
> > > On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
> > > wp.rauchh...@gmail.com> wrote:
> > >
> > > > I am trying to install ofbiz in a CENTOS 7 server with mariadb.
> > > > Ofbiz runs fine with derby database, but I am not getting mariadb up
> > and
> > > > running
> > > > This is what I did so far
> > > > created databases in mariadb
> > > > the following connector is installed: mysql-connector-java-5.1.25-3.
> > > > el7.noarch
> > > > I added the following line to the build.gradle  file:
> > > >
> > > > ...
> > > > dependencies {
> > > > // ofbiz compile libs
> > > >
> > > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> > > >
> > > > compile 'apache-xerces:xercesImpl:2.9.1'
> > > > compile 'com.google.zxing:core:3.2.1'
> > > > ..
> > > >
> > > >
> > > > * What went wrong:
> > > > A problem occurred evaluating root project 'ofbiz'.
> > > > > Could not find method pluginLibsRuntime() for arguments
> > > > [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
> > > >
> > > >
> > > > What am I doing wrong? Thanks for your help. Wolfgang
> > > >
> > > >
> > > >
> > > > On 2018/05/08 16:40:15, Deepak Dixit  >
> > > > wrote:
> > > > > Hi wp.rauchholz,
> > > > >
> > > > > Your email has been moderated, Please subscribe mailing list
> > > > > http://ofbiz.apache.org/mailing-lists.html
> > > > >
> > > > >
> > > > > Thanks & Regards
> > > > > --
> > > > > Deepak Dixit
> > > > >
> > > > >
> > > > > -- Forwarded message --
> > > > > From: "wp.rauchh...@gmail.com" 
> > > > > To: 
> > > > > Cc:
> > > > > Bcc:
> > > > > Date: Tue, 08 May 2018 15:10:52 -
> > > > > Subject: Connect to mariadb
> > > > > Good day,
> > > > >
> > > > > would you please confirm that the procedure referenced underneath
> is
> > > > still
> > > > > up to date to connect to mariadb? I can't make it happen. Is there
> a
> > > > better
> > > > > procedure out there?
> > > > >
> > > > > java -jar ofbiz.jar -install: throws out a message that -install is
> > > > unknown
> > > > > option
> > > > >
> > > > > https://cwiki.apache.org/confluence/display/OFBIZ/How+
> > > > > to+migrate+OFBiz+from+Derby+to+MySQL+database
> > > > >
> > > > >
> > > > > Thank you for your help, Wolfgang
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > Wolfgang Rauchholz
> >
>



-- 

Wolfgang Rauchholz


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-09 Thread Deepak Dixit
use following code

runtime mysql:mysql-connector-java:5.1.25-3




Thanks & Regards
--
Deepak Dixit
www.hotwax.co

On Wed, May 9, 2018 at 1:36 PM, Wolfgang Paul Rauchholz <
wp.rauchh...@gmail.com> wrote:

> The on in the main ofbiz directory
>
> /usr/local/ofbiz/build.gradle
>
> On Wed, May 9, 2018 at 7:40 AM, Deepak Dixit  com
> > wrote:
>
> > Hi Wolfgang,
> >
> > Could you please share in which build.gradle you are adding
> > pluginLibsRuntime?
> >
> > if you are using main build.gradle then you need to add following entry:
> >
> > runtime mysql:mysql-connector-java:5.1.25-3
> >
> >
> > And if you are using plugins component build.gradle file then you need to
> > use
> >
> > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> >
> >
> >
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwax.co
> >
> > On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
> > wp.rauchh...@gmail.com> wrote:
> >
> > > I am trying to install ofbiz in a CENTOS 7 server with mariadb.
> > > Ofbiz runs fine with derby database, but I am not getting mariadb up
> and
> > > running
> > > This is what I did so far
> > > created databases in mariadb
> > > the following connector is installed: mysql-connector-java-5.1.25-3.
> > > el7.noarch
> > > I added the following line to the build.gradle  file:
> > >
> > > ...
> > > dependencies {
> > > // ofbiz compile libs
> > >
> > > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> > >
> > > compile 'apache-xerces:xercesImpl:2.9.1'
> > > compile 'com.google.zxing:core:3.2.1'
> > > ..
> > >
> > >
> > > * What went wrong:
> > > A problem occurred evaluating root project 'ofbiz'.
> > > > Could not find method pluginLibsRuntime() for arguments
> > > [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
> > >
> > >
> > > What am I doing wrong? Thanks for your help. Wolfgang
> > >
> > >
> > >
> > > On 2018/05/08 16:40:15, Deepak Dixit 
> > > wrote:
> > > > Hi wp.rauchholz,
> > > >
> > > > Your email has been moderated, Please subscribe mailing list
> > > > http://ofbiz.apache.org/mailing-lists.html
> > > >
> > > >
> > > > Thanks & Regards
> > > > --
> > > > Deepak Dixit
> > > >
> > > >
> > > > -- Forwarded message --
> > > > From: "wp.rauchh...@gmail.com" 
> > > > To: 
> > > > Cc:
> > > > Bcc:
> > > > Date: Tue, 08 May 2018 15:10:52 -
> > > > Subject: Connect to mariadb
> > > > Good day,
> > > >
> > > > would you please confirm that the procedure referenced underneath is
> > > still
> > > > up to date to connect to mariadb? I can't make it happen. Is there a
> > > better
> > > > procedure out there?
> > > >
> > > > java -jar ofbiz.jar -install: throws out a message that -install is
> > > unknown
> > > > option
> > > >
> > > > https://cwiki.apache.org/confluence/display/OFBIZ/How+
> > > > to+migrate+OFBiz+from+Derby+to+MySQL+database
> > > >
> > > >
> > > > Thank you for your help, Wolfgang
> > > >
> > >
> >
>
>
>
> --
>
> Wolfgang Rauchholz
>


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-09 Thread Wolfgang Paul Rauchholz
The on in the main ofbiz directory

/usr/local/ofbiz/build.gradle

On Wed, May 9, 2018 at 7:40 AM, Deepak Dixit  wrote:

> Hi Wolfgang,
>
> Could you please share in which build.gradle you are adding
> pluginLibsRuntime?
>
> if you are using main build.gradle then you need to add following entry:
>
> runtime mysql:mysql-connector-java:5.1.25-3
>
>
> And if you are using plugins component build.gradle file then you need to
> use
>
> pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
>
>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwax.co
>
> On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
> wp.rauchh...@gmail.com> wrote:
>
> > I am trying to install ofbiz in a CENTOS 7 server with mariadb.
> > Ofbiz runs fine with derby database, but I am not getting mariadb up and
> > running
> > This is what I did so far
> > created databases in mariadb
> > the following connector is installed: mysql-connector-java-5.1.25-3.
> > el7.noarch
> > I added the following line to the build.gradle  file:
> >
> > ...
> > dependencies {
> > // ofbiz compile libs
> >
> > pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
> >
> > compile 'apache-xerces:xercesImpl:2.9.1'
> > compile 'com.google.zxing:core:3.2.1'
> > ..
> >
> >
> > * What went wrong:
> > A problem occurred evaluating root project 'ofbiz'.
> > > Could not find method pluginLibsRuntime() for arguments
> > [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
> >
> >
> > What am I doing wrong? Thanks for your help. Wolfgang
> >
> >
> >
> > On 2018/05/08 16:40:15, Deepak Dixit 
> > wrote:
> > > Hi wp.rauchholz,
> > >
> > > Your email has been moderated, Please subscribe mailing list
> > > http://ofbiz.apache.org/mailing-lists.html
> > >
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > >
> > >
> > > -- Forwarded message --
> > > From: "wp.rauchh...@gmail.com" 
> > > To: 
> > > Cc:
> > > Bcc:
> > > Date: Tue, 08 May 2018 15:10:52 -
> > > Subject: Connect to mariadb
> > > Good day,
> > >
> > > would you please confirm that the procedure referenced underneath is
> > still
> > > up to date to connect to mariadb? I can't make it happen. Is there a
> > better
> > > procedure out there?
> > >
> > > java -jar ofbiz.jar -install: throws out a message that -install is
> > unknown
> > > option
> > >
> > > https://cwiki.apache.org/confluence/display/OFBIZ/How+
> > > to+migrate+OFBiz+from+Derby+to+MySQL+database
> > >
> > >
> > > Thank you for your help, Wolfgang
> > >
> >
>



-- 

Wolfgang Rauchholz


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-08 Thread Deepak Dixit
Hi Wolfgang,

Could you please share in which build.gradle you are adding
pluginLibsRuntime?

if you are using main build.gradle then you need to add following entry:

runtime mysql:mysql-connector-java:5.1.25-3


And if you are using plugins component build.gradle file then you need to use

pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"





Thanks & Regards
--
Deepak Dixit
www.hotwax.co

On Wed, May 9, 2018 at 1:07 AM, wp.rauchh...@gmail.com <
wp.rauchh...@gmail.com> wrote:

> I am trying to install ofbiz in a CENTOS 7 server with mariadb.
> Ofbiz runs fine with derby database, but I am not getting mariadb up and
> running
> This is what I did so far
> created databases in mariadb
> the following connector is installed: mysql-connector-java-5.1.25-3.
> el7.noarch
> I added the following line to the build.gradle  file:
>
> ...
> dependencies {
> // ofbiz compile libs
>
> pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"
>
> compile 'apache-xerces:xercesImpl:2.9.1'
> compile 'com.google.zxing:core:3.2.1'
> ..
>
>
> * What went wrong:
> A problem occurred evaluating root project 'ofbiz'.
> > Could not find method pluginLibsRuntime() for arguments
> [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.
>
>
> What am I doing wrong? Thanks for your help. Wolfgang
>
>
>
> On 2018/05/08 16:40:15, Deepak Dixit 
> wrote:
> > Hi wp.rauchholz,
> >
> > Your email has been moderated, Please subscribe mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> >
> >
> > -- Forwarded message --
> > From: "wp.rauchh...@gmail.com" 
> > To: 
> > Cc:
> > Bcc:
> > Date: Tue, 08 May 2018 15:10:52 -
> > Subject: Connect to mariadb
> > Good day,
> >
> > would you please confirm that the procedure referenced underneath is
> still
> > up to date to connect to mariadb? I can't make it happen. Is there a
> better
> > procedure out there?
> >
> > java -jar ofbiz.jar -install: throws out a message that -install is
> unknown
> > option
> >
> > https://cwiki.apache.org/confluence/display/OFBIZ/How+
> > to+migrate+OFBiz+from+Derby+to+MySQL+database
> >
> >
> > Thank you for your help, Wolfgang
> >
>


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-05-08 Thread wp . rauchholz
I am trying to install ofbiz in a CENTOS 7 server with mariadb.
Ofbiz runs fine with derby database, but I am not getting mariadb up and running
This is what I did so far
created databases in mariadb
the following connector is installed: mysql-connector-java-5.1.25-3.el7.noarch
I added the following line to the build.gradle  file:

...
dependencies {
// ofbiz compile libs

pluginLibsRuntime "mysql:mysql-connector-java:5.1.25-3"

compile 'apache-xerces:xercesImpl:2.9.1'
compile 'com.google.zxing:core:3.2.1'
..


* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not find method pluginLibsRuntime() for arguments 
> [mysql:mysql-connector-java:5.1.25-3] on root project 'ofbiz'.


What am I doing wrong? Thanks for your help. Wolfgang



On 2018/05/08 16:40:15, Deepak Dixit  wrote: 
> Hi wp.rauchholz,
> 
> Your email has been moderated, Please subscribe mailing list
> http://ofbiz.apache.org/mailing-lists.html
> 
> 
> Thanks & Regards
> --
> Deepak Dixit
> 
> 
> -- Forwarded message --
> From: "wp.rauchh...@gmail.com" 
> To: 
> Cc:
> Bcc:
> Date: Tue, 08 May 2018 15:10:52 -
> Subject: Connect to mariadb
> Good day,
> 
> would you please confirm that the procedure referenced underneath is still
> up to date to connect to mariadb? I can't make it happen. Is there a better
> procedure out there?
> 
> java -jar ofbiz.jar -install: throws out a message that -install is unknown
> option
> 
> https://cwiki.apache.org/confluence/display/OFBIZ/How+
> to+migrate+OFBiz+from+Derby+to+MySQL+database
> 
> 
> Thank you for your help, Wolfgang
> 


Fwd: MODERATE for user@ofbiz.apache.org

2018-05-08 Thread Deepak Dixit
Hi wp.rauchholz,

Your email has been moderated, Please subscribe mailing list
http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit


-- Forwarded message --
From: "wp.rauchh...@gmail.com" 
To: 
Cc:
Bcc:
Date: Tue, 08 May 2018 15:10:52 -
Subject: Connect to mariadb
Good day,

would you please confirm that the procedure referenced underneath is still
up to date to connect to mariadb? I can't make it happen. Is there a better
procedure out there?

java -jar ofbiz.jar -install: throws out a message that -install is unknown
option

https://cwiki.apache.org/confluence/display/OFBIZ/How+
to+migrate+OFBiz+from+Derby+to+MySQL+database


Thank you for your help, Wolfgang


Fwd: MODERATE for user@ofbiz.apache.org

2018-05-05 Thread Deepak Dixit
Hi Priyanka ,

Your email has been moderator, Please subscribe to mailing list.
http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit
www.hotwax.co


-- Forwarded message --
From: PriyankaRathi 
To: user@ofbiz.apache.org
Cc:
Bcc:
Date: Fri, 4 May 2018 20:33:18 -0700 (MST)
Subject: Re: [ofbiz-trunk] Error in starting BIRT platform
chmod -R 777 ofbiz_home/runtime is not working. I am also getting same
error.



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Fwd: MODERATE for user@ofbiz.apache.org

2018-03-07 Thread Deepak Dixit
Hi Jack,

Your email has been moderator, Please subscribe to mailing list
http://ofbiz.apache.org/mailing-lists.html

Its strange, your first email is delivered and second one went for
moderation.


Thanks & Regards
--
Deepak Dixit


-- Forwarded message --
From: "jondon1...@gmail.com" 
To: 
Cc:
Bcc:
Date: Wed, 07 Mar 2018 17:10:42 -
Subject: Re: I cannot start ofbiz on my laptop (localhost)


On 2018/03/07 15:06:24, Giulio Speri - MpStyle Srl 
wrote:
> Hi,
>
> Which OFBiz version do you use?
> OFBiz on localhost runs on the https port 8443 (not 8442) for backoffice
> applications and 8080 (http) for eCommerce, so make sure that the 8443
port
> is not used by other processes.
>
>
> Kind Regards,
> Giulio
>
> 2018-03-07 14:07 GMT+01:00 jondon1...@gmail.com :
>
> > I went through all instructions couple of times but when I go
> > localhost:8442/accounting I get a message that local host refused to
> > connect.
> >
> > I have Java installed and system variables added but I cannot have this
> > right.
> >
> > I am new to ofbiz but I read somewhere that tomcat is embedded.
> >
> > Do I need Tomcat on my laptop? If so, I have an Apache server installed
on
> > my Windows 8.1.
> > When I try to run Tomcat I get a message:
> > "Make sure you have Java JDK or JRE installed and the required ports are
> > free"
> >
> > Are these two, that is, ofbiz and Apache Server are  in conflict?
> >
> > I would really appreciate your help.
> >
> > P.S. I simply want to install ofbiz to play with it and check its
> > functionality.
> >
> >
> >
> >
>
>
> --
> Giulio Speri
>
>
> *Mp Styl**e Srl*
> via Antonio Meucci, 37
> 41019 Limidi di Soliera (MO)
> T 059/684916
> M 334/3779851
>
> www.mpstyle.it
>

Hi

Thank you for your fast reaction to my question (yes port 8443, I made a
typing mistake)
I am using 16.11.04 version of ofbiz. My laptop has W8.1 64-b-OS.
I run 'netstat -aon | more' in cmd but none of the port is 8443.

I downloaded ofbiz from the page below (link) - suggested link and run
'gradlew loadDefault ofbiz' from my root directory of ofbiz which is
C->ofbiz.

I must doing something wrong. Any chance for any clue?

Here is the link where I got the ofbiz from:

https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.04.zip

Kind Regards
Jack


Re: Fwd: MODERATE for user@ofbiz.apache.org

2018-02-19 Thread Jacques Le Roux
Dmitriy,

As Nabble reminds you, you should better subscribe to the user ML for such
questions, see why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

This said, if you are really interested in this here are 2 recent threads
about that

User ML (starts with your question)
http://ofbiz.markmail.org/thread/ua5awexf3bels52d

Dev ML (end -so far - with my best proposition)
http://ofbiz.markmail.org/thread/opldepaevls3y3ob

Also you made a request on GitHub 
https://github.com/apache/ofbiz/commit/4bd9695ee3d68b00241c19508916a1b285fcd0e4#commitcomment-27648633

I got it thanks! But it's not usually the way we exchange. We rather use the
MLs. Because for Apache OFBiz the official repos are on svn
http://svn.apache.org/viewvc/ofbiz/ and GitHub is only a synced replicate.
And as the ASF mantra says: "If it did not happen on ML it did not happen at
all"

HTH

Jacques




--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Fwd: MODERATE for user@ofbiz.apache.org

2018-02-18 Thread Deepak Dixit
-- Forwarded message --
From: Dmitriy Tsyganok 
To: user@ofbiz.apache.org
Cc:
Bcc:
Date: Sun, 18 Feb 2018 13:00:24 -0700 (MST)
Subject: Re: Sending mail from Ofbiz does not work
Hello!
Mike Z, pierre.gaudin, Jacques Le Roux, thank you very much for your help!
The problem with sending mail is solved.

I specified the mail parameters in the system_property table and email
notifications are now sent!

Why do we specify parameters in the file "general.properties", if they do
not work? Can be enough to specify the parameters in the file
"CommonSystemPropertyData.xml"? I tried to delete the values from the
system_property table, but specify them in the file "general.properties",
but it did not work. Why?



-
---
Best Regards,
Dmitriy
--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Fwd: Fwd: MODERATE for user@ofbiz.apache.org

2018-02-15 Thread Jacques Le Roux

Forgot to forward

 Message transféré 
Sujet : Fwd: MODERATE for user@ofbiz.apache.org
Date :  Thu, 15 Feb 2018 09:52:22 +0100
De :Jacques Le Roux <jacques.le.r...@les7arts.com>
Organisation :  Les Arts Informatiques
Pour :  h...@hgeist.com



Hi Hannes,

Your message has been moderated.

Please use and subscribe to the user ML for such questions
see why here http://ofbiz.apache.org/mailing-lists.html
You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

Thanks

Jacques



--- Begin Message ---
supp...@hgeist.com
--- End Message ---


Fwd: MODERATE for user@ofbiz.apache.org

2017-12-27 Thread Deepak Dixit
-- Forwarded message --
From: "krishna8...@gmail.com" 
To: 
Cc:
Bcc:
Date: Wed, 27 Dec 2017 15:06:39 -
Subject: Re: [MODERATE EMAIL] Unable to access local ecommerce application
Hi Michael,

I don't see anything in the browser (in Firefox). I tried enabling the
debug. The request doesn't seem hitting the server. When i tried from IE, I
see 404 error.

"The webpage cannot be found

  HTTP 404"

The console log says that the server is listening on 8080.

Thanks,
Krish

On 2017-12-25 10:01, Michael Brohl  wrote:
> Hi Krish,
>
> there seems to be everything ok with the log, the request is served
> without errors.
>
> What did you see in your browser?
>
> Regards
>
> Michael
>
>
> Am 25.12.17 um 10:16 schrieb Deepak Dixit:
> > Hi Krish,
> >
> > Your email has been moderated, Please subscribe mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > -- Forwarded message --
> > From: "krishna8...@gmail.com" 
> > To: 
> > Cc:
> > Bcc:
> > Date: Mon, 25 Dec 2017 02:33:32 -
> > Subject: Unable to access local ecommerce application
> > Hi,
> >
> > I have been following the instruction under Demo and Setup guide under -
> > https://cwiki.apache.org/confluence/display/OFBIZ/Demo+
and+Test+Setup+Guide
> >
> > I was able to start OFBiz with embedded Tomcat (Step 4).
> >
> > But I am unable to access - http://127.0.0.1:8080/ecommerce/control/main
> > for the ecommerce application. The request is not being served.
> >
> > This is the log message in the console (Last few lines) -
> > 
> > 
---
> > 2017-12-25 02:27:31,162 |main |ContainerLoader
> >   |I| Started container birt-container
> > 2017-12-25 02:27:32,115 |OFBiz-JobPoller  |JobManager
> >|I| No crashed jobs to re-schedule
> > 2017-12-25 02:28:06,901 |http-nio-8080-exec-1 |ControlEventListener
> >|I| Creating session:  hidden sessionId by default.
> > 2017-12-25 02:28:06,917 |http-nio-8080-exec-1 |CategoryWorker
> >|I| [CategoryWorker.getCatalogTopCategory] Setting new top category:
> > CATALOG1
> > 2017-12-25 02:28:07,073 |http-nio-8080-exec-1 |ControlServlet
> >|T| [[[main(Domain:http://127.0.0.1)] Request Begun,
encoding=[UTF-8]-
> > total:0.0,since last(Begin):0.015]]
> > 2017-12-25 02:28:07,089 |http-nio-8080-exec-1 |VisitHandler
> >|I| Found visitorId [1] in cookie
> > 2017-12-25 02:28:07,104 |http-nio-8080-exec-1 |TransactionUtil
> >   |W| No transaction in place, so not suspending.
> > 2017-12-25 02:28:07,167 |http-nio-8080-exec-1 |SequenceUtil
> >|I| Got bank of sequenced IDs for [Visit]; curSeqId=10600,
> > maxSeqId=10700, bankSize=100
> > 2017-12-25 02:28:07,276 |http-nio-8080-exec-1 |ConfigXMLReader
> >   |I| controller loaded: 0.015s, 289 requests, 95 views in
> > file:/C:/apache-ofbiz/ofbiz/specialpurpose/ecommerce/
> > webapp/ecommerce/WEB-INF/controller.xml
> > 2017-12-25 02:28:07,339 |http-nio-8080-exec-1 |RequestHandler
> >|I| Sending redirect to: [https://127.0.0.1/ecommerce/control/main].
> > Hidden sessionId by default.
> > 2017-12-25 02:28:07,479 |http-nio-8080-exec-1 |ServerHitBin
> >|I| Visit delegatorName=default, ServerHitBin delegatorName=default
> > 2017-12-25 02:28:07,604 |http-nio-8080-exec-1 |ControlServlet
> >|T| [[[main(Domain:http://127.0.0.1)] Request Done- total:0.531,since
> > last([main(Domain:http...):0.531]]
> > 
> > 
---
> >
> > I could access
> > https://127.0.0.1:8443/webtools/control/main for the WebTools
application or
> > https://127.0.0.1:8443/catalog/control/main for the Catalog Manager
> > application.
> >
> > Can someone help me please?
> >
> > JAVA_HOME - C:\Program Files\Java\jdk1.8.0_131
> >
> > And it is the latest OFBiz - apache-ofbiz-16.11.03
> >
> > Thanks,
> > Krish
> >
>
>
>


Fwd: MODERATE for user@ofbiz.apache.org

2017-09-19 Thread Deepak Dixit
Hi

Your email has been moderated, Please subscribe mailing list.

http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co


-- Forwarded message --
From: "Krzysztof Ćwirko" 
To: Rishi Solanki , ofbizuser <
user@ofbiz.apache.org>
Cc:
Bcc:
Date: Tue, 19 Sep 2017 08:52:48 +0200 (CEST)
Subject: Re: [MODERATE EMAIL] Apache OfBiz solution - requirements

Hello Rishi,

have any further, more precise information appeared in accordance to my
request?

Dnia 15 września 2017 o 13:13 Rishi Solanki 
napisał(a):

Hi Krzysztof Ćwirko,

Most of the items you asked for available with framework. Also OFBiz is
enough flexible to integrate with any UX technology and can communicate
with any other system as all the business api's in OFBiz can be exported
for outer world. I'll share more details on each line item soon. You can go
thru the following details to map your requirements with features offered
by OFBiz.

- https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
- https://cwiki.apache.org/confluence/display/OFBIZ/
Business+Process+Reference+Book




Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Fri, Sep 15, 2017 at 3:56 PM, Deepak Dixit  wrote:

HI Krzysztof Ćwirko,

Your email has been moderated, Please subscribe to user mailing list
http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit
 www.hotwaxsystems.com
www.hotwax.co

-- Forwarded message --
From: "Krzysztof Ćwirko" 
To: user@ofbiz.apache.org
Cc:
Bcc:
Date: Fri, 15 Sep 2017 12:06:55 +0200 (CEST)
Subject: Apache OfBiz solution - requirements

Hello,

I`m business analyst in IT company and we are considering to present your
system solution to our logistic client but first we need to make sure
whether your product meets the following functional requirements:
UX seller - compatible with RWD (Responsive Web Design) to be embedded in
the mobile application sellers used to sell goods at the market hall in the
market
UX Service partner - enabling collaboration with local couriers without IT
systems (work on client`s logistic system)
UX client`s employees that enables (depending on permissions) all
operations available on the platform and its configuration /
parameterization
Arrange the delivery date by marketers when selling goods to the customer,
taking into account all forms of delivery (including local transport)
Forwarding customer`s delivery orders to the central warehouse system
Change supplier and delivery dates
Transmission of information on delivery costs, possible deadlines for the
cart
Ordering / delivery of couriers for deliveries: market - client
Shipment status monitoring
System configuration for: basic platform`s parameters, prices, transmission
capacity, etc.
Alert in case of problems / errors of KPIs exceeding individual process
steps
Logistics processes for the sale of goods on request
Support for drop shippment processes
Integration of warehouse availability information, support for inventory
synchronization between the customer's Warehouse Management System (WMS)
and central warehouse system
Support for pre-allocated cross docking (PAXD) - consolidation of
deliveries.
Support for centralized purchase of goods on behalf of rmarkets (BBXD -
purchase order consolidation)
Data transfer to BI system – data feed in 1h interval
Integration with couriers
Integration with central warehouse supplier:
a) within the scope of the carried out transports
b) in terms of orders from suppliers
c) in terms of order synchronization, order status
d) in the field of consignments notification
e) in terms of delivery tools (unloading window-point)
Integration with e-commerce or other online / offline sales systems:
a) in the field of operation - online integration offering, inter alia:
1. {SupplyAbility} Opportunity (cart)
2. {Delivery} DeliverySimulation (basket, selected delivery option)
3. {SupplyAbility} PossibleChangeDate (order)
4. {Supply} saveDelivery (cart, Delivery)
b) in the scope of synchronization master data eg product, shop, etc.
Integration with WWS - GMS (General Management System) class:
a) for monitoring customer orders (central warehouse and stores) - active
active polling via the API Management integration layer
b) regarding the control over the possibility of delivery to the customer
from the inventory of central warehouse: correct sales document, paid
product
c) for state synchronization between Central Warehouse and WWS - EDIFACT
message translation
Basic data configuration
a) Couriers, their activities and other parameters
b) Mapping status between couriers, central warehouse, customer systems,
etc.
Operational reporting
Great integration flexibility - preferred use of API management such as

Fwd: MODERATE for user@ofbiz.apache.org

2017-08-22 Thread Deepak Dixit
Hi Rajesh,

Your mail has been moderated, Please subscribe to user mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co


From: Rajesh Mallah 
To: user@ofbiz.apache.org
Cc:
Bcc:
Date: 22 Aug 2017 00:47:54 -0400
Subject: test email.




Regds

Rajesh Kumar Mallah.
Redgrape Technologies
( https://redgrape.tech )
Mobile: 09811255597
Land: 011-49044122


Fwd: MODERATE for user@ofbiz.apache.org (was : OFBiz Contributor)

2017-07-13 Thread Jacques Le Roux

Hi Adam ,

Your message has been moderated.

Please use and subscribe to the user ML for this request

Thanks

Jacques


 Message transféré 
Sujet : MODERATE for user@ofbiz.apache.org
Date :  12 Jul 2017 20:56:36 -


--- Begin Message ---
I wish to become a contributor to wiki. Username is
adamstevenson...@gmail.com


*Adam Stevenson*
(630) 234-9118
--- End Message ---


Re: Fwd: MODERATE for user@ofbiz.apache.org

2017-07-12 Thread Michael Brohl

Harry,

please provide some more information:

1. which version do you use?

2. how did you install OFBiz, how did you prepare it with (demo)data?

3. what is the console log output (I cannot read it in the video you 
posted on facebook).


Also, please have in mind that OFBiz is developed and managed by 
volunteers and answers to your questions might take some time.


Thanks,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 12.07.17 um 22:48 schrieb Michael Brohl:

Hi Harry,

Your email has been moderated please subscribe to the mailing list.
Seehttp://ofbiz.apache.org/mailing-lists.html

Thanks,
Michael



 Weitergeleitete Nachricht 
Betreff: MODERATE for user@ofbiz.apache.org
Datum: 12 Jul 2017 19:49:59 -







smime.p7s
Description: S/MIME Cryptographic Signature


Fwd: MODERATE for user@ofbiz.apache.org (was Inquiry)

2017-07-10 Thread Jacques Le Roux

Hi Pia,

Your message has been moderated.

Please use and subscribe to the user ML for such questions
see why here http://ofbiz.apache.org/mailing-lists.html
You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

Thanks


 Message transféré 
Sujet : MODERATE for user@ofbiz.apache.org
Date :  10 Jul 2017 05:41:08 -








--- Begin Message ---
Hi,
I'm interested in using OFBiz for our company's ERP system. However, our budget 
is very tight. I understand that downloading, licensing, and initial set-up are 
all free. But may I know what, after the initial set-up, will cost us? Such as 
customization or additional apps? And how much estimated costs will be?
Thank you, Pia F. Gonzalez--- End Message ---


Re: Fwd: MODERATE for user@ofbiz.apache.org

2017-07-10 Thread velusamy T
Thanks Jacques for the quick reply, I just want to know purchase return
entire process is cover in ofbiz or not.
Else if its my mistake will do more R on that.

On Thu, Jul 6, 2017 at 4:05 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Velusamy,
>
> I see that you have already created https://issues.apache.org/jira
> /browse/OFBIZ-9420
>
> This will hopefully help other users to help you
>
>
> Jacques
>
>
>
> Le 06/07/2017 à 12:14, Jacques Le Roux a écrit :
>
>>
>> Hi Velusamy ,
>>
>> Your mail has been moderated, Please subscribe to the user mailing list
>> http://ofbiz.apache.org/mailing-lists.html
>>
>> Jacques
>>
>>
>>
>>  Message transféré 
>> Sujet : MODERATE for user@ofbiz.apache.org
>> Date :  6 Jul 2017 05:35:37 -
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ForwardedMessage.eml
>>
>> Sujet :
>> Unable to find Purchase Return - Accounting entries
>> De :
>> Velusamy Thiruvenkadam 
>> Date :
>> 06/07/2017 07:35
>>
>> Pour :
>> user@ofbiz.apache.org
>>
>>
>> Dear Team,
>>
>> Need you expertise help / advise on the below topic as i m just started
>> exploring Ofbiz product
>> Issue:
>> Cant able to find the accounting entries for the purchase return but the
>> inventory impact happening correctly ( reducing the quantity based on the
>> Purchase Return shipment )
>>
>> Steps followed:
>> 1. Create & Accept the purchase return based on a purchase order.
>> 2. Create "Outgoing Purchase Return Shipment " & Add the item section and
>> changed the status to shipped.
>> 3. Purchase return invoice created by system and the status is "Ready For
>> Posting"
>>
>> But accounting transaction not created there is no financial impact to
>> the inventory account as well as to the payable account. ( Tried in demo
>> trunk also )
>>
>> Did I missed any of the configuration / steps , please suggest.
>>
>> with smile
>> velusamy
>>
>>
>


Re: Fwd: MODERATE for user@ofbiz.apache.org

2017-07-06 Thread Jacques Le Roux

Velusamy,

I see that you have already created 
https://issues.apache.org/jira/browse/OFBIZ-9420

This will hopefully help other users to help you


Jacques


Le 06/07/2017 à 12:14, Jacques Le Roux a écrit :


Hi Velusamy ,

Your mail has been moderated, Please subscribe to the user mailing list
http://ofbiz.apache.org/mailing-lists.html

Jacques



 Message transféré 
Sujet : MODERATE for user@ofbiz.apache.org
Date :  6 Jul 2017 05:35:37 -









ForwardedMessage.eml

Sujet :
Unable to find Purchase Return - Accounting entries
De :
Velusamy Thiruvenkadam 
Date :
06/07/2017 07:35

Pour :
user@ofbiz.apache.org


Dear Team,

Need you expertise help / advise on the below topic as i m just started 
exploring Ofbiz product
Issue:
Cant able to find the accounting entries for the purchase return but the inventory impact happening correctly ( reducing the quantity based on the 
Purchase Return shipment )


Steps followed:
1. Create & Accept the purchase return based on a purchase order.
2. Create "Outgoing Purchase Return Shipment " & Add the item section and 
changed the status to shipped.
3. Purchase return invoice created by system and the status is "Ready For 
Posting"

But accounting transaction not created there is no financial impact to the inventory account as well as to the payable account. ( Tried in demo 
trunk also )


Did I missed any of the configuration / steps , please suggest.

with smile
velusamy





Re: Fwd: Fwd: MODERATE for user@ofbiz.apache.org

2017-07-06 Thread Jacques Le Roux

Parikshit,

OFBiz can handle a such scenario.

I'd first recommend you to buy and read few books
At least "The Data Model Resource Book Volumes 1" and and "OFBiz Manufacturing 
Application."
See https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Related+Books

HTH

Jacques


Le 06/07/2017 à 12:12, Jacques Le Roux a écrit :





 Message transféré ----
Sujet :     Fwd: MODERATE for user@ofbiz.apache.org
Date :  Thu, 6 Jul 2017 12:11:47 +0200
De :Jacques Le Roux <jacques.le.r...@les7arts.com>
Organisation :  Les Arts Informatiques
Pour :  parikshit.pa...@divergentsl.com



Hi Parikshit ,

Your mail has been moderated, Please subscribe to the user mailing list
http://ofbiz.apache.org/mailing-lists.html

Jacques



ForwardedMessage.eml

Sujet :
Setup For Manufacturing Company
De :
Parikshit Patel <parikshit.pa...@divergentsl.com>
Date :
06/07/2017 06:54

Pour :
user@ofbiz.apache.org


Hi OFBiz Team,

Thank you for providing such a wonderful product.

I have one client and he wants to use an ERP solution for his manufacturing unit. I am evaluating OfBiz for the purpose. So far I am very much 
impressed with it.
But I need your help to find the correct resources that could guide me to setup the entire flow for a manufacturing company. Also, the product that 
they develop is highly customizable and every client of theirs request different customization in the product.


First, would you recommend me to go for OFBiz for such scenario and if yes, please guide me to correct resources that could help me doing the 
initial setup.


Thanks and Regards,
Parikshit Patel





Fwd: MODERATE for user@ofbiz.apache.org

2017-07-06 Thread Jacques Le Roux

Hi Velusamy ,

Your mail has been moderated, Please subscribe to the user mailing list
http://ofbiz.apache.org/mailing-lists.html

Jacques



 Message transféré 
Sujet : MODERATE for user@ofbiz.apache.org
Date :  6 Jul 2017 05:35:37 -








--- Begin Message ---
Dear Team,

Need you expertise help / advise on the below topic as i m just started
exploring Ofbiz product
Issue:
Cant able to find the accounting entries for the purchase return but the
inventory impact happening correctly ( reducing the quantity based on the
Purchase Return shipment )

Steps followed:
1. Create & Accept the purchase return based on a purchase order.
2. Create "Outgoing Purchase Return Shipment " & Add the item section and
changed the status to shipped.
3. Purchase return invoice created by system and the status is "Ready For
Posting"

But accounting transaction not created there is no financial impact to the
inventory account as well as to the payable account. ( Tried in demo trunk
also )

Did I missed any of the configuration / steps , please suggest.

with smile
velusamy
--- End Message ---


Fwd: Fwd: MODERATE for user@ofbiz.apache.org

2017-07-06 Thread Jacques Le Roux




 Message transféré 
Sujet : Fwd: MODERATE for user@ofbiz.apache.org
Date :  Thu, 6 Jul 2017 12:11:47 +0200
De :Jacques Le Roux <jacques.le.r...@les7arts.com>
Organisation :  Les Arts Informatiques
Pour :  parikshit.pa...@divergentsl.com



Hi Parikshit ,

Your mail has been moderated, Please subscribe to the user mailing list
http://ofbiz.apache.org/mailing-lists.html

Jacques


--- Begin Message ---
Hi OFBiz Team,

Thank you for providing such a wonderful product.

I have one client and he wants to use an ERP solution for his manufacturing
unit. I am evaluating OfBiz for the purpose. So far I am very much
impressed with it.
But I need your help to find the correct resources that could guide me to
setup the entire flow for a manufacturing company. Also, the product that
they develop is highly customizable and every client of theirs request
different customization in the product.

First, would you recommend me to go for OFBiz for such scenario and if yes,
please guide me to correct resources that could help me doing the initial
setup.

Thanks and Regards,
Parikshit Patel
--- End Message ---