X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=21af2b4cf29fc866455854813c5ef2e9863a7c16;hb=24cd385ebf1ab6e91d02d715475d37f8c4011eac;hp=f2b1bea56ae90694e033590905635772bed8cfb3;hpb=9bf32910a845c3e720d9b511fd9c3b7b0f580fb4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f2b1bea56..21af2b4cf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1177,7 +1177,14 @@ httemplate/docs/config.html { 'key' => 'show_ss', 'section' => 'UI', - 'description' => 'Turns on display/collection of SS# in the web interface.', + 'description' => 'Turns on display/collection of social security numbers in the web interface. Sometimes required by electronic check (ACH) processors.', + 'type' => 'checkbox', + }, + + { + 'key' => 'show_stateid', + 'section' => 'UI', + 'description' => "Turns on display/collection of driver's license/state issued id numbers in the web interface. Sometimes required by electronic check (ACH) processors.", 'type' => 'checkbox', }, @@ -1852,26 +1859,6 @@ httemplate/docs/config.html 'type' => 'checkbox', }, - #these should become per-user... - { - 'key' => 'vonage-username', - 'section' => '', - 'description' => 'Vonage Click2Call username (see https://secure.click2callu.com/)', - 'type' => 'text', - }, - { - 'key' => 'vonage-password', - 'section' => '', - 'description' => 'Vonage Click2Call username (see https://secure.click2callu.com/)', - 'type' => 'text', - }, - { - 'key' => 'vonage-fromnumber', - 'section' => '', - 'description' => 'Vonage Click2Call number (see https://secure.click2callu.com/)', - 'type' => 'text', - }, - { 'key' => 'echeck-nonus', 'section' => 'billing', @@ -1903,7 +1890,7 @@ httemplate/docs/config.html { 'key' => 'batch-enable', 'section' => 'billing', - 'description' => 'Enable credit card batching - leave disabled for real-time installations.', + 'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.', 'type' => 'checkbox', }, @@ -1913,7 +1900,9 @@ httemplate/docs/config.html 'description' => 'Default format for batches.', 'type' => 'select', 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', - 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP' ] + 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP', + 'ach-spiritone', + ] }, { @@ -1930,7 +1919,9 @@ httemplate/docs/config.html 'section' => 'billing', 'description' => 'Fixed (unchangeable) format for electronic check batches.', 'type' => 'select', - 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ] + 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP', + 'ach-spiritone', + ] }, { @@ -2076,6 +2067,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'disable_setup_suspended_pkgs', + 'section' => 'billing', + 'description' => 'Disables charging of setup fees for suspended packages.', + 'type' => 'checkbox', + }, + ); 1;