AW: AW: Ofbiz starting slow

2024-06-05 Thread Ingo Wolfmayr
Found the problem - not solved yet: https://issues.apache.org/jira/browse/OFBIZ-13115 -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Mittwoch, 5. Juni 2024 08:35 An: user@ofbiz.apache.org Betreff: AW: AW: Ofbiz starting slow Hi Jaques, In my development environment, I have

AW: AW: Ofbiz starting slow

2024-06-05 Thread Ingo Wolfmayr
2rdb90s6s8x2jfzb256lb ? > > HTH > > Jacques > > Le 04/06/2024 à 16:22, Ingo Wolfmayr a écrit : >> Hi Johan, >> >> I have already excluded these tasks. In my case, Ofbiz is ready to >> take requests. I can see the requests in the log, but nothing seems >>

AW: Google Tag Manager + Facebook Advertising

2024-06-04 Thread Ingo Wolfmayr
Hi James, I have created a plugin to push products to google merchant center - the basis for google advertising. I can give you access to the code if you want. What do you mean with Facebook feeds? Do you want to create the ads in Ofbiz and push them to facebook? Best regards, Ingo

AW: Ofbiz starting slow

2024-06-04 Thread Ingo Wolfmayr
('includeDistTar') } } tasks.named('distZip').configure { onlyIf { project.hasProperty('includeDistZip') } } This made our startup significantly faster. Kind Regards, Johan On Tue, 4 Jun 2024 at 14:32, Ingo Wolfmayr wrote: > > Hi everybody, > > I have an OFBiz installati

Ofbiz starting slow

2024-06-04 Thread Ingo Wolfmayr
Hi everybody, I have an OFBiz installation (multiple tenants, trunk) with many products and therefore many images. When I start OFBiz, it takes forever until it can be accessed via the interface. The log stops with the following entry: "This is the first request in this visit. Hidden sessionId

AW: Webstore Design/Functionality

2024-05-12 Thread Ingo Wolfmayr
Hi James, I am working with the webstore module for years - working as an ecommerce cunsultant - focusing on Ofbiz. Best regards, Ingo -Ursprüngliche Nachricht- Von: james productive1.com Gesendet: Samstag, 11. Mai 2024 16:02 An: user@ofbiz.apache.org Betreff: Webstore

AW: Performance scale up Thread

2024-05-09 Thread Ingo Wolfmayr
Did you check the caching settings. framework/base/config/cache.properties You should enable caching groovy scripts : # Development Mode - comment these out to better cache groovy scripts, etc #These are all cleared by default every 1 milliseconds, or ten seconds

AW: Performance issues

2024-04-22 Thread Ingo Wolfmayr
Hi Mk, I recommend checking the following points first: 1. Database Optimization: Indexes: Ensure that your database tables are properly indexed. Missing indexes can dramatically slow down query performance. Query Analysis: Use tools like slow query logs to identify inefficient queries and

AW: Shipment of inventory for a workshop

2024-03-04 Thread Ingo Wolfmayr
Hi Emad, Completing the quick ship for the entire order is not the final step when managing inventory. Depending on your store settings, inventory is allocated when the order status changes to "approved". You can view the assigned inventory in the order lines, with ATP being reduced while QOH

AW: Running a service instance

2023-10-08 Thread Ingo Wolfmayr
, since the sync script has to be scheduled in crontab (is: every 5 minutes), but it's quite simple to use and configure and if you do not necessarily need real-time for your imes/files you could give it a try. Regards, Giulio Il giorno ven 22 set 2023 alle ore 07:52 Ingo Wolfmayr < ingo.wo

Dropship

2023-10-06 Thread Ingo Wolfmayr
Hi everybody, I am currently setting up dropship suppliers and I have the following questions: * Is it possible to have Ofbiz consider the supplier stock. For example the supplier has ATP = 10. * If there are multiple dropship suppliers. How do I setup shipping estimates to calculate

AW: Transaction

