Skip to content
Snippets Groups Projects
Commit 20a46408 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

Create Bookkeping Report to handle issues with Multiple Memberships being...

Create Bookkeping Report to handle issues with Multiple Memberships being recorded on the same Form.   This is leading to duplication of records on standard reports
parent 6c8752fa
No related branches found
No related tags found
No related merge requests found
<?php
// This file declares a managed database record of type "ReportTemplate".
// The record will be automatically inserted, updated, or deleted from the
// database as appropriate. For more details, see "hook_civicrm_managed" at:
// http://wiki.civicrm.org/confluence/display/CRMDOC42/Hook+Reference
return array (
0 =>
array (
'name' => 'CRM_Additionalreports_Form_Report_BookkeepingMembership',
'entity' => 'ReportTemplate',
'params' =>
array (
'version' => 3,
'label' => 'BookkeepingMembership',
'description' => 'BookkeepingMembership (cc.tadpole.additionalreports)',
'class_name' => 'CRM_Additionalreports_Form_Report_BookkeepingMembership',
'report_url' => 'cc.tadpole.additionalreports/bookkeepingmembership',
'component' => 'CiviContribute',
),
),
);
This diff is collapsed.
{*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2017 |
+--------------------------------------------------------------------+
| This file is a part of CiviCRM. |
| |
| CiviCRM is free software; you can copy, modify, and distribute it |
| under the terms of the GNU Affero General Public License |
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
| |
| CiviCRM is distributed in the hope that it will be useful, but |
| WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| See the GNU Affero General Public License for more details. |
| |
| You should have received a copy of the GNU Affero General Public |
| License and the CiviCRM Licensing Exception along |
| with this program; if not, contact CiviCRM LLC |
| at info[AT]civicrm[DOT]org. If you have questions about the |
| GNU Affero General Public License or the licensing of CiviCRM, |
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
{include file="CRM/Report/Form.tpl"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment