summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.1.4.0pre95
-rwxr-xr-xbin/fs-setup6
-rwxr-xr-xhttemplate/docs/admin.html11
3 files changed, 10 insertions, 12 deletions
diff --git a/README.1.4.0pre9 b/README.1.4.0pre9
index fa5c2c0..8ff1e61 100644
--- a/README.1.4.0pre9
+++ b/README.1.4.0pre9
@@ -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
diff --git a/bin/fs-setup b/bin/fs-setup
index 5f80594..7c716d3 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -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
diff --git a/httemplate/docs/admin.html b/httemplate/docs/admin.html
index 1dab439..16d4920 100755
--- a/httemplate/docs/admin.html
+++ b/httemplate/docs/admin.html
@@ -50,14 +50,13 @@
<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