2023-09-21 Thread Ingo Wolfmayr
need to explicitly commit and begin the transaction. Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Wed, Sep 20, 2023 at 9:45 PM Ingo Wolfmayr wrote: > Solved it myself. > > I set the service to manual transaction (use-transaction="N") and set > TransactionUti

AW: Running a service instance

2023-09-21 Thread Ingo Wolfmayr
Hello Nicolas, sounds great! Thanks for the fast response. Cheers, Ingo Von: Nicolas Malin Gesendet: Donnerstag, 21. September 2023 09:19 An: user@ofbiz.apache.org; Ingo Wolfmayr Betreff: Re: Running a service instance Hello Ingo, * Store your upload directory on shared volume (bucket, nfs

Running a service instance

2023-09-21 Thread Ingo Wolfmayr
Hi everybody, I am thinking about the following setup and I am not sure if it is possible. If yes, what are the proposed configurations settings and what should be monitored in detail? Instance1: main instance - holds images, files ... - serving views ... Instance2: service worker instance -

AW: Transaction

2023-09-20 Thread Ingo Wolfmayr
Solved it myself. I set the service to manual transaction (use-transaction="N") and set TransactionUtil.begin() at the beginning and TransactionUtil.commit() at the end of every loop. Cheers, Ingo -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Mittwoch, 20. Septemb

Transaction

2023-09-20 Thread Ingo Wolfmayr
Hi everybody, I have a question regarding transaction: I have a service that parses a big file and creates products from it. > 100.000 products If I do a TransactionUtil.commit() after each product, do I have to add a TransactionUtil.begin() for the next loop? - Service starts and creates a

AW: QR code creation

2023-08-22 Thread Ingo Wolfmayr
Hi Mandar, I generate them in Java or Groovy, using the generateQRCodeImage service: Map qrMap = UtilMisc.toMap("message", yourData, "height", 200, "width", 200); Map qrCodeResult = this.dispatcher.runSync("generateQRCodeImage", qrMap); if (qrCodeResult != null &&

AW: POS Integration

2023-08-08 Thread Ingo Wolfmayr
Hi James, there is an option in entity ProductStore "IS_IMMEDIATELY_FULFILLED" that is used with POS. Best regards, Ingo -Ursprüngliche Nachricht- Von: ja...@productive1.com Gesendet: Dienstag, 8. August 2023 19:50 An: user@ofbiz.apache.org Betreff: POS Integration We are

AW: Job priority

2023-06-15 Thread Ingo Wolfmayr
Hi Nicolas, thanks for the Info. Best regards, ingo Von: Nicolas Malin Gesendet: Donnerstag, 15. Juni 2023 09:12 An: user@ofbiz.apache.org; Ingo Wolfmayr Betreff: Re: Job priority Hello Ingo, At this time no priority are present on service job. For our part, when this appear we deploy

Job priority

2023-06-15 Thread Ingo Wolfmayr
Hi everybody, I have seen that there is an option to define the priority of a job (LOW, HIGH, NORMAL). Where and how is it supposed to be set. For example I have the job "addToSolr" set as async eca and want it to run with low priority. Sending e-mail confirmations should be run with higher

AW: Editing Inventory Items

2023-05-16 Thread Ingo Wolfmayr
Hi Emad, I start with the second question: For example: You may have produced the inventory yourself and just added it with the form. You can also create an Inventory Item via the manufacturing app without the use of purchase orders. First: I had cases where the productId of a product has

AW: Working with multiple facilities

2023-05-10 Thread Ingo Wolfmayr
Hi Emad, you can create multiple facilities and assign inventory to the facility (down to the place in the storage rack). The inventory entity has a relation from the product to the facility. You can have the same product as stock (inventory) in multiple facilities. In the facility app you

AW: How to disable a Promo

2023-05-10 Thread Ingo Wolfmayr
Hi Emad, a promo is assigned to one or more productStore/s - you can find the relation under the tab "stores". Here you can delete the relation or assign a through-date. Best regards, Ingo -Ursprüngliche Nachricht- Von: Emad Radwan Gesendet: Dienstag, 9. Mai 2023 21:35 An:

AW: TO ACCESS THE MULTI-TENANT INSTANCES USING SUB-DOMAINS

2023-04-22 Thread Ingo Wolfmayr
Hi Sumesh, that is quite easy. You have to create an entry in table TENANT_DOMAIN_NAME. This can be done 1.) while creating the tenant: gradlew createTenant -PtenantId=mytenant -PtenantName="My Name" -PdomainName=com.example 2.) by adding the entry manually into the database (you still need

AW: Job Detail

2023-03-25 Thread Ingo Wolfmayr
es - https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration+-+upgrade+ofbiz If you went from version 18 to trunk, we can try and replicate the issue you are seeing. Thanks, Dan. On Fri, 24 Mar 2023 at 18:02, Ingo Wolfmayr wrote: > Hi community, > > I have migrated an

Job Detail

2023-03-24 Thread Ingo Wolfmayr
Hi community, I have migrated an ofbiz installation to the trunk version. When I open an existing job I get: java.lang.IllegalArgumentException: Error running script at location [component://webtools/groovyScripts/service/JobDetails.groovy]:

RestApi Plugin - Tenant

2023-03-11 Thread Ingo Wolfmayr
Hi Communitiy, is it possible to use the restApi with multi-tenant support? Best regards, Ingo

Async Service Issue with tenant

2023-03-08 Thread Ingo Wolfmayr
Hi Community, I hope someone my give me a hint to solve the following problem: I have ofbiz with tenant enabled. I have multiple tenants. For testing I create a service the calls another service async in a loop (200 times). The service just prints the tenantId. In 2 of 3 tenant it works fine:

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
your help. Best regards, Ingo -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Dienstag, 7. März 2023 09:52 An: user@ofbiz.apache.org Betreff: AW: Async Services Hi Michael, the dispatcher is available when the script is called (it’s a groovy service that calls another servi

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
the service directly. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 07.03.23 um 09:16 schrieb Ingo Wolfmayr: > Hi Michael, > > thanks for the fast response. I have one more question: > > I created a services that is fired inside a groovy script - async. When I >

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
s 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&qu

AW: Async Services

2023-03-06 Thread Ingo Wolfmayr
ichael 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 >

Async Services

2023-03-06 Thread 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

AW: Service availability for tenant

2023-02-26 Thread Ingo Wolfmayr
Hi Rishi, thanks, I will see what I can do :) Best regards Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https://www.wolfix.at Xing: https://www.xing.com/profile/Ingo_Wolfmayr/ -Ursprüngliche Nachricht- Von: Rishi

Service availability for tenant

2023-02-16 Thread Ingo Wolfmayr
Hi Community, is it possible to make a service only available for a specific tenant. I have create a custom plugin want the service to be available only for the specific tenant. Best regards, Ingo

AW: Manual for distribution build

2023-02-05 Thread Ingo Wolfmayr
Hi Nicolas, thanks! Best regards Ingo Von: Nicolas Malin Gesendet: Freitag, 3. Februar 2023 14:12 An: user@ofbiz.apache.org; Ingo Wolfmayr Betreff: Re: Manual for distribution build You can use it on production site with systemd, untar on /opt and uste it like # nano /etc/systemd/system

Manual for distribution build

2023-02-03 Thread Ingo Wolfmayr
Hi Community, is there a description what can be done with the ofbiz.tar/zip files in build/distribution. Best regards, Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https://www.wolfix.at<https://www.wolfix.at/> Xing:

AW: Sales Order Invoice Due in the future

2022-12-10 Thread Ingo Wolfmayr
Hi, I assume by due date you mean "ship after"? For creating invoices before shipping is done I use the service "createInvoiceForOrderAllItems". Important related tables are: OrderItemBilling ItemIssuance Hope that helps. Best regards Ingo -Ursprüngliche Nachricht- Von: Bs

AW: Question about invoices

2022-09-18 Thread Ingo Wolfmayr
Hi Emad, here some examples how I sometimes use it: - order is created in another system. I have usecases where the data is provided via data interface and Ofbiz generates the invoice and everything accounting related. - quickly create a credit invoice - repeating invoice for exampe IT

AW: Sort Menu

2022-09-02 Thread Ingo Wolfmayr
10:31, Ingo Wolfmayr a écrit : > Hi, > > is there a way to sort the main menu? > > Best regards, > Ingo > >

Sort Menu

2022-09-02 Thread Ingo Wolfmayr
Hi, is there a way to sort the main menu? Best regards, Ingo

AW: Change Component Name

2022-08-10 Thread Ingo Wolfmayr
ill the same. I would like to know how I can change the menu bar behavior and if this will help? Thanks and Regards Waziri Ayodeji On Tue, Aug 9, 2022, 12:01 PM Ingo Wolfmayr wrote: > Hi, > > look into > > applications/product/config/ProductUiLabels.xml > > There you will fin

AW: Change Component Name

2022-08-09 Thread Ingo Wolfmayr
Hi, look into applications/product/config/ProductUiLabels.xml There you will find the translations and look for You need to restart ofbiz after making changes. Best regards Ingo -Ursprüngliche Nachricht- Von: Ayodeji Enitan WAZIRI Gesendet: Dienstag, 9. August 2022 11:36 An:

End customer price calulation

2022-07-01 Thread Ingo Wolfmayr
Best regards, Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https://www.wolfix.at<https://www.wolfix.at/> Xing: https://www.xing.com/profile/Ingo_Wolfmayr/ [emailsignatur]

AW: Inventory Item Detail

2022-06-22 Thread Ingo Wolfmayr
onfuses me from some of the demo data. Regards, Emad > On 22 Jun 2022, at 7:57 AM, Ingo Wolfmayr wrote: > > Hi Emad, > > when the initial record is done (for example adding product inventory with > quantity 10 for productId "demoproduc"t) the inventory item g

AW: Inventory Item Detail

2022-06-21 Thread Ingo Wolfmayr
Hi Emad, when the initial record is done (for example adding product inventory with quantity 10 for productId "demoproduc"t) the inventory item gets +10 QUANTITY_ON_HAND_DIFF +10 AVAILABLE_TO_PROMISE_DIFF’ If a customer creates an order, adding quantity 2 from demoproduct an inventory item

AW: Order Adjustments

2022-06-20 Thread Ingo Wolfmayr
Hello Emad, some adjustments are automatically added by the price calculation service, promotion service ... You can manually add adjustment by going to the order and click "edit items" in the action box. You will than be able to add adjustments at the bottom of the order. Best regards,

Use days limit / Use count limit

2022-06-15 Thread Ingo Wolfmayr
Hi everybody, on the prepareAddContentToCategory screen a field names "use days limit" / "use count limit" can be found. Can someone give me a hint what they can or are indended to be used for? Entity: ProductCategoryContent Best regards, Ingo Mag. (FH) Ingo Wolfm

exclude from ServerHit

2022-05-02 Thread Ingo Wolfmayr
Hi, is there a way to exclude a user from being logged in ServerHit-table? I want to exclude the solr userLogin for beeing logged. Best regards, Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https://www.wolfix.at<ht

AW: Best Practices for reserving inventory

2022-04-27 Thread Ingo Wolfmayr
for reserving inventory Many many thanks Ingo, you’re always a great help. One more thing, please. Apart from Ofbiz implementation, why we don’t also reserve inventory when creating a request, why wait till creating the order? Best regards, Emad > On 26 Apr 2022, at 8:38 AM, Ingo Wolfmayr wr

AW: Best Practices for reserving inventory

2022-04-26 Thread Ingo Wolfmayr
Hi Emad, in default inventory is reserved when - an order is created or - an order is picked. This depends on your store settings. Settings: Catalog --> Stores --> Store --> Inventory: "Reserve Inventory" to enable it "Reserve Order Enum Id" for the reserve logic (FIFO ...)

AW: Running Multiple Companies on the same Instance

2022-04-25 Thread Ingo Wolfmayr
Hi Emad, yes and it works fine. Here you find some resources to set it up: https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support Best regards, Ingo -Ursprüngliche Nachricht- Von: Emad Radwan Gesendet: Montag, 25. April 2022 01:22 An: user@ofbiz.apache.org Betreff:

AW: Images in email

2022-04-11 Thread Ingo Wolfmayr
I found my problem and the solutions. I have to set the allowedProtocols in security.properties in order to allow urls from my domain as it is not included in the top level domains defined in UtilHttp.java. -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Montag, 11. April 2022

AW: Images in email

2022-04-11 Thread Ingo Wolfmayr
, but if the process executing the template cannot ensure 'ofbizdomain' has a valid certificate then it will fail to retrieve the image content to embed in the PDF file. Can you use http rather than https to access your image? On Mon, 11 Apr 2022 at 10:06, Ingo Wolfmayr wrote: > Hi everybody, > &g

Images in email

2022-04-11 Thread Ingo Wolfmayr
Hi everybody, I just stumpled over a problem when sending an order confirmation. A simple HTML template with a web link to an image: TEST https://ofbizdomain/images/ofbiz_logo.png; style="display:

AW: Issue With Supplier Product

2022-04-09 Thread Ingo Wolfmayr
Hi Emad, the suppliers product and & id may differ from the ones you use. If you have multiple suppliers for the same product they may use different names and Ids. One production case: in default the purchase order prints those (id) on the pdf and you can send the order to your suplier who may

Re: Help with Geo Entities

2022-03-27 Thread Ingo Wolfmayr
Assoc > table doesn’t help show a clear example. Would you please elaborate on > this? > > Regards, > Emad -- Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https://www.wolfix.at https://www.xing.com/profile/Ingo_Wolfma

AW: Confusion about prices

2022-03-25 Thread Ingo Wolfmayr
Hello Emad, the prices on the Product --> Prices tab are used for price calculation when you sell a product. You (seller) --> customer The prices on the Product --> Supplier tab are used if you buy a product (on purchase orders). Your supplier --> you as customer Hope that answers your

AW: AW: AW: AW: AW: distTar

2022-03-18 Thread Ingo Wolfmayr
17/03/2022  18:58 1 378 793 original.JPG > 17/03/2022  18:58 1 278 small.JPG > 17/03/2022  18:58 2 889 thumbnail.JPG > > They can be accessed/viewed by using > > https://localhost:8443/images/products/GZ-1000/100x75.JPG > [...] > https://localho

AW: AW: AW: AW: distTar

2022-03-17 Thread Ingo Wolfmayr
: AW: AW: AW: distTar Hi Ingo, I see you are using multitenant, right? Maybe it's the reason Because it works here, as you can see at https://user-images.githubusercontent.com/557941/158845946-08df08f0-ee91-4cf1-8756-4092113015ce.png HTH Jaqcues Le 17/03/2022 à 08:06, Ingo Wolfmayr a écrit

AW: AW: AW: distTar

2022-03-17 Thread Ingo Wolfmayr
additional imaged added through product/content you should be able to see them on ecommerce site. Note: I'm currently reviewing the situation of "images" and will get back to that later on dev ML with maybe a copy here too... Jacques Le 16/03/2022 à 10:41, Ingo Wolfmayr a écrit : &

AW: AW: distTar

2022-03-16 Thread Ingo Wolfmayr
case of multi-tenant, that's another thing. So I finally don't think it's necessary to put the images and image.management in runtime. This would add nothing. I'll remove the FIXMEs Jacques Le 07/02/2022 à 19:37, Ingo Wolfmayr a écrit : > Hi Jacques, > > thanks for the fast respons

AW: TrackingCode siteId

2022-02-09 Thread Ingo Wolfmayr
ithout privileges) Proud contributor to the ASF since 2006 *Apache Directory <https://directory.apache.org>, PMC Member* Anyone could have been you, whereas I've always been anyone. On Wed, Feb 9, 2022 at 10:56 AM Ingo Wolfmayr wrote: > Hi everybody, > > > > I am

TrackingCode siteId

2022-02-09 Thread Ingo Wolfmayr
ts.java:267) ~[main/:?] at org.apache.ofbiz.marketing.tracking.TrackingCodeEvents.checkPartnerTrackingCodeUrlParam(TrackingCodeEvents.java:175) ~[main/:?] I looked into the ofbiz code but could not find the place where it is set. Best regards, Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626 Web: https:/

