X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FContribute.setting.php;h=e0df612cdfddceac5f2d1d89950452ea18bbcd80;hb=7d9ff0d25f176d60578bf464d83dae08a6b68b66;hp=34fc2ee730ce60c51708320fdc56ab8cde317d1e;hpb=66d8568c572fb429dfd11b310ed257594cdcbbf8;p=civicrm-core.git diff --git a/settings/Contribute.setting.php b/settings/Contribute.setting.php index 34fc2ee730..e0df612cdf 100644 --- a/settings/Contribute.setting.php +++ b/settings/Contribute.setting.php @@ -51,4 +51,25 @@ return array( 'description' => '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' => array( + 'group_name' => 'Contribute Preferences', + 'group' => 'contribute', + 'name' => 'contribution_invoice_settings', + 'type' => 'Array', + 'default' => array( + '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' => 'Contribution Invoice Settings', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => NULL, + 'help_text' => NULL, + ), );