Re: Running a service instance

2023-10-09 Thread Giulio Speri - MpStyle Srl
-Ursprüngliche Nachricht----- > Von: Giulio Speri - MpStyle Srl > Gesendet: Sonntag, 8. Oktober 2023 23:55 > An: user@ofbiz.apache.org > Cc: Nicolas Malin > Betreff: Re: Running a service instance > > Hello Ingo, > > I share a solution we use for sharing images acros

Re: Running a service instance

2023-10-08 Thread Giulio Speri - MpStyle Srl
Hello Ingo, I share a solution we use for sharing images across ofbiz instances on different servers. If your instances run on Linux servers you could also consider to use Bison, an utility tool that could keep two remote directory synced, both for adding and removing files. It's not real-time as

Re: Inventory for Sales People

2023-10-08 Thread Giulio Speri - MpStyle Srl
Hello Emad, I don't know if you already solved the problem, but I will add a few notes here in addition to what Bill already suggested. If my understanding is correct you have Sales Representatives that sell your products to someone (Business-to-Business) and those same products are also sold to

Re: Inventory - PRODUCT_FACILITY - Last_Inventory_Count

2023-10-07 Thread Giulio Speri - MpStyle Srl
Hello Emad, the lastInventoryCount field in the ProductFacility entity stores the last stock availability of a product for a facility, that is the Available To Promise (ATP) total among all inventory items of a product in a facility, so it's correct that the lastInventoryCount field is updated

Re: password Configuration in scource code Regards

2023-10-05 Thread Giulio Speri - MpStyle Srl
Good morning Nithin, I just add a couple of things: by default Ofbiz disables a user account after 3 failed login attempts for 5 minutes. You can find those configurations in framework/security/conf/security.properties . In this file you can also find properties to change the pattern and

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

2023-01-24 Thread 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 by OFBiz. We are going to perform a system upgrade (from Ofbiz 13.07.03 to latest) and we are evaluating who should serve the static resource: now they are

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

2022-11-17 Thread Giulio Speri - MpStyle Srl
Good morning Michael, as per our experience using OFBiz e-commerce with promotions and promo rules I can tell that there is no direct way to reach that "mutual exclusion" for promotions. Indeed the ProductPromos available on the store are processed one after another, evaluating each by itself; so

Re: Default Accounting Company

2022-10-17 Thread Giulio Speri - MpStyle Srl
/datamodel/data/demo/OrderDemoData.xml > > > > Hope this helps. > > > > -- > > Kind Regards, > > Ashish Vijaywargiya > > Vice President of Operations > > *HotWax Systems* > > *Enterprise open source experts* > > http://www.hotwaxsyste

Re: Default Accounting Company

2022-10-16 Thread Giulio Speri - MpStyle Srl
Hi Emad, You can configure each store to be served by different facilities (ProductStoreFacility entity), setting to N the flag oneInventoryFacility and then going in the Facility tab of the Product Store and add the facilities you need. Giulio On Sun, Oct 16, 2022, 16:33 Emad Radwan wrote: >

Re: Control ID Value

2022-02-12 Thread Giulio Speri - MpStyle Srl
d’ code? The fact that Ofbiz execution depends on a lot of XML files > makes debugging a bit hard. > > So, I’ll really appreciate it if there’s some admin screen that shows > which modules/functions/services were executed while running a certain > screen. > > Regards, > > Emad &

Re: Control ID Value

2022-02-12 Thread Giulio Speri - MpStyle Srl
Hello Emad, To perform that kind of check, you'll find a useful tool in the Webtools backoffice application, named *Entity Engine*. Once in the Webtools, you'll find the *EntityEngine* menu voice and from there different kinds of operations can be performed through specific Tabs. IMO the two

Re: Session Lost after returning from paypal

2022-02-11 Thread Giulio Speri - MpStyle Srl
Hello Markus, Another way is to use *ngrok* tool, which exposes localhost through http and https tunnels. For example we usually use this kind of command from Ubuntu terminal: $ ./ngrok http https://localhost:8443 Then you can use http/s tunnels generated by ngrok in the PayPal URL settings.

Re: [ANNOUNCE] Apache OFBiz 18.12.02 released

2021-11-24 Thread Giulio Speri - MpStyle Srl
Great, thank you Jacopo! Giulio On Wed, Nov 24, 2021, 11:50 Jacopo Cappellato wrote: > The Apache OFBiz community is pleased to announce the new release "Apache > OFBiz 18.12.02". > > Apache OFBiz® is an open source product for the automation of enterprise > processes that includes framework

PaymentMethod: COD Surcharge

