don't use [e]idiot; display error messages on the form page
authorivan <ivan>
Sat, 6 Feb 1999 22:43:24 +0000 (22:43 +0000)
committerivan <ivan>
Sat, 6 Feb 1999 22:43:24 +0000 (22:43 +0000)
CREDITS
TODO

diff --git a/CREDITS b/CREDITS
index fc59883..8558cb6 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -24,5 +24,8 @@ based on Freeside:
   - Internationalization wrt addresses (cust_main, cust_main_county)
 Thanks!
 
   - 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.
 
 Everything else is my (Ivan Kohler <ivan@sisd.com>) fault.
 
diff --git a/TODO b/TODO
index 363c42a..920e160 100644 (file)
--- 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 
 
 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 --
 
 
 -- 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.
 
 
 Lay out the forms a bit better.
 
@@ -40,6 +58,8 @@ update web demo
 
 -- before or after ---
 
 
 -- 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
 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