add invoice_default_terms config value to control explicit due date printing on invoices
[freeside.git] / FS / FS / Conf.pm
index ea32b2c..c69817d 100644 (file)
@@ -450,6 +450,14 @@ httemplate/docs/config.html
     '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' ],
+  },
+
   {
     'key'         => 'lpr',
     'section'     => 'required',