2021-11-24 Thread Giulio Speri - MpStyle Srl
Hello everyone, I hope you're doing well. I am writing because one of our ecommerce customers asked to have a COD Payment method on the site (all good so far), but with a surcharge. I did a bit of research and OOTB OFbiz does not have support for this feature; I found a conversation in an old

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-28 Thread Giulio Speri - MpStyle Srl
fbiz.apache.org/> since > 2008 (without privileges) > > *Apache Directory <https://directory.apache.org>, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > Apache Steve <https://steve.apache.org>, committer > > > On Sat, Oct 23, 202

Re: Product and Store Relationship

2021-10-27 Thread Giulio Speri - MpStyle Srl
otion, Quick Add, Default > > >> Search) > > >>>> For Example in the “Demo Catalog”, in its Categories, there is a > > >> category > > >>>> called “CATALOG1” of Browser Root, and that category is of Product > > >> Category &

Re: Product and Store Relationship

2021-10-25 Thread Giulio Speri - MpStyle Srl
Hello Serge, in OFBiz there is not a direct association between a ProductStore and products, instead ProdCatalog, ProdCatalogCategory, ProductStoreCatalog, ProductCategory and ProductCategoryMember entities are used to achieve this goal. You can see the ProdCatalog as a collector of categories:

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-23 Thread Giulio Speri - MpStyle Srl
XCLUDE a > warehouse/facility from this re-reserve process. Is there something OTB > for this? > > > Original Message > Subject: Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please > Help > From: Giulio Speri - MpStyle Srl > Date: Wed, Oc

Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-20 Thread Giulio Speri - MpStyle Srl
Hello James, Could you please share some more details on the context of usage of the facilities? Are you using them for an e-commerce site (facilities associated to a Product storie) or you use them in totally different context? Thanks, Giulio On Wed, Oct 20, 2021, 20:52 wrote: > > Good

Re: eCommerce Checkout

2021-10-17 Thread Giulio Speri - MpStyle Srl
Hello Justine, If you want to remove checkout without registration (guest checkout), you could simply remove the link from the Freemarker template and related request from e-commerce component controller. Similar answer for disabling user registration form. Acting on freemarker templates you

Re: eCommerce front page / Categories sidebar

2021-10-16 Thread Giulio Speri - MpStyle Srl
Hello Justine, the answer to your first question is not that immediate: the whole structure of Apache OFBiz follow the MVC pattern, so each interaction of an user with a web page (for example the main page of the eCommerce site) is processed by a specific component controller that translates the

Re: Product Feature Content handling

2021-07-13 Thread Giulio Speri - MpStyle Srl
ed plattform we have extended the > database model and API with ProductFeatureContent and > ProductFeatureContentyType entities. > > Best regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 12.07.21 um 13:15 schrieb Giulio Speri - MpStyle S

Product Feature Content handling

2021-07-12 Thread Giulio Speri - MpStyle Srl
Hello everyone, For an ecommerce application my team is configuring some virtual products with selectable features of type color and size. We would like to represent in the product detail page a small image related to the feature color. Is there any OOTB support for this? I checked either the

Re: System error, could not commit transaction XAException (null) on resuming transaction

2021-02-21 Thread Giulio Speri - MpStyle Srl
or the connection pool? > > That's plain guessing without having the code and environment visible so > please excuse if it goes in the wrong direction. > > Regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 20.02.21 um 19:43 schrieb Giulio S

Re: System error, could not commit transaction XAException (null) on resuming transaction

2021-02-20 Thread Giulio Speri - MpStyle Srl
found a detail message of the Exception that states "*error during phase two commit*", that is related to XA resources. I keep investigating and I will keep you up to date. Giulio Il giorno ven 19 feb 2021 alle ore 23:46 Giulio Speri - MpStyle Srl < giulio.sp...@mpstyle.it> ha s

Re: System error, could not commit transaction XAException (null) on resuming transaction

2021-02-19 Thread Giulio Speri - MpStyle Srl
hu, Feb 18, 2021, 23:49 Michael Brohl wrote: > Hi Giulio, > > have you checked that the transaction timeout is set high enough for the > parent transaction? > > Regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 17.02.21 um 01:08 schri

System error, could not commit transaction XAException (null) on resuming transaction

2021-02-16 Thread Giulio Speri - MpStyle Srl
Hello everyone, I hope you are all doing well. I write because I am facing an exception not so clear to me while writing a Java service. In this service I am using a paged list (EntityUtil.getPagedList(..)) with an iterator object retrieved using delegator.find(..) method, to process and delete

Re: Error in storeOrder: duplicate entry for key primary

2021-01-08 Thread Giulio Speri - MpStyle Srl
issue? > > Have you made any customizations in the SequenceUtil class? > Is this issue happening for your first order in the system? > Have you checked if by mistake you have loaded some demo data into the > system? > > Kind Regards, > -- > Pritam Kute > > > On Thu,

