Re: Party Type Screen Logic

2020-11-15 Thread Aditya Sharma
Hi Emad, Here is the logic: Condition to check if the person https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/widget/partymgr/ProfileScreens.xml#L54 Menu added for the person https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/widget/partymgr/ProfileScr

Re: Shorten the order fulfillment processs

2020-11-15 Thread Georg Potthast
Hi Jacques, I wanted to look again at the link you provided, but it is no longer available. Is the code available somewhere? [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry Georg -Ursprüngliche Nachricht- From: Jacques Le Roux Sent: Monday, August 10, 2020 4:10

Re: docker

2020-11-15 Thread Daniel Watford
In addition to the links Aditya posted, I'm also experimenting with a docker-compose which includes Postgresql. https://github.com/danwatford/docker-postgres-ofbiz The above includes a script to dump the database. I still need to implement automatically triggering the script and to backup relevan

Re: maven search for ofbiz API

2020-11-15 Thread Aditya Sharma
Hi Nicholas, The Java docs refer to the packages and classes available with Apache OFBiz for use. Refer to the following links to get started with OFBiz: https://ofbiz.apache.org/developers.html https://ofbiz.apache.org/business-users.html Useful Documentation https://cwiki.apache.org/confluence

Re: docker

2020-11-15 Thread Aditya Sharma
Hi Nicholas, These links might help: https://markmail.org/message/3z3lzswers4asgqu https://issues.apache.org/jira/browse/OFBIZ-10407 (Refer to Patch and PR) https://markmail.org/message/y4e24vseqlhpvqrb HTH Thanks and Regards, Aditya Sharma On Mon, Nov 16, 2020 at 3:19 AM Nicholas wrote: > i

docker

2020-11-15 Thread Nicholas
is there a reference implementation, a docker image?  I was reading: http://ofbiz.135035.n4.nabble.com/discussion-provide-official-docker-image-of-Apache-OFBiz-td4722767.html where this was being discussed. thanks, Nick

maven search for ofbiz API

2020-11-15 Thread Nicholas
I'm not understanding how to use the API: https://ci.apache.org/projects/ofbiz/site/stable/javadocs/ because there's nothing on maven which I could find.  Where is "the" API?  The JAR files for the API?  Either in maven or gradle. thanks, Nick

Party Type Screen Logic

2020-11-15 Thread Emad Radwan
Hi There, In the find party grid, if I select a person then in the 'view profile' page the 'personal information panel' lists only fields related to a person while if I select a 'Party Group' party like a company then the listed details also reflects that. More over, 'Update' button in the 'pe