[ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'cvv_backoffice_required', 'type' => 'Boolean', 'html_type' => 'radio', 'quick_form_type' => 'YesNo', 'default' => '1', 'add' => '4.1', 'title' => ts('CVV required for backoffice?'), 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('Is the CVV code required for back office credit card transactions'), 'help_text' => 'If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change', ], 'contribution_invoice_settings' => [ // @todo our standard is to have a setting per item not to hide settings in an array with // no useful metadata. Undo this setting. 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'contribution_invoice_settings', 'type' => 'Array', 'default' => [ 'invoice_prefix' => 'INV_', 'credit_notes_prefix' => 'CN_', 'due_date' => '10', 'due_date_period' => 'days', 'notes' => '', 'tax_term' => 'Sales Tax', 'tax_display_settings' => 'Inclusive', ], 'add' => '4.7', 'title' => ts('Contribution Invoice Settings'), 'is_domain' => 1, 'is_contact' => 0, 'help_text' => NULL, ], 'invoicing' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'invoicing', 'type' => 'Boolean', 'html_type' => 'checkbox', 'quick_form_type' => 'Element', 'default' => 0, 'add' => '4.7', 'title' => ts('Enable Tax and Invoicing'), 'is_domain' => 1, 'is_contact' => 0, 'on_change' => [ 'CRM_Invoicing_Utils::onToggle', ], ], 'acl_financial_type' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'acl_financial_type', 'type' => 'Boolean', 'html_type' => 'checkbox', 'quick_form_type' => 'Element', 'default' => 0, 'add' => '4.7', 'title' => ts('Enable Access Control by Financial Type'), 'is_domain' => 1, 'is_contact' => 0, 'help_text' => NULL, 'help' => ['id' => 'acl_financial_type'], ], 'deferred_revenue_enabled' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'deferred_revenue_enabled', 'type' => 'Boolean', 'html_type' => 'checkbox', 'quick_form_type' => 'Element', 'default' => 0, 'add' => '4.7', 'title' => ts('Enable Deferred Revenue'), 'is_domain' => 1, 'is_contact' => 0, 'help_text' => NULL, ], 'default_invoice_page' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'default_invoice_page', 'type' => 'Integer', 'quick_form_type' => 'Select', 'default' => NULL, 'pseudoconstant' => [ // @todo - handle table style pseudoconstants for settings & avoid deprecated function. 'callback' => 'CRM_Contribute_PseudoConstant::contributionPage', ], 'html_type' => 'select', 'add' => '4.7', 'title' => ts('Default invoice payment page'), 'is_domain' => 1, 'is_contact' => 0, 'help_text' => NULL, ], 'always_post_to_accounts_receivable' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'always_post_to_accounts_receivable', 'type' => 'Boolean', 'html_type' => 'checkbox', 'quick_form_type' => 'Element', 'default' => 0, 'add' => '4.7', 'title' => ts('Always post to Accounts Receivable?'), 'is_domain' => 1, 'is_contact' => 0, 'help_text' => NULL, ], 'update_contribution_on_membership_type_change' => [ 'group_name' => 'Contribute Preferences', 'group' => 'contribute', 'name' => 'update_contribution_on_membership_type_change', 'type' => 'Boolean', 'html_type' => 'checkbox', 'quick_form_type' => 'Element', 'default' => 0, 'add' => '4.7', 'title' => ts('Automatically update related contributions when Membership Type is changed'), 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('Enabling this setting will update related contribution of membership(s) except if the membership is paid for with a recurring contribution.'), 'help_text' => NULL, ], ];