AW: distTar

2022-02-07 Thread Ingo Wolfmayr
things... HTH Jacques *https://healthitsecurity.com/news/nsa-shares-guide-to-web-shell-malware-vulnerabilities-mitigation Le 07/02/2022 à 17:56, Ingo Wolfmayr a écrit : > Hi everybody, > > I have a question about building ofbiz. In previous versions for example > 17.12 I had the foll

distTar

2022-02-07 Thread Ingo Wolfmayr
Hi everybody, I have a question about building ofbiz. In previous versions for example 17.12 I had the following process: ./gradlew build (build the project and see if everything is fine) ./gradlew "ofbiz start" Now I am working with the current trunk and when I start ./gradlew build it

AW: Grid - List of Ids

2021-12-14 Thread Ingo Wolfmayr
Hi, solved it myself. Just pass the parameter (for example shipmentId) as a list. Everything else is done by the performFind service. Best regards, Ingo -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Dienstag, 14. Dezember 2021 10:25 An: 'user@ofbiz.apache.org' Betreff

Grid - List of Ids

2021-12-14 Thread Ingo Wolfmayr
Hi everybody, is there a simple way to pass a list of ids to a grid? For example: I have a grid that shows a list of shipments. I also have service that creates shipments (batch) and returns the shipmentIds. No I would like to pass this list of shipmentIds to the grid and display them.

AW: Invoice - Discount

2021-12-03 Thread Ingo Wolfmayr
nsaction regarding the payment association with the invoice. > > 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 > > *Apa

Invoice - Discount

2021-12-02 Thread Ingo Wolfmayr
editing the invoice is disabled) The customer pays € 98,- A payment is created and assigned to the invoice. The invoice says € 2,- open. How do I get the discount into the system? Best regards, Inog Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel.: +43 (0) 664 2549626

AW: German or austrian standardized charts of accounts

2021-10-18 Thread Ingo Wolfmayr
Hi Marius, I have but together a SKR03 chart of accounts. As it is just an XML-File that can easily be imported via the Ofbiz XMM-Import I can e-Mail it to you. Just let me know, when you need it. Best regards, Ingo Mag. (FH) Ingo Wolfmayr Wolfix Solutions Gänsgasse 14 A-5282 Ranshofen Tel

AW: Plugin available check?

2021-10-12 Thread Ingo Wolfmayr
.21 um 16:21 schrieb Ingo Wolfmayr: > Hi, > > is there a recommended Ofbiz-way to check if a plugin is available/installed > - in Java? > > Best regards, > Ingo > >

Plugin available check?

2021-10-11 Thread Ingo Wolfmayr
Hi, is there a recommended Ofbiz-way to check if a plugin is available/installed - in Java? Best regards, Ingo

