Re: How Default 'Find' works

2020-10-26 Thread Aditya Sharma
Hi Edmad, Here is how you can trace out the flow based on the request controller request https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml#L511 view mapping

Re: Setup issues

2020-10-26 Thread dimonic
Georg Potthast-2 wrote > You can use Webtools to see the data related to each entity in the > database. Yes, thanks. I found the relevant entities - in the database. But the field still want bring up the states/provinces, so I can't add addresses. Even the demo data won't show the state (in the

Re: Setup issues

2020-10-26 Thread Dominic Amann
This is default install, per the directions, demo data, current version (17.12.04). It simply doesn't work. On Mon, 26 Oct 2020 at 14:25, Dominic Amann wrote: > Here is the demo "Company" in display - note that it is in CA (california > state). > > And here when I click Update, the State field

Re: Setup issues

2020-10-26 Thread Dominic Amann
Here is the demo "Company" in display - note that it is in CA (california state). And here when I click Update, the State field is empty, and I cannot select a state. On Mon, 26 Oct 2020 at 14:21, Dominic Amann wrote: > Thanks Georg. I am looking at a _huge_ table of entities, 900+

Re: Setup issues

2020-10-26 Thread Dominic Amann
Thanks Georg. I am looking at a _huge_ table of entities, 900+ references to "Geo". I need to narrow it down but I don't really know what I am looking for. I found this: On Mon, 26 Oct 2020 at 13:57, Dominic Amann wrote: > I can confirm that values were loaded from the relevant xml file for

Re: Setup issues

2020-10-26 Thread Dominic Amann
I can confirm that values were loaded from the relevant xml file for my country. Beginning import from URL: file:/var/www/apache-ofbiz-17.12.04/framework/common /data/GeoData_CA.xml 2020-10-26 17:27:43,384 |main |EntitySaxReader |I| Transaction Timeout set to 2 hours (7200

Re: Setup issues

2020-10-26 Thread Georg Potthast
You can use Webtools to see the data related to each entity in the database. -Ursprüngliche Nachricht- From: Dominic Amann Sent: Monday, October 26, 2020 6:25 PM To: user@ofbiz.apache.org Subject: Re: Setup issues Yes, the data is there (in XML). I guess I need to go poking around in

Re: Setup issues

2020-10-26 Thread Dominic Amann
Yes, the data is there (in XML). I guess I need to go poking around in the database to find out if it got into there during setup? Or perhaps check the pages of output during the "./gradlew loadAll " step... I'll do the latter first. On Mon, 26 Oct 2020 at 13:11, Jason RJ wrote: > Hi Dominic, >

Re: Setup issues

2020-10-26 Thread Jason RJ
Hi Dominic, Province data and similar locality data is part of the seed data and loaded from the /framework/common/data/Geo*.xml files you should be able to spot that being loaded in your initial setup log output. It's been a while since I've spun up a clean instance, but the data is

Setup issues

2020-10-26 Thread Dominic Amann
I am attempting to setup OFBiz for my business. I am a Linux developer of many years experience. I wanted a secure (SSL) setup, and I thought I would use Mariadb as I already use that for other software, and I would avoid duplication with another database. I stretched this further by wanting to

RE: OFBiz Development Guide

2020-10-26 Thread phoonts
Thanks Jacques  That would be a great help! Cheers Phoon -Original Message- From: Jacques Le Roux Sent: Monday, 26 October 2020 5:44 pm To: user@ofbiz.apache.org Subject: Re: OFBiz Development Guide Hi Phoon, BTW for the README file,

OFBiz as OMS Session: Pre-Orders and its Management

2020-10-26 Thread Devanshu Vyas
Hello, In continuation of our ongoing discussion on OFBiz as an open-source OMS, we are organizing a series of videos sessions where we will discuss the feasibility of it. *Tomorrow, 27th October 2020 at 4 PM IST,* we will start a new topic in the series, i.e. Pre-Orders and its management. Here

Re: OFBiz Development Guide

2020-10-26 Thread Jacques Le Roux
Hi Phoon, BTW for the README file, https://ci.apache.org/projects/ofbiz/site/stable/readme/html5/README.html is easier to use because of the TOC at left This is anyway accessible from the top of https://github.com/apache/ofbiz-framework/blob/release17.12/README.adoc HTH Jacques Le