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

[jira] [Commented] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2024-04-08 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834792#comment-17834792 ] Ingo Wolfmayr commented on OFBIZ-12390: --- Hi [~jleroux], I check and update the ticket. Best

[jira] [Commented] (OFBIZ-12780) Tax rate from shipping address when taxInPrice = "Y"

2024-04-08 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834789#comment-17834789 ] Ingo Wolfmayr commented on OFBIZ-12780: --- Hi Pierre, I have temporarily returned to taxInPrice = N

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

[jira] [Commented] (OFBIZ-12850) Duplicate class ... hot reload failed

2024-02-05 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17814277#comment-17814277 ] Ingo Wolfmayr commented on OFBIZ-12850: --- Hi [~danwatford] , as [~jleroux] mentioned, it seems

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-10-18 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17776562#comment-17776562 ] Ingo Wolfmayr commented on OFBIZ-12639: --- Hi Jacques, I have to finish a project before I can come

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

[jira] [Updated] (OFBIZ-12850) Duplicate class ... hot reload failed

2023-08-28 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12850: -- Description: I have the problem, that with the current trunk, hot-reloading java code failed

[jira] [Created] (OFBIZ-12850) Duplicate class ... hot reload failed

2023-08-28 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12850: - Summary: Duplicate class ... hot reload failed Key: OFBIZ-12850 URL: https://issues.apache.org/jira/browse/OFBIZ-12850 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-12847) Groovy refactoring correction

2023-08-23 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12847: -- Attachment: GroovyCorr.patch > Groovy refactoring correct

[jira] [Created] (OFBIZ-12847) Groovy refactoring correction

2023-08-23 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12847: - Summary: Groovy refactoring correction Key: OFBIZ-12847 URL: https://issues.apache.org/jira/browse/OFBIZ-12847 Project: OFBiz Issue Type: Improvement

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 &&

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-08-21 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17756847#comment-17756847 ] Ingo Wolfmayr commented on OFBIZ-12639: --- Hi Jacques, I already have. As far as I have seen it re

[jira] [Updated] (OFBIZ-12639) Upload image size issue

2023-08-21 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12639: -- Attachment: RerenderPatch_notready.patch > Upload image size is

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-08-20 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17756482#comment-17756482 ] Ingo Wolfmayr commented on OFBIZ-12639: --- Hi Jacques, I will provide a patch. > Upload image s

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-08-20 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17756461#comment-17756461 ] Ingo Wolfmayr commented on OFBIZ-12639: --- Hi Jacques, I am currently focusing on images. When

[jira] [Updated] (OFBIZ-12639) Upload image size issue

2023-08-18 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12639: -- Attachment: 4054.png > Upload image size is

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-08-18 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755953#comment-17755953 ] Ingo Wolfmayr commented on OFBIZ-12639: --- [~jleroux] There seems to be another issue

[jira] [Commented] (OFBIZ-12639) Upload image size issue

2023-08-18 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17755949#comment-17755949 ] Ingo Wolfmayr commented on OFBIZ-12639: --- There seems to be another issue with the SecureUpload

[jira] (OFBIZ-12639) Upload image size issue

2023-08-18 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12639 ] Ingo Wolfmayr deleted comment on OFBIZ-12639: --- was (Author: iwolf): There seems to be another issue with the SecureUpload. > Upload image size is

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]:

[jira] [Created] (OFBIZ-12780) Tax rate from shipping address when taxInPrice = "Y"

2023-03-17 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12780: - Summary: Tax rate from shipping address when taxInPrice = "Y" Key: OFBIZ-12780 URL: https://issues.apache.org/jira/browse/OFBIZ-12780 Project: OFBiz

[jira] [Created] (OFBIZ-12779) Metadescription to plain text

2023-03-16 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12779: - Summary: Metadescription to plain text Key: OFBIZ-12779 URL: https://issues.apache.org/jira/browse/OFBIZ-12779 Project: OFBiz Issue Type: Improvement

[jira] [Updated] (OFBIZ-12773) Async Service with multiple tenants - tenant null

2023-03-12 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12773: -- Description: {*}System{*}: clean ofbiz trunk, Java 17 {*}Tenants{*}: demo, zdemo - both

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

[jira] [Commented] (OFBIZ-12772) Setting verbose log results in 500

2023-03-11 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17699188#comment-17699188 ] Ingo Wolfmayr commented on OFBIZ-12772: --- I have created a patch to have verbose mode working again