AW: BUILD FAILED

2021-05-07 Thread Ingo Wolfmayr
Hi James, I asume your gradle version is not up to date. Can you go into your Ofbiz installation directory look for the hidden .gradle folder and let us know if you see the folder "4.5.1". If not, delete the content of the folder, build Ofbiz and check again. Best regards Ingo

AW: Drop-Down unique values

2021-03-29 Thread Ingo Wolfmayr
; On Wed, Mar 3, 2021 at 9:44 PM Ingo Wolfmayr wrote: > Hi everybody, > > is it possible to get list of unique values using the widget-form > drop-down. I want a dropdown with the brandname of the PRODUCT entity. > > > > key-field-name=&q

Product inventory with weight

2021-03-25 Thread Ingo Wolfmayr
Hi everybody, I have the following case and I was wondering if someone already implemented it and would share some know how or anyone has some ideas on it. Business: food Case (example): - Product: Meat, defaultPrice: € 20, productWeight: 500g -

Drop-Down unique values

2021-03-03 Thread Ingo Wolfmayr
Hi everybody, is it possible to get list of unique values using the widget-form drop-down. I want a dropdown with the brandname of the PRODUCT entity.

AW: Add CSS/JS to backend theme from plugin

2021-02-19 Thread Ingo Wolfmayr
hael Brohl ecomify GmbH - www.ecomify.de Am 17.02.21 um 09:17 schrieb Ingo Wolfmayr: > :) That’s how I do it right now and it works - that’s fine. > > Imagine I want to make the plugin availabe to the community. How will I do > that? Upload the plugin + theme override? I made

