ECA Custom Service

2023-06-19 Thread Bs Serge
Hi all, Kindly help, I have the following ECA customization, I have simple questions just to clarify: : 1. Does it mean that the customized service will overtake the standard service, and the results of the customized service will be considered instead of standard service’s results. Yes

Sales Order Invoice Due in the future

2022-12-09 Thread Bs Serge
Hi all, How to create a sales invoice to a customer for a placed order that has a due date of a certain specific date in the future? I can create an order separately and then create a sales invoice separately with the item, but I want that sales invoice to be related to the created order. There

Re: Apache Shiro Error Message

2022-02-08 Thread Bs Serge
Hi Jacopo, Yeah I finally figured that that’s whats happening and it was related to demo financial accounts created by default owned by the “Company” party group. And Yes there is a data migration which was done but it was a while back and I still have the original database. I also found an en

Re: Apache Shiro Error Message

2022-02-08 Thread Bs Serge
regards, On Mon, Feb 7, 2022 at 10:45 PM Bs Serge wrote: > Hi all, > > Ofbiz 17.12, > Postgres Database, > > I'm getting this error when I try to find financial accounts in the UI and > I'm not familiar with Apache Shiro. So I'm wondering what could be the &g

Apache Shiro Error Message

2022-02-07 Thread Bs Serge
Hi all, Ofbiz 17.12, Postgres Database, I'm getting this error when I try to find financial accounts in the UI and I'm not familiar with Apache Shiro. So I'm wondering what could be the reason for this? Any thoughts or comments would be appreciated! java.lang.IllegalArgumentException: Error run

Re: Creation of SecureRandom taking long time

2022-01-10 Thread Bs Serge
1/2022 à 18:08, Jacques Le Roux a écrit : >> Hi Serge, >> >> Did you try to follow advices at >> >> https://www.google.com/search?q=*WARNING%3A+Creation+of+SecureRandom+instance+for+session+ID+generation+using+%5BSHA1PRNG%5D+took&ie=UTF-8 >> >> ? >&g

Re: Pass JVM options in ofbizBackground

2022-01-10 Thread Bs Serge
For now, I had to edit JVM args in the build.gradle file but I don't know if thats the recommended way. regards,

Pass JVM options in ofbizBackground

2022-01-10 Thread Bs Serge
Hi all, I'm starting OFBIZ in the background but I'm failing to add memory JVM options using below commands : ./gradlew ofbizBackground -PjvmArgs="-Xms1024m -Xmx11g" ./gradlew -Porg.gradle.jvmargs=-Xmx11g ofbizBackground Below is the command that ends up getting executed with Xms128M -Xmx1024M i

Creation of SecureRandom taking long time

2022-01-10 Thread Bs Serge
Hi all, While starting OFBiz, why does this step take a long time? up to 3 minutes regardless of all the available memory, coz I'm running OFBiz with -Xmx11g and Gradle daemon with -Xmx6g. 2022-01-10 15:15:23,641 |OFBiz-batch-3|ServiceContainer |I| Created new dispatcher: entity-default

Log4j in OFBiz

2021-12-13 Thread Bs Serge
Hi all, I’m sure all of you are aware of what’s going with the Log4j security vulnerability, If not then : - https://www.wired.com/story/log4j-flaw-hacking-internet/ - https://logging-apache-org.translate.goog/log4j/2.x/security.html?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=en-US So some of us are wonde

Re: Make to Order Production Run

2021-12-13 Thread Bs Serge
Thank you very much, Jacques, Zhang and Pierre The configurable PC order successfully generate a production run for the ordered product which is exactly what I was looking for. It's good to hear that after the production run is completed, and goods have moved into inventory, the order can be pack

Re: Make to Order Production Run

2021-12-09 Thread Bs Serge
Hi, Any ideas on how this can be achieved would be appreciated! Basically it is to have a sales order linked with the manufacture of ordered products by the buyer/customer. Best Regards, On Wed, Dec 8, 2021 at 1:06 PM Bs Serge wrote: > Hi Pierre, > > I looked into the demo data, an

Re: Make to Order Production Run

2021-12-08 Thread Bs Serge
via the pizza examples. > > > Met vriendelijke groet, > > Pierre Smits > *Proud* *contributor** of* Apache OFBiz <https://ofbiz.apache.org/> since > 2008 (without privileges) > Proud contributor to the ASF since 2006 > > *Apache Directory <https://directory.apache.or

