X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8db0b0c6ac1eaa8c3f2a422f8ff307d944a71eba;hb=ab9e07a6507647e1aaf59df75edc54b40a745643;hp=f2fda801649c8d53dd7ef313e0bc0f404bd9446c;hpb=1ec49b28c30c84962670d80d1c143e65b5b9370a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f2fda8016..8db0b0c6a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -496,6 +496,13 @@ httemplate/docs/config.html }, { + 'key' => 'deleterefunds', + 'section' => 'billing', + 'description' => 'Enable deletion of unclosed refunds. Be very careful! Only delete refunds that were data-entry errors, not adjustments.', + 'type' => 'checkbox', + }, + + { 'key' => 'unapplypayments', 'section' => 'deprecated', 'description' => 'DEPRECATED, now controlled by ACLs. Used to enable "unapplication" of unclosed payments.', @@ -552,6 +559,13 @@ httemplate/docs/config.html }, { + 'key' => 'emailinvoiceautoalways', + 'section' => 'billing', + 'description' => 'Automatically adds new accounts to the email invoice list even when the list contains email addresses', + 'type' => 'checkbox', + }, + + { 'key' => 'exclude_ip_addr', 'section' => '', 'description' => 'Exclude these from the list of available broadband service IP addresses. (One per line)', @@ -1910,6 +1924,13 @@ httemplate/docs/config.html }, { + 'key' => 'batch-increment_expiration', + 'section' => 'billing', + 'description' => 'Increment expiration date years in batches until cards are current. Make sure this is acceptable to your batching provider before enabling.', + 'type' => 'checkbox' + }, + + { 'key' => 'batchconfig-BoM', 'section' => 'billing', 'description' => 'Configuration for Bank of Montreal batching, seven lines: 1. Origin ID, 2. Datacenter, 3. Typecode, 4. Short name, 5. Long name, 6. Bank, 7. Bank account', @@ -1917,6 +1938,20 @@ httemplate/docs/config.html }, { + 'key' => 'batchconfig-PAP', + 'section' => 'billing', + 'description' => 'Configuration for PAP batching, seven lines: 1. Origin ID, 2. Datacenter, 3. Typecode, 4. Short name, 5. Long name, 6. Bank, 7. Bank account', + 'type' => 'textarea', + }, + + { + 'key' => 'batchconfig-csv-chase_canada-E-xactBatch', + 'section' => 'billing', + 'description' => 'Gateway ID for Chase Canada E-xact batching', + 'type' => 'text', + }, + + { 'key' => 'payment_history-years', 'section' => 'UI', 'description' => 'Number of years of payment history to show by default. Currently defaults to 2.', @@ -2002,6 +2037,14 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'impending_recur_template', + 'section' => 'billing', + 'description' => 'Template file for alerts about looming first time recurrant billing. See the Text::Template documentation for details on the template substitition language. Also see packages with a flat price plan The following variables are available', +#
  • $payby
  • $expdate most likely only confuse + 'type' => 'textarea', + }, + ); 1;