Re: How to config OFBiz works with Oracle database 11g express?

2017-06-27 Thread Donhu Vy
I fix my mistake, new one become to: but still error. From: Donhu Vy Sent: Wednesday, June 28, 2017 10:01:27 AM To: user@ofbiz.apache.org Subject: Re: How to config OFBiz works with Oracle database 11g express? Thank

Re: How to config OFBiz works with Oracle database 11g express?

2017-06-27 Thread Donhu Vy
Thank Rishi Solanki, I uninstall Oracle 11g, then install 12cR2. I use Oracle 12cR2 at local (Windows 10 pro x64). I added ojdbc7.jar to \apache-ofbiz-16.11.02\lib folder. I create use: ofbiz, password: 123456, SID: orcl. This is my entityengine.xml

the price of an object and the cart object

2017-06-27 Thread Heidi Dehaes - Olagos
Hello, Can anyone give me a hint on how the price which is visualised at a product in the ecommerce site comes into the cart object for visualisation on the cart. I know it is sent via a form into the "additem" request. Via the controller it goes to the "addToCart" method in the

Re: Documentation gradlew loadAll vs gradlew loadDefault

2017-06-27 Thread Michael Brohl
Hi Tore, I guess you are on a release version? The documentation you mentioned is for the trunk version as stated in the information box on top of the page. You'll find the docs for 16.11 in https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=71011294 Regards, Michael Brohl

Documentation gradlew loadAll vs gradlew loadDefault

2017-06-27 Thread Tore Van Grembergen
Dear All, on the below pages it mentions that the default data needs to be loaded via gradlew loadAll, https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide however i

RE: Upload tool

2017-06-27 Thread james
Thanks Paul. We are actually evaluating Talend's opensource version. That will save a lot of time utilizing such a tool! Thanks, James Original Message Subject: Re: Upload tool From: Paul Mandeltort Date: Tue, June 27, 2017 8:02 am To:

Re: Can't access webapp in debug model

2017-06-27 Thread Jacques Le Roux
I did not feel any arrogance. I just wanted to explain :) Jacques Le 27/06/2017 à 15:42, Daniel Coric a écrit : Hi Jacques, I just realized that my questions could sound arrogant - I must say, that wasn't my attention. Thank you very much for these explanations - the picture is now much

AW: Variant Price Calculation

2017-06-27 Thread Ingo Wolfmayr
I did explore the system. The logic for virtual product price display works as I stated below: 1.) walk through variants 2.) check smallest default price (Database ProductPrice entity) - not checking if the pricerule does any changes I already changed the price calculation service to my needs

Re: Upload tool

2017-06-27 Thread Paul Mandeltort
I’d suggest looking into a proper ETL tool if your’e doing a whole implementation such as Pentaho (open source) or Informatica (commercial). —P > On Jun 27, 2017, at 9:08 AM, > wrote: > > Wow. Thanks for the information. This seems like it

Re: Variant Price Calculation

2017-06-27 Thread Rishi Solanki
As I said in my first reply the price engine works for the variant as well. But while displaying the prices only virtual product id passed and that is why it is not showing up. You just need to call the service with proper parameters service will give you desired output I believe. Please try to

Re: ofbizsetup webapp status. Was [Re: How to add company to OFBiz?]

2017-06-27 Thread Sharan Foga
I think it could be nice to keep it and tidy it up. (so +1 from me) Party Manager fits with some of it I think (creating company and customer etc) but maybe not all, because if I remember correctly it also sets up a first product too, and maybe warehouse so sounds a bit more like a type of

RE: Business Process Question - Best Way to Handle

2017-06-27 Thread james
Team - I think we are close to defining this process with a little bit of custom code. Quick question. We used Cores as a Service item but when we go to invoice it is left off of the invoice since Service items must be marked as performed as well as invoiced seperately. Is there another item

RE: Upload tool

2017-06-27 Thread james
Wow. Thanks for the information. This seems like it should be pretty standard if implementing a large customer. There are so many data elements that need to be in the system that are not one of the web tool items...in which are needed for Go Live that requires upload when dealing with a large

Re: Can't access webapp in debug model

2017-06-27 Thread Daniel Coric
Hi Jacques, I just realized that my questions could sound arrogant - I must say, that wasn't my attention. Thank you very much for these explanations - the picture is now much clearer to me. Regards, Daniel On 2017-06-27 15:20 (+0200), Jacques Le Roux wrote: >

AW: Variant Price Calculation

