Re: storeOrder Service

2019-03-09 Thread Rishi Solanki
> > On Fri, Mar 1, 2019 at 3:22 PM Rishi Solanki > wrote: > > > Dear All, > > While working with storeOrder service, I observe that few order header > > level values not passed and stored in that service. Also no code support > > exists for those order header

Re: storeOrder Service

2019-03-04 Thread Swapnil M Mane
+1 - Best Regards, Swapnil M Mane On Fri, Mar 1, 2019 at 3:22 PM Rishi Solanki wrote: > Dear All, > While working with storeOrder service, I observe that few order header > level values not passed and stored in that service. Also no code support > exists for those order header f

Re: storeOrder Service

2019-03-03 Thread Suraj Khurana
re. > Thanks > -- > Ankush Upadhyay > > > On Fri, Mar 1, 2019 at 3:22 PM Rishi Solanki > wrote: > > > Dear All, > > While working with storeOrder service, I observe that few order header > > level values not passed and stored in that service. Also no code support &

Re: storeOrder Service

2019-03-02 Thread Ankush Upadhyay
Agreed, Recently we are using one of these fields and we had to add support in this service to store. Thanks -- Ankush Upadhyay On Fri, Mar 1, 2019 at 3:22 PM Rishi Solanki wrote: > Dear All, > While working with storeOrder service, I observe that few order header > level values n

storeOrder Service

2019-03-01 Thread Rishi Solanki
Dear All, While working with storeOrder service, I observe that few order header level values not passed and stored in that service. Also no code support exists for those order header fields. Below are the fields which is not taken care by the service code, please let me know if we can add

[jira] [Commented] (OFBIZ-5843) Improve storeOrder service performance and reliability

2014-10-30 Thread Jacques Le Roux (JIRA)
I did not implement it though since I did not need it. Jacques Le 30/10/2014 08:40, Scott Gray a écrit : > Or as an alternative it could be run in the same transaction right before > committing, to reduce the amount of time the lock is held. > Improve storeOrder service performan

[jira] [Comment Edited] (OFBIZ-5843) Improve storeOrder service performance and reliability

2014-10-29 Thread Jacques Le Roux (JIRA)
4 PM: -- Completed: At revision: 1635192 + 1635219 was (Author: jacques.le.roux): Completed: At revision: 1635192 > Improve storeOrder service performance and reliability > -- > > Key: OFBIZ-5843 >

[jira] [Created] (OFBIZ-5843) Improve storeOrder service performance and reliability

2014-10-29 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-5843: -- Summary: Improve storeOrder service performance and reliability Key: OFBIZ-5843 URL: https://issues.apache.org/jira/browse/OFBIZ-5843 Project: OFBiz

[jira] [Closed] (OFBIZ-5843) Improve storeOrder service performance and reliability

2014-10-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-5843. -- Resolution: Implemented Completed: At revision: 1635192 > Improve storeOrder serv

Re: Refactoring the storeOrder service

2008-05-18 Thread Jacques Le Roux
is great because some code in this area is very messy and there is a lot we can do to simplify it. Moreover, this is the code that very often is used and modified for customizations (for example in ecommerce site). One task we could work on is the refactoring of the "storeOrder" servi

Refactoring the storeOrder service

2008-05-09 Thread Jacopo Cappellato
customizations (for example in ecommerce site). One task we could work on is the refactoring of the "storeOrder" service: 1) internally modify the storeOrder service so that it calls the proper CRUD services (if available, and if not, we will create them) instead of using the