summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2002-01-29 16:33:16 +0000
committerivan <ivan>2002-01-29 16:33:16 +0000
commit6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 (patch)
tree40efa15fb918ceb4e065160a4257349322658b6c /htetc
parentf02dd9b0e5042ef000d9338089eed50988d48914 (diff)
- 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
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa2
-rw-r--r--htetc/handler.pl2
2 files changed, 4 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index c22afc132..20ef1467d 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -5,6 +5,7 @@ use CGI;
use HTML::Entities;
use Date::Format;
use Date::Parse;
+use Tie::IxHash;
use FS::UID qw(cgisuidsetup dbh);
use FS::Record qw(qsearch qsearchs fields);
use FS::part_svc;
@@ -12,6 +13,7 @@ use FS::part_pkg;
use FS::pkg_svc;
use FS::cust_pkg;
use FS::cust_svc;
+use FS::part_bill_event;
use FS::CGI qw(header menubar popurl table itable ntable);
sub Script_OnStart {
diff --git a/htetc/handler.pl b/htetc/handler.pl
index e643559f0..6ff9d436c 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -59,6 +59,7 @@ sub handler
#use CGI::Carp qw(fatalsToBrowser);
use Date::Format;
use Date::Parse;
+ use Tie::IxHash;
use HTML::Entities;
use FS::UID qw(cgisuidsetup);
use FS::Record qw(qsearch qsearchs fields);
@@ -67,6 +68,7 @@ sub handler
use FS::pkg_svc;
use FS::cust_pkg;
use FS::cust_svc;
+ use FS::part_bill_event;
use FS::CGI qw(header menubar popurl table itable ntable);
$cgi = new CGI;