Re: Invoice Sequence Number

2018-04-10 Thread Deepak Dixit
Hi Tejas, You can refer following custom method data to generate sequence for invoice As Taher mentioned you can create service to generate seqId based on your need. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Tue, Apr 10, 2018 at 8:29 PM, Taher Alkhateeb

Re: Multiple eCommerce Websites & Mapping

2018-04-10 Thread Deepak Dixit
Hi James, You can also refer https://issues.apache.org/jira/browse/OFBIZ-7120 for Multisite support in specialpurpose/cmssite, Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Apr 11, 2018 at 3:13 AM, Michael Brohl wrote: > Hi James, > > I

Re: Multiple eCommerce Websites & Mapping

2018-04-10 Thread Michael Brohl
Hi James, I have to be brief but hope it helps anyway: 1. setup a WebSite entity with domain and webSiteId 2. configure you webapp like this                 3. Configure your web server with a virtual host and ServerName www.mySite.com 4. Add ProxyPass with AJP protocol to

Multiple eCommerce Websites & Mapping

2018-04-10 Thread james
Hi all I have going to the documentation and it looks like there is a way to have multiple websites tied back to the same ofbiz instance. I have a few questions. Where is this configured so we can map a product store, web template to a web domain. What do we need to change at our domains

Re: [MODERATE EMAIL] Re: OFBiz Documentation Team Volunteers Needed

2018-04-10 Thread Daniel Kapeleti
Hi Sharan, your email got lost in myriad of others received from this forum. You asked for the exact installation steps (that went wrong) and here they are: Install Java: (referencing these instructions: http://uniqueminds.co/manually-install-oracle-java-8-ubuntu/) On your Desktop computer

Re: Installation help

2018-04-10 Thread Mike
Off hand I would say that: export JAVA_HOME=/usr/lib/jvm/java-8-oracle Is incorrect. In your case, it should (maybe) look like: export JAVA_HOME=/opt/jdk/jdk1.8.0_162 On Tue, Apr 10, 2018 at 1:50 AM, Rajesh Mallah wrote: > Hi Rebecca, > > can you try below , each

Re: Invoice Sequence Number

2018-04-10 Thread Taher Alkhateeb
I believe that would be achievable by using two different sequence names. Just create two services each one calling a different sequence name in "Delegator.getNextSeqId(String seqName)". Or depending on your logic, you might be able to do that in the same service. On Tue, Apr 10, 2018 at 5:45 PM,

Invoice Sequence Number

2018-04-10 Thread Tejas Lot
Hello Everyone, We have two independent services which generates Invoice. Can we maintain two sequences in ofbiz (Same as in party accounting preferences) e.g. service 1 will maintain invoice sequence from 1 to 100 and service 2 will maintain invoice sequence from 101 onward. Anyone

Re: Installation help

2018-04-10 Thread Rajesh Mallah
Hi Rebecca, can you try below , each of the steps were tested for ubuntu , but it relies on postgres. https://medium.com/@mallah.rajesh/single-and-multi-tenant-setup-of-ofbiz-erp-on-ubuntu-linux-an-walkthrough-for-newbies-d61d3552ad62 regds mallah.

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

2018-04-10 Thread Schumann Ye
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

Installation help

2018-04-10 Thread Rebecca Johnson
Can someone please help with the exact steps of installing to Ubuntu 16.04 ? My team has performed these steps and it didn't work: Install Java: (referencing these instructions: http://uniqueminds.co/manually-install-oracle-java-8-ubuntu/) On your Desktop computer first do this: Go to: