Re: MRP Not Working

2022-02-01 Thread Michael Brohl
might want to file a Jira. Please give as much information as possible there on how to recreate this error. Thanks and regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 01.02.22 um 21:37 schrieb Steven Payne: Hi Michael, Thanks for the quick response. Here is the full stacktrace (I

Re: Support/Installation/Customization of OfBiz

2022-01-29 Thread Michael Brohl
Some corrections to avoid confusion and going in the wrong directions - Ingo Könemann (now Ingo Richter) is an employee of ecomify GmbH - Georg Potthast is an OFBiz user and does not provide support services Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 29.01.22 um 09:35

Re: Products included in Service

2022-01-29 Thread Michael Brohl
(in this case products and the service), specifying which products are mandatory and which are optional. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 29.01.22 um 13:24 schrieb Emad Radwan: Hello Community, Regarding this issue, I found in Silverston's book that he has a table called

Re: Support/Installation/Customization of OfBiz

2022-01-28 Thread Michael Brohl
Good evening, at ecomify, we are providing professional services to customize, integrate, support and host Apache OFBiz installations. I will contact you off-list. Thanks and regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 28.01.22 um 21:44 schrieb Dr. Thorsten Brandau: Hi We

Re: Rest-API the request always sets the locale to "en"

2022-04-08 Thread Michael Brohl
Hi Rishi, that's a good point, I think this is not handled yet and would be a good addition. Please file a subtask ticket under https://issues.apache.org/jira/browse/OFBIZ-11328 Thanks, Michael Brohl ecomify GmbH - www.ecomify.de Am 08.04.22 um 16:01 schrieb Rishi Agr: Hi, I am trying

Re: Scheduled job problem

2022-04-11 Thread Michael Brohl
Hi, is it possible that your job run time is longer than the 5 minutes scheduling interval and it is not configured against parallel execution? If yes, consider using the semaphore settings for your service (see [1]). Best regards, Michael Brohl ecomify GmbH - www.ecomify.de [1] https

Re: Store / Facility Relationship

2022-04-10 Thread Michael Brohl
Hi Emad, yes. ProductStore.oneInventoryFacility indicates that there is only one inventory to check and the one referenced by inventoryFacilityId is used. If you search the codebase for the mentioned fields you will find the business logic which handles it. Best regards, Michael Brohl

Re: Store / Facility Relationship

2022-04-10 Thread Michael Brohl
Hi Emad, please have a look at the facility entity, which has a reference to a product store. You can have as much facilities referencing a product store as you want. You can also have a facility hierarchy by connecting multiple facilities to a parent facility. Best regards, Michael

Re: Build dependencies on OfBiz code for new plugin

2023-08-15 Thread Michael Brohl
the plugin code under /plugins? Everything else under /plugins except you plugin folder (the plugin needs a separate folder, e.g. /plugins/my-plugin/)? Maybe you can post the relevant part of the console.log to see more. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am

Re: Daemon

2023-08-15 Thread Michael Brohl
Hi Craig, you'll find those scripts in the ofbiz-tools repository: https://github.com/apache/ofbiz-tools Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 15.08.23 um 18:34 schrieb Craig Parker: I'm trying to get back into docs, and currently finally have a working OFBiz/MySQL

Re: Call Center Software w/ Ofbiz

2022-05-19 Thread Michael Brohl
-EU_2015_Ofbiz-CRM-asterisk-.pdf Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 19.05.22 um 20:20 schrieb ja...@productive1.com: Anyone have any experience with open source call center software integrated or built within Ofbiz. Software like Osdial or comparable. The requirement would

Re: REST API - Access token and refresh token for login

2022-06-21 Thread Michael Brohl
Hi Rishi, the client should recognize that the token is not valid or that the token based authentication failed and do a refresh of the token by re-authenticating again. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 21.06.22 um 11:26 schrieb Rishi Agr: Hi, Whenever I

Re: Default Transaction Timeout

2022-06-07 Thread Michael Brohl
Hi Johan, the default transaction timeout is typically 60 seconds. You can change this for specific (service) transactions by using the service attribute "transaction-timeout". See /framework/service/dtd/services.xsd. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de A

Re: Error building Ofbiz on Windows 10

2022-05-04 Thread Michael Brohl
Hi Emad, It seems the build is running fine with just some deprecation warnings. What do you think is going wrong? Michael Brohl ecomify GmbH - www.ecomify.de Am 04.05.22 um 15:48 schrieb Emad Radwan: Hi, if it helps, I tried ‘cleanall’ and got the following. Anny hint, please. Regards

Re: Error building Ofbiz on Windows 10

2022-05-04 Thread Michael Brohl
if Gradle 7.0 is used (which is not the case right now). You can safely ignore these warnings. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 04.05.22 um 17:01 schrieb Emad Radwan: Hi Michael, Unfortunately, I’m not a java developer! I re-run with - stacktrace parameter

Re: Which Tomcat version ofbiz internally using

2022-07-30 Thread Michael Brohl
Hi Pranab, you will most likely have to adjust the configuration of the catalina-containerif if you change the major version. You will find those changes if you search for "tomcat" in the git logs or Jira issues. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 3

Prevent promo discount when there is already a per order disount

2022-11-16 Thread Michael Brohl
Hi everyone, is there an out-of-the-box solution for the following promotion scenario: Prevent a per product or product category promotion if there is already a per order promotion active. So if there is already an order percent or flat amount discount, any other (additional) promotions

Re: Prevent promo discount when there is already a per order disount

2022-11-17 Thread Michael Brohl
will contribute this back to the project. I also like the approach using promo relations, that would offer more flexibility. Looking forward to this. Thanks and best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 17.11.22 um 10:15 schrieb Giulio Speri - MpStyle Srl: Good morning

Re: OFbiz/Tomcat vs Ofbiz/Tomcat/Apache to serve static resources

2023-01-26 Thread Michael Brohl
standalone without any Webserver in front of it. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 24.01.23 um 10:38 schrieb Giulio Speri - MpStyle Srl: Hello everyone, I hope I found you all well! I would like to ask you an opinion regarding serving static resources of a website powered

Re: Async Services

2023-03-06 Thread Michael Brohl
Hi Ingo, where did you find this option and for which version? Best regards, Michael Am 07.03.23 um 08:04 schrieb Ingo Wolfmayr: Hi Community, I would like to know what is the difference between an async service with option set "permit = true" or "permit = false". Best regards, Ingo

Re: Async Services

2023-03-07 Thread Michael Brohl
of any additional data you have to provide. The service engine just takes the provided service context and stores it as RuntimeData together with the job in the JobSandbox instead of running the service directly. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 07.03.23 um 09:16

Re: Async Services

2023-03-06 Thread Michael Brohl
Hi Ingo, with persist = true, the async service will be persisted in the Job Sandbox and executed, els it will only be executed. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 07.03.23 um 08:24 schrieb Ingo Wolfmayr: Hi Michael, sorry "persist". Best reg

Re: How to create entities in the database using java events just as like we do in JDBC

2023-03-22 Thread Michael Brohl
give us the reasoning behind your attempt we might be able to help find a solution. Please be aware that OFBiz has a mechanism to automatically create tables, views, references and indexes from the entity definitions. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 22.03.23 um

Re: Class and Methods to find job ID and job Name in a service

2023-04-18 Thread Michael Brohl
is not the same thing. Events cannot be scheduled as a job, whereas services can. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 18.04.23 um 14:42 schrieb Aditya Sharma: Hello Mahi, Though I could not understand your use case completely, I suspect you are looking for RuntimeData

Re: Mass email of Statements: no session or request for parseReportOptions.bsh

2023-05-04 Thread Michael Brohl
. This is not the case if you are running a scheduled service! So, guessing blindly without seeing your code, you should check if you have the right solution design and if the bsh script is usable in your situation. hth, best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 04.05.23 um 22:40

Re: Copyright question

2024-07-30 Thread Michael Brohl
+template. Looking forward to your contributions, best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 30.07.24 um 19:09 schrieb Groza Danut: Hello, Copyright question: is it ok if I use Ofbiz as the name of my company that will supply services based mainly on Apache Ofbiz to Romanian

<    1   2   3   4