[freeside-commits] freeside/FS/FS Conf.pm,1.359,1.360

Ivan,,, ivan at wavetail.420.am
Wed Mar 24 01:37:47 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv28430/FS/FS

Modified Files:
	Conf.pm 
Log Message:
better prepaid income reporting, with line item detail, RT#7776

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -w -d -r1.359 -r1.360
--- Conf.pm	12 Mar 2010 21:56:32 -0000	1.359
+++ Conf.pm	24 Mar 2010 08:37:45 -0000	1.360
@@ -3568,6 +3568,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'enable_legacy_prepaid_income',
+    'section'     => '',
+    'description' => "Enable legacy prepaid income reporting.  Only useful when you have imported pre-Freeside packages with longer-than-monthly duration, and need to do prepaid income reporting on them before they've been invoiced the first time.",
+    'type'        => 'checkbox',
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list