summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm17
1 files changed, 16 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ce8bd296e..44140ecfa 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1156,6 +1156,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'rec_latex',
+ 'section' => 'invoicing',
+ 'description' => 'Optional LaTeX template for typeset PostScript statements when svc_elec_features are enabled. See the <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Administration#Typeset_.28LaTeX.29_invoice_templates">billing documentation</a> for details.',
+ 'type' => 'textarea',
+ },
+
+ {
'key' => 'invoice_email_pdf',
'section' => 'invoicing',
'description' => 'Send PDF invoice as an attachment to emailed invoices. By default, includes the plain text invoice as the email body, unless invoice_email_pdf_note is set.',
@@ -1181,7 +1188,7 @@ and customer address. Include units.',
'section' => 'invoicing',
'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.',
'type' => 'select',
- 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ],
+ 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 16', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ],
},
{
@@ -3885,6 +3892,14 @@ and customer address. Include units.',
},
{
+ 'key' => 'svc_elec_features',
+ 'section' => '',
+ 'description' => 'Enable electrical billing features',
+ 'type' => 'select',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'maestro-status_test',
'section' => 'UI',
'description' => 'Display a link to the maestro status test page on the customer view page',