X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a86764846b1b53cf3fb081b100dea4cd373d5a35;hp=8bff460fe59d522f1800a5e0074a0e7e402c0a08;hb=7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49;hpb=0dd05e9ff98263d2d42b419b1e278a5a3bc594b2 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8bff460fe..a86764846 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -649,6 +649,20 @@ httemplate/docs/config.html }, { + 'key' => 'lpr-postscript_prefix', + 'section' => 'billing', + 'description' => 'Raw printer commands prepended to the beginning of postscript print jobs (evaluated as a double-quoted perl string - backslash escapes are available)', + 'type' => 'text', + }, + + { + 'key' => 'lpr-postscript_suffix', + 'section' => 'billing', + 'description' => 'Raw printer commands added to the end of postscript print jobs (evaluated as a double-quoted perl string - backslash escapes are available)', + 'type' => 'text', + }, + + { 'key' => 'money_char', 'section' => '', 'description' => 'Currency symbol - defaults to `$\'', @@ -911,6 +925,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'show_bankstate', + 'section' => 'UI', + 'description' => "Turns on display/collection of state for bank accounts in the web interface. Sometimes required by electronic check (ACH) processors.", + 'type' => 'checkbox', + }, + { 'key' => 'agent_defaultpkg', 'section' => 'UI', @@ -1227,6 +1248,13 @@ httemplate/docs/config.html }, { + 'key' => 'paymentforcedtobatch', + 'section' => 'UI', + 'description' => 'Causes per customer payment entry to be forced to a batch processor rather than performed realtime.', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_acct-notes', 'section' => 'UI', 'description' => 'Extra HTML to be displayed on the Account View screen.',