summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>1999-02-06 22:43:24 +0000
committerivan <ivan>1999-02-06 22:43:24 +0000
commit899b323ee2feeaf78afdb40526eb75995fe72cad (patch)
tree0f7ef4eb735dfe52e757c0203a73ecbf59661b5a
parent3e38c8e98073ab22c443de245846008a9db98000 (diff)
don't use [e]idiot; display error messages on the form page
-rw-r--r--CREDITS3
-rw-r--r--TODO24
2 files changed, 25 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index fc5988360..8558cb6e1 100644
--- a/CREDITS
+++ b/CREDITS
@@ -24,5 +24,8 @@ based on Freeside:
- Internationalization wrt addresses (cust_main, cust_main_county)
Thanks!
+Mark Williamson <mark.williamson@ebbs.com.au> and Roger Mangraviti
+<rem@atu.com.au> contributed state/provence listings for Australia.
+
Everything else is my (Ivan Kohler <ivan@sisd.com>) fault.
diff --git a/TODO b/TODO
index 363c42adb..920e160ab 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.20 1999-01-25 12:09:48 ivan Exp $
+$Id: TODO,v 1.21 1999-02-06 22:43:24 ivan Exp $
If you are interested in helping with any of these, please join the mailing
list (send a blank message to ivan-freeside-subscribe@sisd.com) to avoid
@@ -6,7 +6,25 @@ duplication of effort.
-- before 1.2b1 --
-Can't use [e]idiot with mod_perl.
+Can't use [e]idiot with mod_perl (not with forms and `press back button' and
+expire=>now, anyway).
+
+"popurlidiot" is not exported by the FS::CGI module at htdocs/misc/process/link.cgi line 27
+Content-type: text/html
+
+<H1>Software error:</H1>
+<CODE>Can't continue after import errors at htdocs/misc/process/link.cgi line 27
+BEGIN failed--compilation aborted at htdocs/misc/process/link.cgi line 27.
+</CODE>
+<P>
+For help, please send mail to this site's webmaster, giving this error message
+and the time and date of the error.
+
+[Fri Feb 5 02:26:23 1999] link.cgi: Can't continue after import errors at htdocs/misc/process/link.cgi line 27
+[Fri Feb 5 02:26:23 1999] link.cgi: BEGIN failed--compilation aborted at htdocs/misc/process/link.cgi line 27.
+
+
+clean up view/cust_pkg and view/svc_* yuck!
Lay out the forms a bit better.
@@ -40,6 +58,8 @@ update web demo
-- before or after ---
+add links on view/cust_main.cgi to setup services, like view/cust_pkg.cgi
+
FS::cust_pkg _require_'s FS::$svc, but this won't work with %FS::UID::callback
loading of configuration. (pry need same idea, but will run immediately if
context allows). Looks like error is masked by 'use FS::cust_svc' which in