From d2c621ec6c3d2edbd3d8b44600a92d6773ffa971 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 24 Mar 2010 08:37:45 +0000 Subject: better prepaid income reporting, with line item detail, RT#7776 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 94ecf0e2d..53c2d1387 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3568,6 +3568,13 @@ worry that config_items is freeside-specific and icky. '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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1