X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8fac97806d53ec39c20bac40d84e23e1c8965fab;hb=7a331ae6d41521b99a542741c3c92f5edd4ea336;hp=e55cd6f0daea0b6256cb599e185bcc752c2303b3;hpb=4fdc60587141db78b4baf67168cb5ab2122210d4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e55cd6f0d..8fac97806 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4252,6 +4252,13 @@ and customer address. Include units.', }, { + 'key' => 'password-no_reuse', + 'section' => 'password', + 'description' => 'Minimum number of password changes before a password can be reused. By default, passwords can be reused without restriction.', + 'type' => 'text', + }, + + { 'key' => 'datavolume-forcemegabytes', 'section' => 'UI', 'description' => 'All data volumes are expressed in megabytes', @@ -5386,6 +5393,13 @@ and customer address. Include units.', }, { + 'key' => 'tax-round_per_line_item', + 'section' => 'billing', + 'description' => 'Calculate tax and round to the nearest cent for each line item, rather than for the whole invoice.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-default_view', 'section' => 'UI', 'description' => 'Default customer view, for users who have not selected a default view in their preferences.', @@ -5900,6 +5914,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-announcement', + 'section' => 'self-service', + 'description' => 'HTML announcement to display to all authenticated users on account overview page', + 'type' => 'textarea', + }, + + { 'key' => 'logout-timeout', 'section' => 'UI', 'description' => 'If set, automatically log users out of the backoffice after this many minutes.',