Make to Order Production Run

2021-12-06 Thread Bs Serge
Hi, Referring to the Manufacturing & MRP Tutorial (from Sharan Foga) It is mentioned that OFBiz supports a Make to Order (MTO) process where the manufacturing process is triggered by an order from a customer. The product is manufactured specifically for that customer. In OFBiz I can start & compl

Re: Product Supplier & Store Agreement

2021-11-23 Thread Bs Serge
privileges) > Proud contributor to the ASF since 2006 > > *Apache Directory <https://directory.apache.org>, PMC Member* > > > On Tue, Nov 23, 2021 at 11:02 AM Bs Serge wrote: > > > Thank you Yashwant and Pierre. > > > > In the end, the model I was l

Re: Product Supplier & Store Agreement

2021-11-23 Thread Bs Serge
fromDate="2016-09-29 00:00:00"/> > > > currencyUomId="USD" agreementItemTypeId="AGREEMENT_COMMISSION" > > agreementText="Commission in USD"/> > > > productId="TestProduct2"/> > > > agreementId="1010" agreem

Product Supplier & Store Agreement

2021-11-18 Thread Bs Serge
Hi, I wanted to ask is there an OFBiz way that a product supplier can have an agreement with a store over a certain product, so that, that supplier's financial accounts should receive a certain percentage every time that product is sold, or the whole amount can also go to the supplier? Any help o

Re: cleanAll loadAll

2021-11-10 Thread Bs Serge
don't bother. solved. it was my issue. Best Regards, On Wed, Nov 10, 2021 at 12:57 PM Bs Serge wrote: > The version is: Ofbiz 17.12 > Database : MySQL 8 > > > On Wed, Nov 10, 2021 at 12:56 PM Bs Serge wrote: > >> Hi >> >> What do you think could be

Re: cleanAll loadAll

2021-11-10 Thread Bs Serge
The version is: Ofbiz 17.12 Database : MySQL 8 On Wed, Nov 10, 2021 at 12:56 PM Bs Serge wrote: > Hi > > What do you think could be the cause of this exception after running: > ./gradlew cleanAll loadAll? > > The system is looking for a table obviously which have not

cleanAll loadAll

2021-11-10 Thread Bs Serge
Hi What do you think could be the cause of this exception after running: ./gradlew cleanAll loadAll? The system is looking for a table obviously which have not been created yet? Kindly any help would be appreciated! Best regards, 2021-11-10 12:53:0Caused by: org.apache.ofbiz.entity.GenericData

Re: Product and Store Relationship

2021-10-27 Thread Bs Serge
dling could be quite tricky, but I hope I gave you a good > sight on how they work. > As Micheal suggested, in the DataModel resource book you can find more > details on how this entity was thinked. > > Regards, > Giulio > > Il giorno mer 27 ott 2021 alle ore 18:13 Bs Serge ha

Re: Product and Store Relationship

2021-10-27 Thread Bs Serge
Never mind, I see it is done in the facility/inventory module. On Wed, Oct 27, 2021 at 6:12 PM Bs Serge wrote: > Hi Michael, > > These data models are amazing! You are a lifesaver! and I think I got my > answer! > > I hope this is my last question : How do you define how

Re: Product and Store Relationship

2021-10-27 Thread Bs Serge
to achieve your goal. > > Best regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 26.10.21 um 18:56 schrieb Bs Serge: > > Thank you Jacques for the link, > > > > Kindly, can different stores use the same category structure with > diff

Re: Product and Store Relationship

2021-10-26 Thread Bs Serge
> Hi Serge, > > This is old and in French, but I think it can still help > > > http://www.les7arts.com/assist/OFBiz/Creation%20Catalogue%20de%20produits.htm#_bookmark_551a190 > > Jacques > > Le 26/10/2021 à 11:48, Bs Serge a écrit : > > Lastly and most importan

Re: Product and Store Relationship

2021-10-26 Thread Bs Serge
Lastly and most importantly I'd like to ask, Can different stores have the same category structure but with different products? Best Regards, On Tue, Oct 26, 2021 at 11:04 AM Bs Serge wrote: > Hi Giulio, > > You have been more than helpful to help me understand this, >

