diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_main/Billing.pm | 20 | 
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 | 
