Questions tagged [ofbiz]

Apache OFBiz® is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), E-Business / E-Commerce, SCM (Supply Chain Management), MRP (Manufacturing Resource Planning), MMS/EAM (Maintenance Management System/Enterprise Asset Management). Apache OFBiz is a project of The Apache Software Foundation.

Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.

Reference:

312 questions
0
votes
1 answer

Check value in field before proceeding to delagator.create()

I have GenericValue called value that I use to put transaction details before proceeding to the delegator.create(makevalue) inside try-catch block I want to check the amount inside the delegator before that try-catch block if it's really a…
MAXWEL OCHIENG
  • 170
  • 1
  • 14
0
votes
1 answer

Calling Java class in another class not working for me

I thought when Java classes are in the same directory, you don't need to import another class when you use it inside another. I have this class that will initiate Cloudinary uploading of files back to the cloud, but when I call it inside another…
MAXWEL OCHIENG
  • 170
  • 1
  • 14
0
votes
0 answers

How to pass parameters to groovy script in OFBiz

I'm beginner Developper in OFBiz. i want to process some car data and display theme with freeMarker template. first i send the carId on click to a screen named carDetail i want then to pass it to a groovy script which will query the database and…
Koffi5
  • 1
0
votes
1 answer

Execution failed for task ':ofbiz --load-data' while running OfBiz

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':ofbiz --load-data'. Process 'command 'C:\Program Files\Java\jdk-17.0.2\bin\java.exe'' finished with non-zero exit value 1 Try: Run with --info or --debug…
0
votes
2 answers

OFBiz Showing ERR_EMPTY_RESPONSE in browser

I am new to OfBiz, and I got stuck here for 2 days. Hope someone can help. I am following these instructions to install OFBiz on AWS…
Jason Ching
  • 1,991
  • 1
  • 19
  • 23
0
votes
1 answer

How do I change the UI of modules in Apache ofbiz

I was working on the Apache ofbiz(17.12.07) since last 1 month, I have a custom UI requirement for a client. I want to display a side-bar(screenshot of sibe-bar attached below) in all the ofbiz modules. I have created a plugin called HOME in ofbiz.…
maahi_m
  • 9
  • 1
  • 1
0
votes
1 answer

Is the OfBiz Backend UI intended to be used directly or just a fallback?

I am currently evaluating OfBiz as a customisable ERP solution for an IT business. It seems to be all powerful and stuff and brings a lot to the table. But once it is started and I login to the backend, I feel overwhelmed by the UI the click flow…
Marius Schmidt
  • 633
  • 6
  • 18
0
votes
1 answer

Listing ofbiz entity in a form

I am learning Ofbiz and I find it quiet hard as it's not well documented and there are not a lot of tutorials about it. I'm trying to display information from an entity but only the list titles are showing and the no information is displayed. …
bous
  • 3
  • 2
0
votes
1 answer

Where is DataResource Entity defined in OFBiz?

I am studying the OFBiz framework, and I have a question. I found a service that creates a DataResource. (applications/content/src/main/java/org/apache/ofbiz/content/data/DataServices.java) But I can't find where is defined the DataResource…
0
votes
1 answer

OFBiz how to set null default-value for in service definition

I am trying to set a service attribute's default value to null but I can't figure out how. Does anyone know if this is possible? Here is what I've tried so far: Attempt 1
Minato
  • 21
  • 4
0
votes
1 answer

XSLT: How to make 2 parts in same line?

I am using Apache Ofbiz 13, FreeMarker, XSLT, PostgreSQL, JDK 7. File *.ftl for export PDF file. I tried make this text Một triệu, ba trăm hai mươi nghìn đồng chẵn. italic and in the same line with Tổng cộng: . I have a part of file…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
0
votes
1 answer

How to write data to table catalina_session?

I am using Apache Ofbiz 17.12.04 , today I viewed all source code for discovering something new. I saw an entity, and according to a table named catalina_session . When I run query SELECT * FROM catalina_session; I see nothing, although I log…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
0
votes
1 answer

I am trying to install ofbiz behind a web server by using mod_proxy_ajp but I cannot get it to work

I am trying to use https://mydomain.ltd/ofbiz/.... format Apache server setup ProxyPass "/ofbiz" "ajp://10.90.0.100:8009" ProxyPassReverse "/ofbiz" "ajp://10.90.0.100:8009" This is ajp-connector setup
cevdet
  • 111
  • 1
  • 3
0
votes
1 answer

OFBiz + Hibernate? OFBiz + JSP?

Would love some guidance on two things. I'm considering building out a commerce site using JSPs as the front-end (and a very lightweight MVC framework I use frequently and which suits my needs perfectly for presentation), but with OFBiz as the…
Frank Ice
  • 1
  • 1
0
votes
0 answers

Apache OfBiz, cannot run in MSSQL 2019 but MSQL 2017 will be working

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or…