[jira] Created: (OFBIZ-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

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

[jira] Created: (OFBIZ-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

Nicolas Malin (Jira)
voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
--------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2731
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
             Project: OFBiz
          Issue Type: Improvement
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Sumit Pandit
             Fix For: SVN trunk


After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
Means to say -
if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
if it is posted, then create a reverse transaction and post it.

--
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-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

Nicolas Malin (Jira)

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

Sumit Pandit updated OFBIZ-2731:
--------------------------------

    Attachment: OFBiz_2731.patch

Patch is attached for given description.

> voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>             Fix For: SVN trunk
>
>         Attachments: OFBiz_2731.patch
>
>
> After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
> Means to say -
> if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
> if it is posted, then create a reverse transaction and post it.

--
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] Commented: (OFBIZ-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731482#action_12731482 ]

Sumit Pandit commented on OFBIZ-2731:
-------------------------------------

Thanks Arpit for contribution.

> voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>             Fix For: SVN trunk
>
>         Attachments: OFBiz_2731.patch
>
>
> After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
> Means to say -
> if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
> if it is posted, then create a reverse transaction and post it.

--
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-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

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

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

Anil K Patel reassigned OFBIZ-2731:
-----------------------------------

    Assignee: Anil K Patel

> voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Anil K Patel
>             Fix For: SVN trunk
>
>         Attachments: OFBiz_2731.patch
>
>
> After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
> Means to say -
> if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
> if it is posted, then create a reverse transaction and post it.

--
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-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

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

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

Anil K Patel closed OFBIZ-2731.
-------------------------------

    Resolution: Fixed

Patch in r794948. Thanks for patch.

> voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Anil K Patel
>             Fix For: SVN trunk
>
>         Attachments: OFBiz_2731.patch
>
>
> After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
> Means to say -
> if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
> if it is posted, then create a reverse transaction and post it.

--
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] Commented: (OFBIZ-2731) voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732339#action_12732339 ]

Sumit Pandit commented on OFBIZ-2731:
-------------------------------------

Thanks Anil and Arpit.

--
Kind Regards
Sumit Pandit

> voidPayment service should reverse the accounting transaction in same state (posted/unposted) as it was origanally there.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Anil K Patel
>             Fix For: SVN trunk
>
>         Attachments: OFBiz_2731.patch
>
>
> After void a payment all associated transaction are reversed. It should reverse all transaction in the same state as it was there -
> Means to say -
> if the existing transaction is unposted, then generate a reverse transaction a keep it unposted
> if it is posted, then create a reverse transaction and post it.

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