Error in storeOrder: duplicate entry for key primary

2021-01-07 Thread Giulio Speri - MpStyle Srl
Hello everyone, I hope you're doing good. I am writing because I am facing a strange issue with our ecommerce ofbiz installation for one of our customers. In short, since yesterday, ofbiz fails in storing an order with the error: Ran Event

Re: OFBiz OutOfMemory and stucked JobPoller issue

2018-09-21 Thread Giulio Speri - MpStyle Srl
ed. Caching fixed it > > completely. Maybe it will work for you too. You will then have to clear > the > > cache in ofbiz if you change something in your groovy scripts. > > > > Best regards > > Ingo > > > > > > -Ursprüngliche Nachricht- > &g

OFBiz OutOfMemory and stucked JobPoller issue

2018-09-20 Thread Giulio Speri - MpStyle Srl
Hello everyone, hope you're doing good. I am writing, because I am struggling with a quite strange problem, over an ofbiz installation, for one of our customers. This installation is composed by two instances of OFBiz (v13.07.03), served via an Apache Tomcat webserver, along with a load balancer.

Re: eCommerce Use Case

2018-09-07 Thread Giulio Speri - MpStyle Srl
Hi James, In our ecommerce implementation we faced a similar situation. We had some customers that should see a certain discount only on some products and only after login. We used "meta" categories, along with Party Classification Groups and Price rules. "meta" category is simply a catalog

Re: Scheduled jobs weird behavior

2018-04-03 Thread Giulio Speri - MpStyle Srl
ectly store the generated file to the ftp server, >>> correct? >>> >>> In such cases, we store the file to be transferred locally in an archive >>> directory and then transfer it to the ftp server. >>> >>> You'll see if the file was written and you ha

Re: Scheduled jobs weird behavior

2018-03-30 Thread Giulio Speri - MpStyle Srl
shi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Fri, Mar 30, 2018 at 5:48 PM, Nicolas Malin <nicolas.ma...@nereide.fr> > wrote: > > > Hello Giulio,

Re: Scheduled jobs weird behavior

2018-03-30 Thread Giulio Speri - MpStyle Srl
+02:00 Nicolas Malin <nicolas.ma...@nereide.fr>: > Hello Giulio, > > On 30/03/2018 14:05, Giulio Speri - MpStyle Srl wrote: > >> Hi all, >> [...] Now, here is the issue; sometimes (runtime in which happen seems >> random), I >> notice that: >> - t

Scheduled jobs weird behavior

2018-03-30 Thread Giulio Speri - MpStyle Srl
Hi all, I write because I am facing strange behaviors with scheduled jobs and I am running out of ideas about causes. I have a two instances configuration of ofbiz running on two different servers (hosted by a third party company); they handle two eCommerce site on a multi-tenant environment.

Re: I cannot start ofbiz on my laptop (localhost)

2018-03-07 Thread Giulio Speri - MpStyle Srl
Hi, Which OFBiz version do you use? OFBiz on localhost runs on the https port 8443 (not 8442) for backoffice applications and 8080 (http) for eCommerce, so make sure that the 8443 port is not used by other processes. Kind Regards, Giulio 2018-03-07 14:07 GMT+01:00 jondon1...@gmail.com

Re: OFBiz MRP & Manufacturing: subcontract-work

2018-03-07 Thread Giulio Speri - MpStyle Srl
​Hi all, thank you very much for your answers and sorry for my late answer. In these days I am evaluating, along with my colleagues, the Manufacturing and MRP module of OFBiz against the same module on our ERP, to exactly know the differences between two systems, in order to put down a list of

Re: OFBiz Documentation Team Volunteers Needed

2018-02-13 Thread Giulio Speri - MpStyle Srl
Hi Sharan, I would like and I would be very happy to take part of this team if it's not too late. I'll do my best to contribute. Thanks very much, Giulio 2018-02-13 9:29 GMT+01:00 Sharan Foga : > Hi All > > Wow! – thanks everyone for such a great response. > > It's nice to

OFBiz MRP & Manufacturing: subcontract-work

2018-02-13 Thread Giulio Speri - MpStyle Srl
Hello everyone! I'm writing because I would need some clarifications about MRP and Manufacturing, in particular with the process of subcontract-working. I read Sharan's book on the argument, it's really well made, but I would need some extra details. Reading the book I understood that, in the

Re: email Configuration

2017-08-22 Thread Giulio Speri - MpStyle Srl
HotWax Systems <http://www.hotwaxsystems.com/> > <https://www.linkedin.com/in/aditya-sharma-78291810a/> > > On Mon, Aug 21, 2017 at 9:58 PM, <ja...@productive1.com> wrote: > > > Thanks Giulio - I did not see any attachments. > > > > > > Original Messag

Re: email Configuration

2017-08-21 Thread Giulio Speri - MpStyle Srl
Obviously user and password would not work for you..just forgot to delete them :) 2017-08-21 10:08 GMT+02:00 Giulio Speri - MpStyle Srl < giulio.sp...@mpstyle.it>: > Hi James, > > I attach a picture of my smtp configuration lines of "general.properties"; > one th

Re: email Configuration

2017-08-21 Thread Giulio Speri - MpStyle Srl
tFactory.port=587 > mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory > #--Fallback [true|false] determines whether you will allow a non secure > connection if you are unable to get a secure one > mail.smtp.socketFactory.fallback=false > > > Thanks, > > James > &

Re: email Configuration

2017-08-17 Thread Giulio Speri - MpStyle Srl
Hi James, Could you share your email smtp settings in general.properties file? Thanks, Giulio Il 17/Ago/2017 22:13, ha scritto: > Team - I am having a difficult time trying to configure email smtp. It > works for gmail but it will not work for go daddy or Office 365 >

Re: eCommerce PayPal Integration

2017-07-14 Thread Giulio Speri - MpStyle Srl
Jul 14, 2017 1:06 AM, "Giulio Speri - MpStyle Srl" < > giulio.sp...@mpstyle.it> wrote: > > Hello everyone, > > I'm writing because we have integrated PayPal as payment method for our > eCommerce site (running on ofbiz 13.07.03), and I'd like to share the > t

Re: eCommerce PayPal Integration

2017-07-14 Thread Giulio Speri - MpStyle Srl
ation of these > services is done in PayPalServices.java. > > HTH. > > Best regards, > Pranay Pandey > > On Fri, Jul 14, 2017 at 3:35 AM, Giulio Speri - MpStyle Srl < > giulio.sp...@mpstyle.it> wrote: > > > Hello everyone, > > > > I'm writing

eCommerce PayPal Integration

2017-07-13 Thread Giulio Speri - MpStyle Srl
Hello everyone, I'm writing because we have integrated PayPal as payment method for our eCommerce site (running on ofbiz 13.07.03), and I'd like to share the thing with the community. The request of integration of PayPal arrived to us after the eCommerce was already up and running, and since

Re: OFBiz performance enhancement

2017-05-18 Thread Giulio Speri - MpStyle Srl
actually taking a long time to load. Also check and repair your databased indexes, they might be fragmented like crazy if you haven’t been maintaining them: https://mariadb.com/kb/en/mariadb/mysqlcheck/ <https://mariadb.com/kb/en/ mariadb/mysqlcheck/> —P > On May 18, 2017, at 11:19 AM, G

Re: OFBiz performance enhancement

2017-05-18 Thread Giulio Speri - MpStyle Srl
ou don't have to mess with it. > > Or just do like most folks and throw more RAM at your system and see if > that helps. :) > > --P > > > On May 18, 2017, at 4:37 AM, Giulio Speri - MpStyle Srl < > giulio.sp...@mpstyle.it> wrote: > > > > Hello

OFBiz performance enhancement

2017-05-18 Thread Giulio Speri - MpStyle Srl
Hello everyone, I would like to ask you some suggestion on improving performances of our eCommerce site We're monitoring our jvm with NewRelic tool and response times are quite good, and the server on which ofbiz run has minimal cpu/ram usage, but customers often complains slowness in page

Paypal IPN Integration

2017-05-04 Thread Giulio Speri - MpStyle Srl
Hello everyone, I am writing because I'm trying to integrate PayPal payment system into our eCommerce site, but I'm facing some difficulties. I configured PayPal through the Payment Gateway Configuration app and I'd like to set up the IPN notification system to validate and furthering process

Re: [MARKETING] Introduction of MpStyle and its success story with OFBiz

2017-04-07 Thread Giulio Speri - MpStyle Srl
OFBIZ/Apache+OFBiz+User+List > > You might even to add your story at https://cwiki.apache.org/confl > uence/display/OFBIZ/Apache+OFBiz+User+Stories > > Jacques > > > Le 07/04/2017 à 11:31, Giulio Speri - MpStyle Srl a écrit : > >> Hello everyone, >> >>

[MARKETING] Introduction of MpStyle and its success story with OFBiz

2017-04-07 Thread Giulio Speri - MpStyle Srl
Hello everyone, I am a newby OFBiz user and I recently joined this mailing list. I work for an italian softwarehouse, MpStyle srl, that offers professional ERP solutions for fashion/apparel industry. About one year ago one of our customers asked us to develop an eCommerce solution, to increase