summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-06-29 04:32:22 +0000
committerivan <ivan>2010-06-29 04:32:22 +0000
commit66ec38299e2f40271fa1e66c7a4db529a5b261d4 (patch)
tree754e9bcd2f4bd5006b6ebc21fe32ef33bab98894 /FS
parenta075f88c222ca92c12a635257568c5b2087c84b1 (diff)
Ordered status for the limbo between Prospect and Active, RT#8712
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index c83ae95b7..6d879bcd4 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -7135,6 +7135,8 @@ Returns a status string for this customer, currently:
=item prospect - No packages have ever been ordered
+=item ordered - Recurring packages all are new (not yet billed).
+
=item active - One or more recurring packages is active
=item inactive - No active recurring packages, but otherwise unsuspended/uncancelled (the inactive status is new - previously inactive customers were mis-identified as cancelled)
@@ -7186,8 +7188,8 @@ Returns a hex triplet color string for this customer's status.
use vars qw(%statuscolor);
tie %statuscolor, 'Tie::IxHash',
'prospect' => '7e0079', #'000000', #black? naw, purple
- 'ordered' => '009999', #teal? cyan?
'active' => '00CC00', #green
+ 'ordered' => '009999', #teal? cyan?
'inactive' => '0000CC', #blue
'suspended' => 'FF9900', #yellow
'cancelled' => 'FF0000', #red