Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.6
-
Fix Version/s: 4.6.16
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
Step to replicate:
1. Create offline contribution having contribution status as pending.
2. Edit above contribution -> update contribution status from pending to cancel and save it.
3. On view of above saved contribution it show "Received Into = Accounts Receivable"
Encountered in
WebTest_Contribute_UpdateContributionTest::testCancelPayLater
https://test.civicrm.org/job/CiviCRM-WebTest-Matrix/CIVIVER=4.6,label=test-ubu1204-1/lastCompletedBuild/testReport/%28root%29/WebTest_Contribute_UpdateContributionTest/testCancelPayLater/
JM adds: From an accounting perspective, the pending pay later contribution status means that there is a bookkeeping entry that shows revenue for the total_amount matching an accounts receivable in that amount. When the transaction is cancelled, the bookkeeping entry is reversed by an entry in civicrm_financial_trxn with both from_financial_account_id and to_financial_account_id specified. If I had to choose, I'd say that Received Into should display as null in this case. But I haven't looked at this browser experience of this in detail.