summaryrefslogtreecommitdiff
path: root/FS/FS/TaxEngine.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-04-20 09:43:34 -0700
committerMark Wells <mark@freeside.biz>2015-04-20 09:43:34 -0700
commitc14803e37f1bfdcff882ee5cb35a9b10a93a88c9 (patch)
tree80229cc92340219b9cf2ebe1bb0cabffa6e281aa /FS/FS/TaxEngine.pm
parentf2cf5c2843dcef5db0941a1673538eb922fd5a5a (diff)
quotations + tax refactor, part 2
Diffstat (limited to 'FS/FS/TaxEngine.pm')
-rw-r--r--FS/FS/TaxEngine.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/FS/FS/TaxEngine.pm b/FS/FS/TaxEngine.pm
index 54e305f..70f1f92 100644
--- a/FS/FS/TaxEngine.pm
+++ b/FS/FS/TaxEngine.pm
@@ -40,8 +40,12 @@ FS::TaxEngine - Base class for tax calculation engines.
Creates an L<FS::TaxEngine> object. The subclass will be chosen by the
'enable_taxproducts' configuration setting.
-CUST_MAIN and TIME are required. OPTIONS can include "cancel" => 1 to
-indicate that the package is being billed on cancellation.
+CUST_MAIN and TIME are required. OPTIONS can include:
+
+"cancel" => 1 to indicate that the package is being billed on cancellation.
+
+"estimate" => 1 to indicate that this calculation is for tax estimation,
+and isn't an actual sale invoice, in case that matters.
=cut