openbravo

How to get the latest Openbravo ERP to work? Unable to find a starting point

ぃ、小莉子 提交于 2020-01-06 12:40:26
问题 Introduction I've been searching for a while now, but unable to find proper support for community edition of OpenBravo. The wiki is present but seems to be outdated, having pages updated in 2018 linking to old pages dated 2011 that seem to irrelevant now, missing downloads etc. The page http://wiki.openbravo.com/wiki/Installation/Appliance/ISO refers to a download page having openbravo-3.0PR18Q4.2-amd64.iso . This page is dated November 2018 and states that the version of this ISO will be

Openbravo rest web services

青春壹個敷衍的年華 提交于 2019-12-24 10:45:12
问题 I'm starting a project that consists in OpenBravo integration via the Restful WS Layer (may be json) That kind of integration is simple in the beggining because just consists in a rest web service client which will perform the GET, PUT, POST and DELETE actions. My question is about how to manage the json objects and if OpenBravo brings some way to convert json objects in data access objects, in order to easier handling. I have seen OpenBravo DAL (Data Access Layer), Is there a way to mix the

Scheduled processes running twice simultaneously in Openbravo (using Quartz)

ぐ巨炮叔叔 提交于 2019-12-21 09:30:38
问题 I'm not quite sure whether this is more of an Openbravo issue or more of a Quartz issue, but we have some manual processes that run on schedules via Openbravo ProcessRequest objects (OB v2.50MP24), but it seems that the processes are running twice, at the exact same time. Openbravo extends the Quartz platform for their scheduling. I've tried to resolve this issue on my own by ensuring that my process classes extend this class: import java.util.List; import org.openbravo.dal.service.OBDal;