Track user for status change

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
16 messages Options
Reply | Threaded
Open this post in threaded view
|

Track user for status change

Nameet Jain-2
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 is the list of entities with missing such type of
field.

1. BudgetStatus
2. ContactListCommStatus
3. CustRequestStatus
4. ExampleStatus
5. FinAccountStatus
6. InventoryItemStatus
7. InvoiceStatus
8. PartyStatus
9. RequirementStatus
10. ShipmentStatus

Please let me know your thoughts. If it looks good I will open a ticket for
the same.

Thanks

--
Regards,
Nameet Jain
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Divesh Dutta-2
Yea I think it makes sense.

Thanks
--
Divesh Dutta.

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Rishi Solanki
In reply to this post by Nameet Jain-2
+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 <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Jacques Le Roux
Administrator
In reply to this post by Nameet Jain-2
+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 'changedByUserLoginId' field to track the
> userlogin detail. Here is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>

Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

taher
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 <[hidden email]>
wrote:

> +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 'changedByUserLoginId' field to track the
>> userlogin detail. Here is the list of entities with missing such type of
>> field.
>>
>> 1. BudgetStatus
>> 2. ContactListCommStatus
>> 3. CustRequestStatus
>> 4. ExampleStatus
>> 5. FinAccountStatus
>> 6. InventoryItemStatus
>> 7. InvoiceStatus
>> 8. PartyStatus
>> 9. RequirementStatus
>> 10. ShipmentStatus
>>
>> Please let me know your thoughts. If it looks good I will open a ticket
>> for
>> the same.
>>
>> Thanks
>>
>> --
>> Regards,
>> Nameet Jain
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Pierre Smits
Totally makes sense.

+1

Best regards,

Pierre

Op zaterdag 25 juni 2016 heeft Taher Alkhateeb <[hidden email]>
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 updating this field.
> Am I correct in my understanding?
>
> Taher Alkhateeb
>
> On Saturday, 25 June 2016, Jacques Le Roux <[hidden email]
> <javascript:;>>
> wrote:
>
> > +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 'changedByUserLoginId' field to track the
> >> userlogin detail. Here is the list of entities with missing such type of
> >> field.
> >>
> >> 1. BudgetStatus
> >> 2. ContactListCommStatus
> >> 3. CustRequestStatus
> >> 4. ExampleStatus
> >> 5. FinAccountStatus
> >> 6. InventoryItemStatus
> >> 7. InvoiceStatus
> >> 8. PartyStatus
> >> 9. RequirementStatus
> >> 10. ShipmentStatus
> >>
> >> Please let me know your thoughts. If it looks good I will open a ticket
> >> for
> >> the same.
> >>
> >> Thanks
> >>
> >> --
> >> Regards,
> >> Nameet Jain
> >>
> >>
> >
>


--
Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Jacques Le Roux
Administrator
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 <[hidden email]>
> 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 updating this field.
>> Am I correct in my understanding?
>>
>> Taher Alkhateeb
>>
>> On Saturday, 25 June 2016, Jacques Le Roux <[hidden email]
>> <javascript:;>>
>> wrote:
>>
>>> +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 'changedByUserLoginId' field to track the
>>>> userlogin detail. Here is the list of entities with missing such type of
>>>> field.
>>>>
>>>> 1. BudgetStatus
>>>> 2. ContactListCommStatus
>>>> 3. CustRequestStatus
>>>> 4. ExampleStatus
>>>> 5. FinAccountStatus
>>>> 6. InventoryItemStatus
>>>> 7. InvoiceStatus
>>>> 8. PartyStatus
>>>> 9. RequirementStatus
>>>> 10. ShipmentStatus
>>>>
>>>> Please let me know your thoughts. If it looks good I will open a ticket
>>>> for
>>>> the same.
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Regards,
>>>> Nameet Jain
>>>>
>>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Akash Jain
In reply to this post by Nameet Jain-2
+1, nice enhancement!

Thanks and Regards
--
Akash Jain

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Amardeep Singh Jhajj-2
In reply to this post by Nameet Jain-2
+1 Nameet.

Regards,
--
Amardeep Singh Jhajj

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Pranay Pandey-3
In reply to this post by Nameet Jain-2
+1

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Ashish Vijaywargiya-4
In reply to this post by Nameet Jain-2
+1

Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Ratnesh Upadhyay-2
In reply to this post by Nameet Jain-2
+1 for logical thinking and proposed enhancement.

Regards,
Ratnesh Upadhyay

On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <[hidden email]>
wrote:

> 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 is the list of entities with missing such type of
> field.
>
> 1. BudgetStatus
> 2. ContactListCommStatus
> 3. CustRequestStatus
> 4. ExampleStatus
> 5. FinAccountStatus
> 6. InventoryItemStatus
> 7. InvoiceStatus
> 8. PartyStatus
> 9. RequirementStatus
> 10. ShipmentStatus
>
> Please let me know your thoughts. If it looks good I will open a ticket for
> the same.
>
> Thanks
>
> --
> Regards,
> Nameet Jain
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Nameet Jain-2
In reply to this post by Ashish Vijaywargiya-4
You are right Taher we will not only just add field but also make changes
in respective service and events to ensure this field gets
updated. Thanks everyone for response.

Regards,
Nameet Jain

On Mon, Jun 27, 2016 at 11:00 AM, Ashish Vijaywargiya <
[hidden email]> wrote:

> +1
>
> Kind Regards
> Ashish Vijaywargiya
> HotWax Systems - est. 1997
>
> On Fri, Jun 24, 2016 at 6:56 PM, Nameet Jain <
> [hidden email]>
> wrote:
>
> > 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 is the list of entities with missing such type of
> > field.
> >
> > 1. BudgetStatus
> > 2. ContactListCommStatus
> > 3. CustRequestStatus
> > 4. ExampleStatus
> > 5. FinAccountStatus
> > 6. InventoryItemStatus
> > 7. InvoiceStatus
> > 8. PartyStatus
> > 9. RequirementStatus
> > 10. ShipmentStatus
> >
> > Please let me know your thoughts. If it looks good I will open a ticket
> for
> > the same.
> >
> > Thanks
> >
> > --
> > Regards,
> > Nameet Jain
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Nicolas Malin-2
In reply to this post by taher
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 definition

Nicolas

Le 25/06/2016 07:47, Taher Alkhateeb a écrit :

> 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 <[hidden email]>
> wrote:
>
>> +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 'changedByUserLoginId' field to track the
>>> userlogin detail. Here is the list of entities with missing such type of
>>> field.
>>>
>>> 1. BudgetStatus
>>> 2. ContactListCommStatus
>>> 3. CustRequestStatus
>>> 4. ExampleStatus
>>> 5. FinAccountStatus
>>> 6. InventoryItemStatus
>>> 7. InvoiceStatus
>>> 8. PartyStatus
>>> 9. RequirementStatus
>>> 10. ShipmentStatus
>>>
>>> Please let me know your thoughts. If it looks good I will open a ticket
>>> for
>>> the same.
>>>
>>> Thanks
>>>
>>> --
>>> Regards,
>>> Nameet Jain
>>>
>>>

Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Nameet Jain-2
Thanks Nicolas for the suggestion. Created a parent ticket OFBIZ-7611
<https://issues.apache.org/jira/browse/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 <[hidden email]>
wrote:

> 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 definition
>
> Nicolas
>
>
> Le 25/06/2016 07:47, Taher Alkhateeb a écrit :
>
>> 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 <[hidden email]>
>> wrote:
>>
>> +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 'changedByUserLoginId' field to track the
>>>> userlogin detail. Here is the list of entities with missing such type of
>>>> field.
>>>>
>>>> 1. BudgetStatus
>>>> 2. ContactListCommStatus
>>>> 3. CustRequestStatus
>>>> 4. ExampleStatus
>>>> 5. FinAccountStatus
>>>> 6. InventoryItemStatus
>>>> 7. InvoiceStatus
>>>> 8. PartyStatus
>>>> 9. RequirementStatus
>>>> 10. ShipmentStatus
>>>>
>>>> Please let me know your thoughts. If it looks good I will open a ticket
>>>> for
>>>> the same.
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Regards,
>>>> Nameet Jain
>>>>
>>>>
>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Track user for status change

Nicolas Malin-2
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
> <https://issues.apache.org/jira/browse/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 <[hidden email]>
> wrote:
>
>> 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 definition
>>
>> Nicolas
>>
>>
>> Le 25/06/2016 07:47, Taher Alkhateeb a écrit :
>>
>>> 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 <[hidden email]>
>>> wrote:
>>>
>>> +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 'changedByUserLoginId' field to track the
>>>>> userlogin detail. Here is the list of entities with missing such type of
>>>>> field.
>>>>>
>>>>> 1. BudgetStatus
>>>>> 2. ContactListCommStatus
>>>>> 3. CustRequestStatus
>>>>> 4. ExampleStatus
>>>>> 5. FinAccountStatus
>>>>> 6. InventoryItemStatus
>>>>> 7. InvoiceStatus
>>>>> 8. PartyStatus
>>>>> 9. RequirementStatus
>>>>> 10. ShipmentStatus
>>>>>
>>>>> Please let me know your thoughts. If it looks good I will open a ticket
>>>>> for
>>>>> the same.
>>>>>
>>>>> Thanks
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Nameet Jain
>>>>>
>>>>>
>>>>>