X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=065fd8c4ef5604beba9d7783df92d9f9a61174d8;hb=4109791a9b80df968edaf2e71da8ebcfb8882be3;hp=42fe9ec4cd9ae888e65d20d0f21d4355bef28ef1;hpb=3564f619654c5cbf22fc2acbe7eff0c08308e859;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 42fe9ec4c..065fd8c4e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1528,16 +1528,24 @@ and customer address. Include units.', }, { - 'key' => 'invoice_include_aging', + 'key' => 'invoice_sections', 'section' => 'invoicing', - 'description' => 'Show an aging line after the prior balance section. Only valud when invoice_sections is enabled.', + 'description' => 'Split invoice into sections and label according to package category when enabled.', 'type' => 'checkbox', + 'per_agent' => 1, }, { - 'key' => 'invoice_sections', + 'key' => 'invoice_include_aging', 'section' => 'invoicing', - 'description' => 'Split invoice into sections and label according to package category when enabled.', + 'description' => 'Show an aging line after the prior balance section. Only valid when invoice_sections is enabled.', + 'type' => 'checkbox', + }, + + { + 'key' => 'invoice_sections_by_location', + 'section' => 'invoicing', + 'description' => 'Divide invoice into sections according to service location. Currently, this overrides sectioning by package category.', 'type' => 'checkbox', 'per_agent' => 1, }, @@ -2275,6 +2283,7 @@ and customer address. Include units.', 'key' => 'selfservice-timeout', 'section' => 'self-service', 'description' => 'Timeout for the self-service login cookie, in seconds. Defaults to 1 hour.', + 'type' => 'text', }, { @@ -4118,6 +4127,13 @@ and customer address. Include units.', 'type' => [ qw(checkbox text) ], }, + { + 'key' => 'previous_balance-section', + 'section' => 'invoicing', + 'description' => 'Show previous invoice balances in a separate invoice section. Does not require invoice_sections to be enabled.', + 'type' => 'checkbox', + }, + { 'key' => 'previous_balance-summary_only', 'section' => 'invoicing', @@ -4347,6 +4363,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'part_pkg-delay_start', + 'section' => '', + 'description' => 'Enabled "delayed start" option for packages.', + 'type' => 'checkbox', + }, + { 'key' => 'mcp_svcpart', 'section' => '',