[jira] [Updated] (OFBIZ-12772) Setting verbose log results in 500

2023-03-11 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12772: -- Attachment: verbose.patch > Setting verbose log results in

[jira] [Created] (OFBIZ-12773) Async Service with multiple tenants - tenant null

2023-03-09 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12773: - Summary: Async Service with multiple tenants - tenant null Key: OFBIZ-12773 URL: https://issues.apache.org/jira/browse/OFBIZ-12773 Project: OFBiz Issue

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:

[jira] [Created] (OFBIZ-12772) Setting verbose log results in 500

2023-03-07 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12772: - Summary: Setting verbose log results in 500 Key: OFBIZ-12772 URL: https://issues.apache.org/jira/browse/OFBIZ-12772 Project: OFBiz Issue Type: Improvement

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

[jira] [Created] (OFBIZ-12770) Pull plugin failed

2023-03-06 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12770: - Summary: Pull plugin failed Key: OFBIZ-12770 URL: https://issues.apache.org/jira/browse/OFBIZ-12770 Project: OFBiz Issue Type: Improvement

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

[jira] [Created] (OFBIZ-12759) CreatePaymentFromOrder issue with autocreate = N

2023-02-17 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12759: - Summary: CreatePaymentFromOrder issue with autocreate = N Key: OFBIZ-12759 URL: https://issues.apache.org/jira/browse/OFBIZ-12759 Project: OFBiz Issue

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

[jira] [Commented] (OFBIZ-12751) Imagepreview - Content Management

2023-02-04 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17684193#comment-17684193 ] Ingo Wolfmayr commented on OFBIZ-12751: --- Great, thanks!!! > Imagepreview - Content Managem

[jira] [Commented] (OFBIZ-12750) Product Image PNG - Black Background

2023-02-04 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17684192#comment-17684192 ] Ingo Wolfmayr commented on OFBIZ-12750: --- Thanks Jacques!!! > Product Image PNG - Black Backgro

[jira] [Commented] (OFBIZ-12750) Product Image PNG - Black Background

2023-02-03 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17683983#comment-17683983 ] Ingo Wolfmayr commented on OFBIZ-12750: --- Hi Jacques,[|https://demo-trunk.ofbiz.apache.org/catalog

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:

[jira] [Created] (OFBIZ-12751) Imagepreview - Content Management

2023-02-02 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12751: - Summary: Imagepreview - Content Management Key: OFBIZ-12751 URL: https://issues.apache.org/jira/browse/OFBIZ-12751 Project: OFBiz Issue Type: Improvement

[jira] [Commented] (OFBIZ-12750) Product Image PNG - Black Background

2023-01-31 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17682662#comment-17682662 ] Ingo Wolfmayr commented on OFBIZ-12750: --- Attached  a patch to resolve the issue. > Product Im

[jira] [Updated] (OFBIZ-12750) Product Image PNG - Black Background

2023-01-31 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12750: -- Attachment: png.patch > Product Image PNG - Black Backgro

[jira] [Created] (OFBIZ-12750) Product Image PNG - Black Background

2023-01-30 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12750: - Summary: Product Image PNG - Black Background Key: OFBIZ-12750 URL: https://issues.apache.org/jira/browse/OFBIZ-12750 Project: OFBiz Issue Type

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

[jira] [Created] (OFBIZ-12707) Picklist with same product multiple times

2022-10-18 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12707: - Summary: Picklist with same product multiple times Key: OFBIZ-12707 URL: https://issues.apache.org/jira/browse/OFBIZ-12707 Project: OFBiz Issue Type

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

[jira] [Commented] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-17 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606098#comment-17606098 ] Ingo Wolfmayr commented on OFBIZ-12390: --- Hi Jacques, I create a new patch. Best regards, Ingo

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-17 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: cartRounding.patch > Order/Invoice: Item total result diff total res

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-17 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: (was: cartRounding.patch) > Order/Invoice: Item total result diff to

[jira] [Commented] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-17 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606074#comment-17606074 ] Ingo Wolfmayr commented on OFBIZ-12390: --- [~jamesyong] : the order calculation and invoice

[jira] [Comment Edited] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605870#comment-17605870 ] Ingo Wolfmayr edited comment on OFBIZ-12390 at 9/16/22 2:46 PM: Hi

