summaryrefslogtreecommitdiff
path: root/htdocs/docs/config.html
diff options
context:
space:
mode:
authorivan <ivan>1999-08-12 04:16:01 +0000
committerivan <ivan>1999-08-12 04:16:01 +0000
commit6ce5ed47f0108896bc9d32a348b5afa44bd09c84 (patch)
tree0743b63efbf0434192983cb88f46dae1a0e96d68 /htdocs/docs/config.html
parentaa39234613e8148c531ad3fd0ca46ee806563f6c (diff)
hidecancelledpackages config option
Diffstat (limited to 'htdocs/docs/config.html')
-rw-r--r--htdocs/docs/config.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html
index 3d4e743..cad10ce 100644
--- a/htdocs/docs/config.html
+++ b/htdocs/docs/config.html
@@ -25,10 +25,12 @@ All further configuration files and directories are located in
<li>bsdshellmachines - Your BSD flavored shell (and mail) machines, one per line. This enables export of `/etc/passwd' and `/etc/master.passwd'.
<li>cybercash2 - <a href="http://www.cybercash.com/cybercash/services/cashreg214.html">CyberCash v2</a> support, four lines: paymentserverhost, paymentserverport, paymentserversecret, and transaction type (`mauthonly' or `mauthcapture'). CCLib.pm is required.
<li>cybercash3.2 - <a href="http://www.cybercash.com/cybercash/services/technology.html">CyberCash v3.2</a> support. Two lines: the full path and name of your merchant_conf file, and the transaction type (`mauthonly' or `mauthcapture'). CCMckLib3_2.pm, CCMckDirectLib3_2.pm and CCMckErrno3_2 are required.
- <li>deletecustomers - The existance of this file will enable customer deletions.
+ <li>deletecustomers - The existance of this file will enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers' packages if they cancel service.
<li>domain - Your domain name.
<li>editreferrals - The existance of this file will allow you to change the referral of existing customers.
<li>erpcdmachines - Your ERPCD authenticaion machines, one per line. This enables export of `/usr/annex/acp_passwd' and `/usr/annex/acp_dialup'.
+ <li>hidecancelledpackages - The existance of this file will prevent cancelled packages from showing up in listings (though they will still be in the database)
+ <li>hidecancelledcustomers - The existance of this file will prevent customers with only cancelled packages from showing up in listings (though they will still be in the database)
<li>home - For new users, prefixed to usrename to create a directory name. Should have a leading but not a trailing slash.
<li>invoice_from - Return address on email invoices.
<li>lpr - Print command for paper invoices, for example `lpr -h'.