AW: Add CSS/JS to backend theme from plugin

2021-02-17 Thread Ingo Wolfmayr
in's ofbiz-component.xml starts with   in your Theme.xml All out of my mind but I think this should work. Did I miss something? Regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 16.02.21 um 19:52 schrieb Ingo Wolfmayr: > Hi Michael, > > that’s what I already did - and yes it

AW: Add CSS/JS to backend theme from plugin

2021-02-16 Thread Ingo Wolfmayr
omify GmbH - www.ecomify.de Am 16.02.21 um 17:44 schrieb Ingo Wolfmayr: > Hi Aditya, > > I already create my own theme by extending an existing one. It works but I > feel quite uncomfortable by creating a new theme for the purpose of adding a > single .js file to an existing theme.

AW: Add CSS/JS to backend theme from plugin

2021-02-16 Thread Ingo Wolfmayr
16, 2021 at 5:58 PM Ingo Wolfmayr wrote: > Hi everybody, > > is it possible to add a javascript/css from an addon to an existing > backend theme. > > Case: I have created a plugin that provides various reports via portlets. > Now I want to use the portlet logic to show those

Add CSS/JS to backend theme from plugin

2021-02-16 Thread Ingo Wolfmayr
Hi everybody, is it possible to add a javascript/css from an addon to an existing backend theme. Case: I have created a plugin that provides various reports via portlets. Now I want to use the portlet logic to show those reports on different places like accounting, catalog a.s.o. Therefore I