Re: Product and Store Relationship

2021-10-26 Thread Bs Serge
rom the Catalog Manager -> Stores, pick up a store and then open the tab > "CATALOGS". > You will find different examples of stores and catalogs with different > categories associated, that can give you a good starting point on the > store/catalog/category/product OOTB mechanism

Re: Detailed OFBiz Accounting Tutorial Available

2021-10-25 Thread Bs Serge
Thank you Sharan, I soo much needed this, its like you read my email :))) Best Regards, On Fri, Oct 22, 2021 at 3:13 PM Michael Brohl wrote: > Hi Sharan, > > that's great, thanks for sharing your valuable work with the community! > > Best regards, > > Michael Brohl > > ecomify GmbH - www.ecomi

Re: Order Approval

2021-10-25 Thread Bs Serge
, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > Apache Steve <https://steve.apache.org>, committer > > > On Thu, Oct 14, 2021 at 12:17 PM Bs Serge wrote: > > > Hi Pierre, > > > > Sorry for the late reply, and thank you for y

Product and Store Relationship

2021-10-25 Thread Bs Serge
Hi, I was browsing through the catalog module and I could not find any product and store relationship. I would assume products are supposed to belong in a certain store! Kindly enlighten me on how OFBiz handles products and stores relationships, or point me to a link that explains it. Thanks,

Re: Order Approval

2021-10-14 Thread Bs Serge
case with ootb functionality of > OFBiz, please register a ticket in our JIRA. > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > On Fri, Oct 8, 2021 at 10:51 AM Bs Serge wrote: > > > Hi,

Order Approval

2021-10-08 Thread Bs Serge
Hi, Maybe I lack some accounting skills, But why can an order get approved when it has not been paid for? I create an order to be paid by a party's financial account, the balance is enough, but their order can be approved and the amount will not be withdrawn from the account automatically. Best

Re: Currency Conversion Service Name

2021-10-01 Thread Bs Serge
Never mind, I found the service, it is called "convertUom" Thanks, On Fri, Oct 1, 2021 at 11:18 AM Bs Serge wrote: > Hello Ofbiz Community! > > I see the foreign exchange rate page in GL settings, > > But I would like to know which service is used to convert fun

Currency Conversion Service Name

2021-10-01 Thread Bs Serge
Hello Ofbiz Community! I see the foreign exchange rate page in GL settings, But I would like to know which service is used to convert funds from one currency to another currency. Best Regards,

Re: OFBiz 17 vs 18

2021-07-30 Thread Bs Serge
May I ask : Why 17 is considered the “stable” release? Thanks, On Fri, Jul 30, 2021 at 10:56 Carlos Navarro wrote: > Hello Nicolas, > > Many thanks for your valuable reply. > > Carlos > > El vie, 30 jul 2021 a las 4:20, Nicolas Malin () > escribió: > > > We use the 18.12 branch in production s

Re: Subscription Extension

2021-07-26 Thread Bs Serge
to help please Respond, and appreciate with all > Greatfulness. > > Thank You, > Yuresh. > > On Fri, 23 Jul 2021, 16:34 Jacques Le Roux, > wrote: > > > Hi Serge, > > > > This should help: > > https://cwiki.apache.org/confluence/display/OFBIZ/Subscription

Subscription Extension

2021-07-21 Thread Bs Serge
Hello Ofbiz Team, Is there a way to make a subscription extend it's thru date on expiration instead of creating a new subscription ID each time the subscription expires? Any thoughts would be appreciated, Best Regards,

Re: Sales Order Paid With Financial Account

2021-07-14 Thread Bs Serge
I finally figured it out, I had to give the order party the ownership role to the financial account. Best, On Tue, Jul 13, 2021 at 6:50 PM Bs Serge wrote: > Hii OFBiz community, hope you are doing great! > > OFBiz Version : 17.12 > > Is it possible to create a sales order for

Sales Order Paid With Financial Account

2021-07-13 Thread Bs Serge
Hii OFBiz community, hope you are doing great! OFBiz Version : 17.12 Is it possible to create a sales order for a party that is going to be paid using the party's financial account? the party is called "YLAmbassadorGroup" in the below screenshots, I have already set up the party's financial acc