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

How to find area of map using kml layer?

Hi I'm trying to find the area of acre in cm2 . But Is it possible to find the area in kml layer??. var ctaLayer = new google.maps.KmlLayer({ url: 'http://mango.co.in/Images/5562-f63a29f2-6c44-4943-9709-973dd65f538a.kml' …
Bhagyashree O
  • 123
  • 1
  • 3
  • 13
0
votes
1 answer

Apache OFBiz Xml Data export issues

I am using Apache OFBiz for my organization. Recently I migrated ofbiz from derby to mysql database, the problem is while I am exporting all entities using \Webtool\XML Data Export some entities such as PartyAndUserLogin are not exported and output…
0
votes
1 answer

How to view Apache Derby schema configured in Apache ofbiz

I am new to Apache ofbiz. I went through the tutorial and have deployed the default version of Apache ofbiz. I do understand that the database in Apache ofbiz is by default Derby. While starting the ofbiz I can see that many tables are getting…
Partha Bisoi
  • 173
  • 2
  • 15
0
votes
1 answer

Ofbiz/Opentaps Entity Update Exception

So I am using the ofbiz fork opentaps and I am creating a new service that will allow the warehouse shipping application to pack specific serial numbers. I have got things almost done except that when I try to update the order reservation I keep…
rpfujiw
  • 57
  • 1
  • 10
0
votes
2 answers

How to escape characters in ofbiz widget

Ofbiz: I need to display in browser, a value that comes from url parameters. To avoid XSS attacks this value should to be escaped. The value is set in PScreens.xml as following :
0
votes
1 answer

Cannot generate pdf when currency is INR

Not sure what Im missing here and would love some help or guidance. Im running ofbiz-12.04.05 and I've changed the default currency from USD to INR. Ive created a new Invoice but when I try to generate a .pdf it is failing with the below…
0
votes
1 answer

POS Screen not opening in Ofbiz

I'm a newbie to Ofbiz. I've successfully built Ofbiz 13.07.01 by running ant.bat load-demo. But the command java -jar ofbiz.jar pos doesn't open POS screen; it just shows the Ofbiz logo & that's it. Tried in JDK8(Win 8.1 & 7) & JDK7(Win7). What…
Tirtha R
  • 1,148
  • 1
  • 14
  • 24
0
votes
4 answers

OfBiz Installation Failure

Apache OfBiz is not installing correctly, and fails to compile in the command prompt. After creating the system variable JAVA_HOME to C:\Program Files\Java\jdk1.8.0_40, and editing "Path" to be C:\Program Files…
Cal S.
  • 29
  • 7
0
votes
3 answers

Unable to run Ofbiz POS

I have installed Ofbiz using ant load-demo start and its working fine. I can start http://localhost:8080/catalog and http://localhost:8080/ecommerce but when I am going to start the pos it is not starting. When I use java -jar ofbiz.jar -pos its…
Biswadip Dey
  • 509
  • 2
  • 7
  • 20
0
votes
1 answer

Can't map uiLabelMap when i replaced label file with new file in config directory of OFBiz

I'm new in OFBiz, every thing was working properly, uiLabel was mapped and it was working properly, but when i replaced the uiLabel file with new file problem occur (i restrart server (ant build, and ant start), but uiLabel is not working). So how i…
jones
  • 1,423
  • 3
  • 35
  • 76
0
votes
1 answer

How we can avoide from error Timestamp format must be YYYY-MM-DD HH-MM-SS[.FFFFFFFFF] when date-time input has no any date-time value?

I'm new in Java, i use Java with OFBiz, i have a search form that has date-time input field for searching, when no date-time is selected and form submitted, in Java follow error occur: Timestamp format must be YYYY-MM-DD HH:MM:SS[.FFFFFFFFF] So how…
jones
  • 1,423
  • 3
  • 35
  • 76
0
votes
1 answer

Show content on only one page

I have three contents to render PDF(in sequence): C1, C2 and C3. C1 and C3 can be rendered by more than one page. C2 need only one page. The problem is the C3 render on the page of C2. Is there any options or configurations to the page of C2 show…
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
0
votes
0 answers

How to add user login check in GenericDao.java in Ofbiz

I am Trying to achieve single DB and multiple organization (not Multi tenancy) in ofbiz, how do i get user login Id till GenericDAO and append it to the query. Please Suggest if you have any other ideas except multi tenancy! Thanks EDIT: if…
Raghu Chandra
  • 1,102
  • 1
  • 9
  • 14
0
votes
1 answer

ofbiz- show default CRUD operations for a custom entity in a component

I am trying to use default CRUD operation functionalists provided by ofbiz entity engine in a custom component for a custom entity, this is the screen in ProjectScreens.xml :
Naveen
  • 773
  • 3
  • 17
  • 40
0
votes
1 answer

ofbiz error creating a new entity via form and minilang

I try to create a new entity with MiniLang and a form. The entity definition is:
Mike75
  • 504
  • 3
  • 18