Details
-
Type:
Bug
-
Status: In Progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.6.3
-
Fix Version/s: Unscheduled
-
Component/s: CiviContribute
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Was just reviewing the bookkeeping report on demo site and noticed missing data on numerous rows. Clicked on contacts for a couple rows and found the contribution objects were present though not coming out properly in the report rows.
I determined that the problem transactions are membership signups. GenerateData.php is missing the function which creates financial items / financial transactions for the membership payments. I've added that function in this commit - which seems to now be creating the expected additional data.
However, after running regen.sh the report still looks wrong (missing data) - so I think some additional changes are needed.
https://github.com/civicrm/civicrm-core/compare/4.6...davecivicrm:CRM-16493