X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=99eee18ea9d36bf4f479e9f6c32690373357f812;hb=0952f0a9264d575752393a0be1a3d3c6480f96ed;hp=11243a91b7c57cffd7d0d9729bd811d7e2de51f3;hpb=f3212b82d6d54500bbe31c02c8ffa456f018a067;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 11243a91b..99eee18ea 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -490,12 +490,19 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'invoice_latexsmallfooter', + 'section' => 'billing', + 'description' => 'Optional small footer for multi-page LaTeX typeset PostScript invoices.', + 'type' => 'textarea', + }, + { 'key' => 'invoice_default_terms', 'section' => 'billing', 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', 'type' => 'select', - 'select_enum' => [ '', 'Payable upon receipt', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], + 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], }, { @@ -1159,7 +1166,7 @@ httemplate/docs/config.html }, { - 'key' => 'system_usernames' + 'key' => 'system_usernames', 'section' => 'username', 'description' => 'A list of system usernames that cannot be edited or removed, one per line. Use a bare username to prohibit modification/deletion of the username in any domain, or username@domain to prohibit modification/deletetion of a specific username and domain.', 'type' => 'textarea',