Re: Track user for status change

2016-06-27 Thread Nicolas Malin
Nice Nameet, I follow these issues ;) Nicolas Le 27/06/2016 15:37, Nameet Jain a écrit : Thanks Nicolas for the suggestion. Created a parent ticket OFBIZ-7611 to track the progress. For this parent task added entity wise sub tickets.

Re: Track user for status change

2016-06-27 Thread Nameet Jain
Thanks Nicolas for the suggestion. Created a parent ticket OFBIZ-7611 to track the progress. For this parent task added entity wise sub tickets. Regards, Nameet Jain On Mon, Jun 27, 2016 at 3:25 PM, Nicolas Malin

Re: Track user for status change

2016-06-27 Thread Nicolas Malin
I agree with proposal but like Taher I suggest to : * check all crud service for these entities are under entity-auto engine * Improve entity-auto engine to manage this field by automatic process (I realized this for create/lastModification field) * Complete unit test * propage entity

Re: Track user for status change

2016-06-27 Thread Ratnesh Upadhyay
+1 for logical thinking and proposed enhancement. Regards, Ratnesh Upadhyay On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId' field is missing from status > entities (like: ShipmentStatus). Using

Re: Track user for status change

2016-06-26 Thread Ashish Vijaywargiya
+1 Kind Regards Ashish Vijaywargiya HotWax Systems - est. 1997 On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId' field is missing from status > entities (like: ShipmentStatus). Using this field we

Re: Track user for status change

2016-06-26 Thread Pranay Pandey
+1 Best regards, Pranay Pandey HotWax Systems http://www.hotwaxsystems.com/ On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId' field is missing from status > entities (like: ShipmentStatus). Using

Re: Track user for status change

2016-06-26 Thread Akash Jain
+1, nice enhancement! Thanks and Regards -- Akash Jain On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId' field is missing from status > entities (like: ShipmentStatus). Using this field we can

Re: Track user for status change

2016-06-25 Thread Jacques Le Roux
That was obvious to me, thanks Taher for the question! Jacques Le 25/06/2016 à 09:39, Pierre Smits a écrit : Totally makes sense. +1 Best regards, Pierre Op zaterdag 25 juni 2016 heeft Taher Alkhateeb het volgende geschreven: Hi Nameet, I am assuming that

Re: Track user for status change

2016-06-25 Thread Pierre Smits
Totally makes sense. +1 Best regards, Pierre Op zaterdag 25 juni 2016 heeft Taher Alkhateeb het volgende geschreven: > Hi Nameet, > > I am assuming that you will not just change the entities but everything > like the services and events where necessary to ensure

Re: Track user for status change

2016-06-24 Thread Taher Alkhateeb
Hi Nameet, I am assuming that you will not just change the entities but everything like the services and events where necessary to ensure updating this field. Am I correct in my understanding? Taher Alkhateeb On Saturday, 25 June 2016, Jacques Le Roux wrote: > +1

Re: Track user for status change

2016-06-24 Thread Jacques Le Roux
+1 Jacques Le 24/06/2016 à 15:26, Nameet Jain a écrit : Hello everyone, Currently in OFBiz, 'changedByUserLoginId' field is missing from status entities (like: ShipmentStatus). Using this field we can maintain the history for each status change made by user. I will recommend here to add

Re: Track user for status change

2016-06-24 Thread Rishi Solanki
+1, Nameet. Rishi Solanki Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId'

Re: Track user for status change

2016-06-24 Thread Divesh Dutta
Yea I think it makes sense. Thanks -- Divesh Dutta. On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain wrote: > Hello everyone, > > Currently in OFBiz, 'changedByUserLoginId' field is missing from status > entities (like: ShipmentStatus). Using this field we can

Track user for status change

2016-06-24 Thread Nameet Jain
Hello everyone, Currently in OFBiz, 'changedByUserLoginId' field is missing from status entities (like: ShipmentStatus). Using this field we can maintain the history for each status change made by user. I will recommend here to add 'changedByUserLoginId' field to track the userlogin detail. Here