Re: Add menuitem from plugin

2020-12-30 Thread Ingo Wolfmayr
ecommerce. > > Rishi Solanki > *CTO, Mindpath Technology* > Intelligent Solutions > cell: +91-98932-87847 > LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> > > > On Sat, Dec 26, 2020 at 5:23 PM Ingo Wolfmayr > > wrote: > > The applica

AW: Add menuitem from plugin

2020-12-26 Thread Ingo Wolfmayr
hi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> On Wed, Dec 23, 2020 at 12:49 PM Ingo Wolfmayr wrote: > Hi everybody, > > is there an existing functionality to add a menu item fr

Add menuitem from plugin

2020-12-22 Thread Ingo Wolfmayr
Hi everybody, is there an existing functionality to add a menu item from another application. For example: I am working on a reporting application and it would be nice to have access to all facility reports from the facility application without changing the product application. Best regards,

AW: Use of services in list-form

2020-10-14 Thread Ingo Wolfmayr
ENGINEERING mobile: +91 9826754548 email: deepak.di...@hotwax.co *www.hotwax.co <http://www.hotwax.co/>* On Wed, Oct 14, 2020 at 3:12 PM Ingo Wolfmayr wrote: > Hello everybody, > > I would like to create a form using a service as data provider: > > This would be t

Use of services in list-form

2020-10-14 Thread Ingo Wolfmayr
Hello everybody, I would like to create a form using a service as data provider: This would be the service definition. Eport accounting transaction for BMD Here is the form definition:

AW: Sales Tax

2020-09-12 Thread Ingo Wolfmayr
rprise open source experts* > cell: +91-8109201285 > office: 0731-409-3684 > http://www.hotwaxsystems.com > > > On Fri, Sep 11, 2020 at 12:43 PM Ingo Wolfmayr > > wrote: > > > Hello Rishi, > > > > basically yes. Usually the B2B price is different to the

AW: Sales Tax

