X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6d0f06efdee132d62cc1e14897a70c208690c7b7;hb=8fda124d646333848b311c99263813c7d2466592;hp=3e159fa192c51945a8beab1632a340bb9c1e5a13;hpb=557a6bdc1302aa7addd313327dcf62bbc0533429;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3e159fa19..6d0f06efd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1030,6 +1030,20 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'invoice_show_prior_due_date', + 'section' => 'billing', + 'description' => 'Show previous invoice due dates when showing prior balances. Default is to show invoice date.', + 'type' => 'checkbox', + }, + + { + 'key' => 'invoice_include_aging', + 'section' => 'billing', + 'description' => 'Show an aging line after the prior balance section. Only valud when invoice_sections is enabled.', + 'type' => 'checkbox', + }, + + { 'key' => 'invoice_sections', 'section' => 'billing', 'description' => 'Split invoice into sections and label according to package category when enabled.',