fixes: bug#331
authorivan <ivan>
Tue, 12 Feb 2002 05:58:42 +0000 (05:58 +0000)
committerivan <ivan>
Tue, 12 Feb 2002 05:58:42 +0000 (05:58 +0000)
README.1.4.0pre9
bin/fs-setup
httemplate/docs/admin.html

index fa5c2c0..8ff1e61 100644 (file)
@@ -9,9 +9,8 @@ httemplate/docs/upgrade8.html instead
 
 install the FS perl modules and httemplate as per install.html or upgrade8.html
 
-CREATE INDEX cust_pay2 ON cust_pay ( paynum );
-CREATE INDEX cust_pay3 ON cust_pay ( custnum );
-CREATE INDEX cust_pay4 ON cust_pay ( paybatch );
+CREATE INDEX cust_pay2 ON cust_pay ( custnum );
+CREATE INDEX cust_pay3 ON cust_pay ( paybatch );
 
 Run bin/dbdef-create
 
index 5f80594..7c716d3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #
-# $Id: fs-setup,v 1.76 2002-02-10 18:56:49 ivan Exp $
+# $Id: fs-setup,v 1.77 2002-02-12 05:58:42 ivan Exp $
 
 #to delay loading dbdef until we're ready
 BEGIN { $FS::Record::setup_hack = 1; }
@@ -487,7 +487,7 @@ sub tables_hash_hack {
       ],
       'primary_key' => 'paynum',
       'unique' => [ [] ],
-      'index' => [ [] ],
+      'index' => [ [ 'custnum' ], [ 'paybatch' ] ],
     },
 
     'cust_bill_pay' => {
@@ -500,7 +500,7 @@ sub tables_hash_hack {
       ],
       'primary_key' => 'billpaynum',
       'unique' => [ [] ],
-      'index' => [ [ 'paynum' ], [ 'custnum' ], [ 'paybatch' ] ],
+      'index' => [ [ 'paynum' ], [ 'invnum' ] ],
     },
 
     'cust_pay_batch' => { #what's this used for again?  list of customers
index 1dab439..16d4920 100755 (executable)
   <li>From the Package View screen of the newly created package, choose
   <u>(Add)</u> to add the customer's service for this new package.
 
-  <li>Add your own domain, and note down the assigned <b>Service #</b>.
+  <li>Add your own domain.
 
   <li>Go back to <u>View/Edit service definitions</u> on the main menu, and
-  <u>Add a new service definition</u> with <i>Table</i> <b>svc_acct</b>.  Put
-  the <b>Service #</b> for your domain in the <b>domsvc</b> Modifier.  Set
-  <b>Fixed</b> to define a service locked-in to this domain, or <b>Default</b>
-  to define a service which may select from among this domain and the
-  customer's domains.
+  <u>Add a new service definition</u> with <i>Table</i> <b>svc_acct</b>.
+  Select your domain in the <b>domsvc</b> Modifier.  Set <b>Fixed</b> to define
+  a service locked-in to this domain, or <b>Default</b> to define a service
+  which may select from among this domain and the customer's domains.
 
   <li><table><tr>
     <td> Create at least POP (Point of Presence) by selecting