From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001
From: ivan
Date: Tue, 29 Jan 2002 16:33:16 +0000
Subject: - web interface for hourly account charges! (FS::cust_pkg,
FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to
regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug
now dumps all SQL - new FS::cust_main methods: ->cancel,
->invoicing_list_addpost - start of a billing event web interface -
cust_pay::upgrade_replace doesn't error out if history includes overapplied
payments
---
httemplate/docs/man/FS/part_pkg.html | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
(limited to 'httemplate/docs/man/FS/part_pkg.html')
diff --git a/httemplate/docs/man/FS/part_pkg.html b/httemplate/docs/man/FS/part_pkg.html
index 9aeaa3d3d..e1e96b54c 100644
--- a/httemplate/docs/man/FS/part_pkg.html
+++ b/httemplate/docs/man/FS/part_pkg.html
@@ -60,11 +60,21 @@ inherits from FS::Record. The following fields are currently supported:
comment - Text name of this billing item definition (non-customer-viewable)
-setup - Setup fee
+setup - Setup fee expression
freq - Frequency of recurring fee
-recur - Recurring fee
+recur - Recurring fee expression
+
+setuptax - Setup fee tax exempt flag, empty or `Y'
+
+recurtax - Recurring fee tax exempt flag, empty or `Y'
+
+plan - Price plan
+
+plandata - Price plan data
+
+disabled - Disabled flag, empty or `Y'
setup and recur are evaluated as Safe perl expressions. You can use numbers
@@ -120,7 +130,7 @@ SVCDB is specified and does not match the svcdb of the service definition,
-$Id: part_pkg.html,v 1.1 2001-07-30 07:36:03 ivan Exp $
+$Id: part_pkg.html,v 1.3 2002-01-29 17:42:46 ivan Exp $
--
cgit v1.2.1