Re: List of Ofbiz user companies

2023-04-10 Thread Jacques Le Roux

Hi Mandar,

Here is the official list of users: 
https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+User+List

But there are several others, often bigger users, specifically ERP users, not ecommerce ones, not listed there. Because they don't want that people 
know they use OFBiz.


Some are global corporations... Stannah is one of them and kindly accepter to 
be listed. 5 years ago, they even posted an user story at:
https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+User+Stories

HTH

Jacques

Le 10/04/2023 à 13:07, Mandar K a écrit :

Hello All, Greetings.

I am looking for a list of organizations who are using Ofbiz. Pl can you
share the same.

Typically when we talk about the advantage and equally capable product
Apache Ofbiz compared to SAP or EBS or any as such and try to emphasize on
the strong presence of Apache Ofbiz, this is the typical question we face
-" Who are the leading names in the globe who use Apache Ofbiz"

Kindly share a few global names who are using it.

Thank you


List of Ofbiz user companies

2023-04-10 Thread Mandar K
Hello All, Greetings.

I am looking for a list of organizations who are using Ofbiz. Pl can you
share the same.

Typically when we talk about the advantage and equally capable product
Apache Ofbiz compared to SAP or EBS or any as such and try to emphasize on
the strong presence of Apache Ofbiz, this is the typical question we face
-" Who are the leading names in the globe who use Apache Ofbiz"

Kindly share a few global names who are using it.

Thank you
-- 
Regards
ManKul


Re: How to call a java service in widget/Screens.xml

2023-04-10 Thread Jacques Le Roux

Thanks Priya, this shows how OFBiz is flexible and versatile.

Hi Mahi,

As you need to get to ProductionViewFtl view, you may use the 
<> to directly call a controller request-map like 
ProductionViewFtl

There are few examples in source, notably in FormWidgetExampleScreens.xml and 
BirtScreens.xml. Here is an example:

   http://eclipse.org/birt/phoenix/intro/; 
url-mode="plain" target-window="_blank_"/>

HTH

Jacques

Le 10/04/2023 à 07:39, Priya Sharma a écrit :

Hello Mahi,

You can do a service call from a screen by including the following in
the actions tag on the screen.


 


Hope that helps!

On Sat, 8 Apr 2023 at 18:47, Mahi maheshwari  wrote:

Hello Community,

Is there a way to call a java service written at
pluginname/src/main/java/apache/services/ Submitform.java  in
pluginname/widget/screens.xml

I actually have my Java service written in  Submitform.java  which is
getting called through the  in the controller.xml

  
  
  
  
  

so when I hithttps://localhost:8443/xerus/control/ProductionViewFtl
, productionNeedsPage
service will be invoked

I want to achieve the same through Screens.xml which is in
pluginname/widget/screens.xml.

calling the java event productionNeedsPage and the view will be
ProductionViewFtl

how can I achieve this? can anyone please let me know how can I do it so?

Thanks,
Maheshwari.




CVE-2022-47501: Apache OFBiz: Arbitrary file reading vulnerability

2023-04-10 Thread Jacques Le Roux
Severity: important

Description:

Arbitrary file reading vulnerability in Apache Software Foundation Apache 
OFBiz.This issue affects Apache OFBiz: before 18.12.07.

Required Configurations:

Using the Solr plugin

Solution:

Upgrade to release 18.12.07

Credit:

Skay  (finder)

References:

https://lists.apache.org/list.html?annou...@apache.org
https://ofbiz.apache.org/download.html
https://ofbiz.apache.org/security.html
https://ofbiz.apache.org/
https://www.cve.org/CVERecord?id=CVE-2022-47501



[ANNOUNCE] Apache OFBiz 18.12.07 released

2023-04-10 Thread Jacopo Cappellato
The Apache OFBiz community is pleased to announce the new release "Apache
OFBiz 18.12.07".

Apache OFBiz® is an open source product for the automation of enterprise
processes that includes framework components and business applications.

http://ofbiz.apache.org/

"Apache OFBiz 18.12.07" is the seventh and final release of the 18.12
series.

For details of the changes introduced with this new version
please refer to http://ofbiz.apache.org/release-notes-18.12.07.html

The history of security related fixes included in each release is
available here:
https://ofbiz.apache.org/security.html

The release files can be downloaded following the instructions in the OFBiz
download page:

http://ofbiz.apache.org/download.html


Re: Customizing the Ecommerce site

2023-04-10 Thread S K Pradeep Kumar
You can create a new theme.

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=47383935=true

With regards,
S K Pradeep Kumar,
9035009495


On Mon, Apr 10, 2023 at 8:29 AM Sebastian Naumann <
sebastiandill1...@gmail.com> wrote:

> Hi everyone,
>
> how would one customize the design of the front End outward facing store
> Front?
>
> For starters, i want to just do some minor adjustments to the UI in terms
> of colors, borders, etc.
>
> I'm planning on using the same bootstrap Version as currently loaded in the
> HeaderHead.ftl File, so i dont break any of the classes.
>
> So my thought was:
>
> 1. Build my own Version of bootstrap from the SASS files.
> 2. plug the reference to that into the Ftl file.
>
> Any thoughts on this or on General customizations? I'm trying to touch the
> least amount of files as possible to get started, as I want to keep this
> easily upgradable.
>
> Thanks for the help here as well.
>