You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2009/06/19 19:36:07 UTC

[jira] Created: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

An accounting transaction already posted cannot be reverted (but it should be)
------------------------------------------------------------------------------

                 Key: OFBIZ-2638
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Jacopo Cappellato
             Fix For: SVN trunk


An accounting transaction already posted cannot be reverted (but it should be).
Steps to test this:
1) create a new manual accounting transaction
2) post it
3) click on the "revert accounting transaction" link
you will get the following error:

"Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"

The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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


[jira] Closed: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-2638.
------------------------------------

    Resolution: Fixed

Fixed in rev. 788217 and 788220

> An accounting transaction already posted cannot be reverted (but it should be)
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2638
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> An accounting transaction already posted cannot be reverted (but it should be).
> Steps to test this:
> 1) create a new manual accounting transaction
> 2) post it
> 3) click on the "revert accounting transaction" link
> you will get the following error:
> "Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"
> The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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


[jira] Commented: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

Posted by "Vince Clark (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722186#action_12722186 ] 

Vince Clark commented on OFBIZ-2638:
------------------------------------

This is also a bug in the release 09.04.

> An accounting transaction already posted cannot be reverted (but it should be)
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2638
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>             Fix For: SVN trunk
>
>
> An accounting transaction already posted cannot be reverted (but it should be).
> Steps to test this:
> 1) create a new manual accounting transaction
> 2) post it
> 3) click on the "revert accounting transaction" link
> you will get the following error:
> "Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"
> The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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


[jira] Commented: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722161#action_12722161 ] 

BJ Freeman commented on OFBIZ-2638:
-----------------------------------

past sccounting transaction practices, for audit is no transaction can be removed but a corrective transaction is posted with comments.

> An accounting transaction already posted cannot be reverted (but it should be)
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2638
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>             Fix For: SVN trunk
>
>
> An accounting transaction already posted cannot be reverted (but it should be).
> Steps to test this:
> 1) create a new manual accounting transaction
> 2) post it
> 3) click on the "revert accounting transaction" link
> you will get the following error:
> "Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"
> The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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


[jira] Assigned: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-2638:
----------------------------------------

    Assignee: Jacopo Cappellato

> An accounting transaction already posted cannot be reverted (but it should be)
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2638
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> An accounting transaction already posted cannot be reverted (but it should be).
> Steps to test this:
> 1) create a new manual accounting transaction
> 2) post it
> 3) click on the "revert accounting transaction" link
> you will get the following error:
> "Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"
> The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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


[jira] Updated: (OFBIZ-2638) An accounting transaction already posted cannot be reverted (but it should be)

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato updated OFBIZ-2638:
-------------------------------------

    Affects Version/s: Release Branch 9.04
        Fix Version/s: Release Branch 9.04

> An accounting transaction already posted cannot be reverted (but it should be)
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2638
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2638
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Jacopo Cappellato
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> An accounting transaction already posted cannot be reverted (but it should be).
> Steps to test this:
> 1) create a new manual accounting transaction
> 2) post it
> 3) click on the "revert accounting transaction" link
> you will get the following error:
> "Error: Transaction has been already posted   calling service createAcctgTransEntry in copyAcctgTransAndEntries"
> The error is caused by the fact that the service, instead of creating a new accounting transaction with the C and D entries switched, it simply adds the entries to the original transaction... and the original transaction can't be edited (and this is correct) because it is already posted.

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