-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMembershipchurnchart.mgd.php
More file actions
26 lines (25 loc) · 918 Bytes
/
Membershipchurnchart.mgd.php
File metadata and controls
26 lines (25 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
return [
[
'name' => 'Membership Churn Chart',
'entity' => 'Job',
'params' =>
[
'version' => 3,
'name' => 'Membership Churn Chart - Prepare Data',
'description' => 'To prepare data for membership churn chart',
'run_frequency' => 'Daily',
'api_entity' => 'membershipchurnchart',
'api_action' => 'preparechurntable',
],
],
];