[jira] Created: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

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

[jira] Created: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
Add History Function to Returns so we can see who Created, Edited, Completed return.
------------------------------------------------------------------------------------

                 Key: OFBIZ-2483
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
             Project: OFBiz
          Issue Type: Improvement
          Components: order
    Affects Versions: SVN trunk
            Reporter: Deepesh Kapoor
            Priority: Minor
             Fix For: SVN trunk


Following needs to be done :

1. Add changeByUserLoginId field to ReturnStatus entity
2. Add service to track it, change UI to show it with status history
3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukesh Choudhary updated OFBIZ-2483:
------------------------------------

    Attachment: ReturnHistoryFunction_OFBIZ-2483.patch

Hello Deepesh,

Here is the patch for Return History Function for a specific return so we can see who Created, Edited, Completed return.
Following are the steps to test this patch :
1. Create a Sales order.
2. Click on "Quick Ship Entire Order" and followed by "Create Return" from the OrderView page.
3. Now a return is Created and from the Return Header, it can be Edited and Completed.
4. Now there is one more tab for "Return History" with "Return Header" and "Return Items" by clicking on it you can see changes for a specific return and related entities.

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukesh Choudhary updated OFBIZ-2483:
------------------------------------

    Attachment: ReturnHistoryFunction_OFBIZ-2483.patch

Here is the updated patch.

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukesh Choudhary updated OFBIZ-2483:
------------------------------------

    Attachment: ReturnHistoryFunction_OFBIZ-2483.patch

Here is the updated patch.

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-2483:
----------------------------------

    Assignee: Vikas Mayur

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukesh Choudhary updated OFBIZ-2483:
------------------------------------

    Attachment: ReturnHistoryFunction_OFBIZ-2483.patch

Hello vikas,

Here is the updated patch with changes you suggested.

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

awdesh singh parihar updated OFBIZ-2483:
----------------------------------------

    Attachment: ReturnHistoryFunction_OFBIZ-2483.patch

Uploaded  updated patch .
Thanks Ratnesh Upadhyay  for help

Thanks & Regards
--Awdesh Parihar

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2483) Add History Function to Returns so we can see who Created, Edited, Completed return.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-2483.
------------------------------

    Resolution: Fixed

Thanks Awdesh and others,

Patch is in trunk rev. 778463 with few modifications.

Vikas

> Add History Function to Returns so we can see who Created, Edited, Completed return.
> ------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2483
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2483
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch, ReturnHistoryFunction_OFBIZ-2483.patch
>
>
> Following needs to be done :
> 1. Add changeByUserLoginId field to ReturnStatus entity
> 2. Add service to track it, change UI to show it with status history
> 3. For general edit auditing add enable-audit-log attribute to field definitions for fields to track, and add UI to show change for a specific return and related entities (items, responses, etc).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.