2020-09-11 Thread Ingo Wolfmayr
, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> On Mon, Sep 7, 2020 at 9:05 PM Ingo Wolfmayr wrote: > Hello, > > I have made a few changes to the price logic to get it working for my > country (A

Sales Tax

2020-09-07 Thread Ingo Wolfmayr
Hello, I have made a few changes to the price logic to get it working for my country (AUT - Europe) using Sales Tax and I have a question before I prepare a proposal patch for the community: My Setup: Tax Authority (PriceIncludesTax=Y) with three TaxAuthorityRateProducts - Sales tax 20 -

AW: Eclipse debug

2020-09-07 Thread Ingo Wolfmayr
directly and it works fine. You can have two separate Run configurations for normal ofbiz execution and debug execution. In the second configuration, you can specify JVM arguments and it will work fine. Best, Girish On Mon, Sep 7, 2020 at 12:14 PM Ingo Wolfmayr wrote: > Hi Girish, >

AW: Eclipse debug

2020-09-07 Thread Ingo Wolfmayr
ct Settings -> Advanced > Options -> JVM Arguments > > *-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005* > > Not sure if you can see the image I pasted below inline instead of > adding it as an attachment. But setting the above line as JVM argument >

AW: Eclipse debug

2020-09-03 Thread Ingo Wolfmayr
dlew ofbiz --debug-jvm* should work. --debug-jvm is just supplied as a parameter. Best, Girish On Thu, Sep 3, 2020 at 7:01 PM Ingo Wolfmayr wrote: > Hello, > > can anybody tell me how to add a Gradle Task for debugging ofbiz in > eclipse: > > gradlew "ofbiz&q

Eclipse debug

2020-09-03 Thread Ingo Wolfmayr
Hello, can anybody tell me how to add a Gradle Task for debugging ofbiz in eclipse: gradlew "ofbiz" --debug-jvm Where will I have to but the "--debug-jvm"? In former ofbiz versions it used to work with adding "debugOfbiz" as gradle task. Thanks for any hint. Best regards, Ingo

Handle different tax percentage (by product) - Gl Accounts

2020-05-01 Thread Ingo Wolfmayr
Hi everybody, I have the following (country specific) case: different products - with different specific tax percentage product1 20% product2 10% product3 13% I have setup product categories assigned to the TaxAuthorityRateProduct and the products. Tax is calulated as expected - invoice is

AW: Multiple services run immediately

2020-04-28 Thread Ingo Wolfmayr
nd ServiceEcaAction. > > > Kind Regards, > Ankush Upadhyay > Senior Technical Consultant > > *HotWax Systems* > *Enterprise open source experts* > cell: +91-8109201285 > office: 0731-409-3684 > http://www.hotwaxsystems.com > > > On Sun, Apr 26, 2020 at 1:2

AW: Multiple services run immediately

2020-04-26 Thread Ingo Wolfmayr
ximum DB threads enabled etc. [1] https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/apache-ofbiz-performance/ [2] framework/service/config/serviceengine.xml HTH. -- Best Regards, Suraj Khurana Senior Techincal Consultant On Fri, Apr 24, 2020 at 11:01 PM Ingo Wolfmayr wrote: > Hi everyb

Multiple services run immediately

2020-04-24 Thread Ingo Wolfmayr
Hi everybody, I want to run two or more services immediately after another service has finished. For example printing creating/printing the invoice and starting the pick process should be done immediately after orderchange Invoicing and picking are two different processes that should be

Re: Start Service on Ofbiz Startup

2020-01-29 Thread Ingo Wolfmayr
ent ServletContextListener and > > declare it in your custom web.xml file. > > > > Regards, > > James > > > > On 2020/01/28 09:58:14, Ingo Wolfmayr wrote: > > > Hi everybody, > > > > > > is it possible to start a service when Ofbiz has started an

Re: Start Service on Ofbiz Startup

2020-01-29 Thread Ingo Wolfmayr
ent.xml file. Also see Container.java from the sources. > > Another possible solution is to implement ServletContextListener and declare > it in your custom web.xml file. > > Regards, > James > > On 2020/01/28 09:58:14, Ingo Wolfmayr wrote: > > Hi everybody, >

  1   2   >