[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.31,1.324.2.32

Ivan,,, ivan at wavetail.420.am
Wed Mar 24 01:38:03 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.324.2.31
retrieving revision 1.324.2.32
diff -u -w -d -r1.324.2.31 -r1.324.2.32
--- Conf.pm	12 Mar 2010 22:02:20 -0000	1.324.2.31
+++ Conf.pm	24 Mar 2010 08:38:00 -0000	1.324.2.32
@@ -3546,6 +3546,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