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.