summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-11-28 00:02:03 +0000
committerivan <ivan>2010-11-28 00:02:03 +0000
commit143c8af5f8fdd5d573e87a3255a4d003e4453d45 (patch)
treebdc80a06ddb1ed3143f558c16f8e15ffdadd8e94 /FS
parent9ecfa8b0f9e53e0da37bfcd78a8b22133312613b (diff)
doc
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main/Billing.pm20
1 files changed, 20 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm
index 4b727bb7c..9fa1e4168 100644
--- a/FS/FS/cust_main/Billing.pm
+++ b/FS/FS/cust_main/Billing.pm
@@ -2080,6 +2080,26 @@ sub apply_payments {
=back
+=head1 FLOW
+
+ bill_and_collect
+
+ cancel_expired_pkgs
+ suspend_adjourned_pkgs
+
+ bill
+ (do_cust_event pre-bill)
+ _make_lines
+ _handle_taxes
+ (vendor-only) _gather_taxes
+ _omit_zero_value_bundles
+ calculate_taxes
+
+ apply_payments_and_credits
+ collect
+ do_cust_event
+ due_cust_event
+
=head1 BUGS
=head1 SEE ALSO