[jira] [Commented] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605870#comment-17605870 ] Ingo Wolfmayr commented on OFBIZ-12390: --- Hi Jacques, I have updated the XML files. 1.) Import

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: Orders.xml > Order/Invoice: Item total result diff total res

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: (was: Orders.xml) > Order/Invoice: Item total result diff total res

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: image-2022-09-16-16-43-38-897.png > Order/Invoice: Item total result diff to

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: (was: pricecheckData-1.xml) > Order/Invoice: Item total result diff to

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: pricecheckData-1.xml > Order/Invoice: Item total result diff total res

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: Orders.xml pricecheckData-1.xml > Order/Invoice: Item to

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: (was: pricecheckData-1.xml) > Order/Invoice: Item total result diff to

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: (was: Orders.xml) > Order/Invoice: Item total result diff total res

[jira] [Commented] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605655#comment-17605655 ] Ingo Wolfmayr commented on OFBIZ-12390: --- The attached patch defines rounding on cart object

[jira] [Updated] (OFBIZ-12390) Order/Invoice: Item total result diff total result

2022-09-16 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12390: -- Attachment: cartRounding.patch > Order/Invoice: Item total result diff total res

[jira] [Commented] (OFBIZ-12674) Send Confirmation Mail Request Problem

2022-09-11 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17602825#comment-17602825 ] Ingo Wolfmayr commented on OFBIZ-12674: --- Hi Jacques, looks good. Thanks! > Send Confirmat

[jira] [Updated] (OFBIZ-12691) Extend HTML Sanitizer - style attribute

2022-09-10 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12691: -- Attachment: SanitizerStyle.patch > Extend HTML Sanitizer - style attrib

[jira] [Updated] (OFBIZ-12691) Extend HTML Sanitizer - style attribute

2022-09-10 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12691: -- Attachment: (was: SanitizerStyle.patch) > Extend HTML Sanitizer - style attrib

[jira] [Created] (OFBIZ-12691) Extend HTML Sanitizer - style attribute

2022-09-10 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12691: - Summary: Extend HTML Sanitizer - style attribute Key: OFBIZ-12691 URL: https://issues.apache.org/jira/browse/OFBIZ-12691 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-12690) Load cart from order with modified price

2022-09-07 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12690: -- Attachment: (was: modifiedPrice.patch) > Load cart from order with modified pr

[jira] [Commented] (OFBIZ-12690) Load cart from order with modified price

2022-09-07 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601152#comment-17601152 ] Ingo Wolfmayr commented on OFBIZ-12690: --- Hi Jacques, I agree. I have no easy solution right now

[jira] [Updated] (OFBIZ-12690) Load cart from order with modified price

2022-09-06 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12690: -- Attachment: (was: modifiedPrice.patch) > Load cart from order with modified pr

[jira] [Updated] (OFBIZ-12690) Load cart from order with modified price

2022-09-06 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12690: -- Attachment: modifiedPrice.patch > Load cart from order with modified pr

[jira] [Created] (OFBIZ-12690) Load cart from order with modified price

2022-09-05 Thread Ingo Wolfmayr (Jira)
Ingo Wolfmayr created OFBIZ-12690: - Summary: Load cart from order with modified price Key: OFBIZ-12690 URL: https://issues.apache.org/jira/browse/OFBIZ-12690 Project: OFBiz Issue Type: Bug

[jira] [Commented] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-09-05 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600281#comment-17600281 ] Ingo Wolfmayr commented on OFBIZ-12686: --- Hi Jacques, your patch works. Test: create a purchase

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

[jira] [Commented] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-09-01 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17598913#comment-17598913 ] Ingo Wolfmayr commented on OFBIZ-12686: --- Hi Jacques, but that is not in trunk. [https

[jira] [Reopened] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-08-30 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr reopened OFBIZ-12686: --- Check for productstore is necessary. > Tax calculation not considering productStoreGr

[jira] [Updated] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-08-30 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wolfmayr updated OFBIZ-12686: -- Attachment: taxCalc3.patch > Tax calculation not considering productStoreGr

[jira] [Commented] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-08-30 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17598033#comment-17598033 ] Ingo Wolfmayr commented on OFBIZ-12686: --- Hi Jacques, for Purchase Orders we need to check

[jira] [Commented] (OFBIZ-12686) Tax calculation not considering productStoreGroup

2022-08-27 Thread Ingo Wolfmayr (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17585726#comment-17585726 ] Ingo Wolfmayr commented on OFBIZ-12686: --- Sorry, productStoreId {code:java} return EntityQuery.use

  1   2   3   4   5   >