X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=7eea4f7ea51aa47d08345c01749baf54372b17de;hb=626dbc1a49b6b1dfba94584670a0a0b11ac52148;hp=61b41685a8c9b327e6ab47ca3ea1bfa2c2c5066d;hpb=5d6b394a5c676e5b87819a205da545f17fde8616;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 61b41685a..7eea4f7ea 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1552,8 +1552,8 @@ worry that config_items is freeside-specific and icky. { 'key' => 'paymentforcedtobatch', - 'section' => 'UI', - 'description' => 'Causes per customer payment entry to be forced to a batch processor rather than performed realtime.', + 'section' => 'deprecated', + 'description' => 'See batch-enable_payby and realtime-disable_payby. Used to (for CHEK): Cause per customer payment entry to be forced to a batch processor rather than performed realtime.', 'type' => 'checkbox', }, @@ -2020,12 +2020,29 @@ worry that config_items is freeside-specific and icky. { 'key' => 'batch-enable', - 'section' => 'billing', + 'section' => 'deprecated', #make sure batch-enable_payby is set for + #everyone before removing 'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.', 'type' => 'checkbox', }, { + 'key' => 'batch-enable_payby', + 'section' => 'billing', + 'description' => 'Enable batch processing for the specified payment types.', + 'type' => 'selectmultiple', + 'select_enum' => [qw( CARD CHEK )], + }, + + { + 'key' => 'realtime-disable_payby', + 'section' => 'billing', + 'description' => 'Disable realtime processing for the specified payment types.', + 'type' => 'selectmultiple', + 'select_enum' => [qw( CARD CHEK )], + }, + + { 'key' => 'batch-default_format', 'section' => 'billing', 'description' => 'Default format for batches.', @@ -2467,6 +2484,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'email_report-subject', + 'section' => '', + 'description' => 'Subject for reports emailed by freeside-fetch. Defaults to "Freeside report".', + 'type' => 'text', + }, + ); 1;