X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ed94dd0e54b1edb742d4640da7bd71bf2091d135;hb=0af65f4c957f0f658d9a539effd5d61375f6a0b9;hp=82bd2e30da080f12b728eb218cd5ab541ad4a74f;hpb=2c8e6717e98dae679359aeac61eae3a2c9f74b0b;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 82bd2e30d..ed94dd0e5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1713,6 +1713,15 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'invoice_sections_multilocation', + 'section' => 'invoicing', + 'description' => 'Enable invoice_sections for for any bill with at least this many locations on the bill.', + 'type' => 'text', + 'per_agent' => 1, + 'validate' => sub { shift =~ /^\d+$/ ? undef : 'Please enter a number' }, + }, + { 'key' => 'invoice_include_aging', 'section' => 'invoicing', @@ -1729,6 +1738,13 @@ and customer address. Include units.', }, { + 'key' => 'invoice_sections_with_taxes', + 'section' => 'invoicing', + 'description' => 'Include taxes within each section of mutli-section invoices.', + 'type' => 'checkbox', + }, + + { 'key' => 'summary_subtotals_method', 'section' => 'invoicing', 'description' => 'How to group line items when calculating summary subtotals. By default, it will be the same method used for grouping invoice sections.', @@ -6323,4 +6339,3 @@ and customer address. Include units.', ); 1; -