2017-06-27 Thread Ingo Wolfmayr
Thanks for sharing the details. I belive it would be an improvment to have the price calulation service calulate the price for every variant (including price rules) instead of just taking them from the database. now: 1.) walk through variants 2.) check smallest default price (Database

Re: Can't access webapp in debug model

2017-06-27 Thread Jacques Le Roux
To be complete, forgot to say that some ASF Top Level Projects (TLP) are only using Git and have no SVN branches. It's often new projects out of ASF Incubator (was 11 years ago for OFBiz...) At some point in the future the ASF will no longer use Githup for its Git repos but an internal GitBox.

Re: Can't access webapp in debug model

2017-06-27 Thread Jacques Le Roux
It's not against ASF policy to use Git for OFBiz. It's just unofficial and may be a bit out of date sometimes (rarely now - if ever, happened more in the past) For instance, using "Switch branches/tags" Github feature, you can clone R16.11 branch from

Re: ofbizsetup webapp status. Was [Re: How to add company to OFBiz?]

2017-06-27 Thread Michael Brohl
+1 for maintaining it. I think this could be integrated in the Party Manager instead of being a separate component. Regards, Michael Am 27.06.17 um 14:09 schrieb Jacques Le Roux: Sharan, All, I think it's good to have such end users documentation. I just thought that this is related

Re: Can't access webapp in debug model

2017-06-27 Thread Jacques Le Roux
Hi Daniel, Before the Feb 12 2017 there was only 1 trunk containing both the framework and plugins directories. Same in all currently released packages and related branches. After this date we have split the trunk in 2 "repos" (actually only branches, SVN at the ASF is sharing/using the same

Re: Upload tool

2017-06-27 Thread Rishi Solanki
Only direct data base operations can be imported from webtools and only in xml format defined by OFBiz as seen in the multiple data files. Another option is OFBiz have support to import spreadsheet data, but for all types of import you need to add your customize code for that. Please refer:

ofbizsetup webapp status. Was [Re: How to add company to OFBiz?]

2017-06-27 Thread Jacques Le Roux
Sharan, All, I think it's good to have such end users documentation. I just thought that this is related with the ofbizsetup webapp (in commonext). I was just wondering about its status. I just checked with trunk at https://localhost:8443/ofbizsetup/control/main. It seems to still be there but

Upload tool

2017-06-27 Thread james
I see there is an upload tool that allows you to upload basic inventory information. Is there a tool that allows you to upload/update inventory with categories, SKU IDs, Parties/Manufacturer, etc. How how different prices for the item and other areas of data outside of what webtools provides?

Re: How to add company to OFBiz?

2017-06-27 Thread Rishi Solanki
Also you can refer: accounting/data/DemoOrganizationData.xml -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Tue, Jun 27, 2017 at 3:31 PM, Sharan Foga wrote: > Hi Vy > > I've

Re: How to add a new product success?

2017-06-27 Thread Rishi Solanki
Vy, Error says: Detail: Key (manufacturer_party_id)=(SD301_CR) is not present in table "party".))) You need to create manufacturer party before creating the product. Or may be for now you can simply load the party entity data with manufacturer role from webtools. I'm not sure you got my point,

Re: How to add company to OFBiz?

2017-06-27 Thread Sharan Foga
Hi Vy I've started writing some How to documentation about this. It will be especially for people who have installed OFBiz without any of the demo data so the main setup like Company does not already exist. It isnt finished https://s.apache.org/LSVW but the main steps should be: 1. Create

Re: Variant Price Calculation

2017-06-27 Thread Rishi Solanki
Details you have shared for the price rule working, is working as expected and implemented accordingly. That means, the price engine returns the exact price when we pass the variant id to it. So I think on purchase you should able to get the product as per the rule setup. I guess your problem is

How to add a new product success?

2017-06-27 Thread Donhu Vy
I use OFBiz 16.11.02 on Windows, at link: https://localhost:8443/catalog/control/createProduct Screenshot: https://user-images.githubusercontent.com/1328316/27581643-6fe3e480-5b58-11e7-85e6-797e73226f0c.jpg

Re: How to add company to OFBiz?

2017-06-27 Thread Donhu Vy
It is too old, out of date. I can't follow. From: Daniel Coric Sent: Tuesday, June 27, 2017 4:04:11 PM To: user@ofbiz.apache.org Subject: Re: How to add company to OFBiz? Hi Vy, there is a wiki page "How to Setup a Company".

Re: How to add company to OFBiz?

2017-06-27 Thread Daniel Coric
Hi Vy, there is a wiki page "How to Setup a Company". https://cwiki.apache.org/confluence/display/OFBIZ/How+to+Setup+a+Company Hope this help. Regards, Daniel On 2017-06-27 10:26 (+0200), Donhu Vy wrote: > Sample database has a company with internal departments. I

How to add company to OFBiz?

2017-06-27 Thread Donhu Vy
Sample database has a company with internal departments. I deleted it. How to add a company to this? (Screenshot: https://user-images.githubusercontent.com/1328316/27577941-acece1f8-5b4c-11e7-8845-7da74d777cae.jpg)