summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-04-14 09:11:22 +0000
committerivan <ivan>2002-04-14 09:11:22 +0000
commit9bf26ed4b065b12826fc2980ff277a2f3be25c1d (patch)
tree2acd481bd43ed5899e33496fbe8f4da8252d6118 /httemplate
parent38616a70ddf2b60925af53b605a4ea40a1c51e09 (diff)
- move cyrus, shellcommands, CP exports exports to new-style
- skeleton files for vpopmail exports - documentation updates - add big schema diagram to docs
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/billing.html4
-rwxr-xr-xhttemplate/docs/legacy.html1
-rw-r--r--httemplate/docs/schema.diabin0 -> 10766 bytes
-rw-r--r--httemplate/docs/schema.html1
-rw-r--r--httemplate/docs/schema.pngbin0 -> 446146 bytes
5 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html
index 4a5642af9..c6ef7a869 100644
--- a/httemplate/docs/billing.html
+++ b/httemplate/docs/billing.html
@@ -18,7 +18,7 @@
<li>$page - current page
<li>$total_pages - total pages
<li>@address - A six-element array containing the customer name, company, and address.
- <li>$overdue - true if this invoice is overdue
+<!-- <li>$overdue - true if this invoice is overdue -->
</ul>
</ul>
<li>Batch credit card processing
@@ -47,6 +47,6 @@ if ( $error ) {
</pre>
All fields except paybatch are contained in the cust_pay_batch table. You can use paybatch field to track particular batches and/or particular transactions within a batch.
</ul>
- <li>The <a href="man/bin/freeside-print-batch.html"><b>freeside-print-batch</b></a> script can print or email pending credit card batches for manual entry.
+<!-- <li>The <a href="man/bin/freeside-print-batch.html"><b>freeside-print-batch</b></a> script can print or email pending credit card batches for manual entry. -->
</ul>
</body>
diff --git a/httemplate/docs/legacy.html b/httemplate/docs/legacy.html
index 3ab21dab2..5f59bb83f 100755
--- a/httemplate/docs/legacy.html
+++ b/httemplate/docs/legacy.html
@@ -3,6 +3,7 @@
</head>
<body>
<h1>Importing legacy data</h1>
+<font size="+2">NOTE: This file is OUT OF DATE with the landing of the new export code. Importing your legacy data will most probably involve some hacking on the example scripts noted below. Contributions to the import process are welcome.</font>
<ul>
<li><a name="svc_acct">bin/svc_acct.import</a> - Import `passwd', ( `shadow' or `master.passwd' ) and RADIUS `users'. Before running bin/svc_acct.import, you need <a href="../browse/part_svc.cgi">services</a> (with table svc_acct) as follows:
<ul>
diff --git a/httemplate/docs/schema.dia b/httemplate/docs/schema.dia
new file mode 100644
index 000000000..4a5465285
--- /dev/null
+++ b/httemplate/docs/schema.dia
Binary files differ
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html
index 6ed96d229..07fcb908e 100644
--- a/httemplate/docs/schema.html
+++ b/httemplate/docs/schema.html
@@ -3,6 +3,7 @@
</head>
<body>
<h1>Schema reference</h1>
+ Schema diagram: <a href="schema.png">as a giant .png</a> or <a href="schema.dia">dia source</a> (<a href="http://www.lysator.liu.se/~alla/dia/">dia homepage</a>).
<ul>
<li><a name="agent" href="man/FS/agent.html">agent</a> - Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their agent type).
<ul>
diff --git a/httemplate/docs/schema.png b/httemplate/docs/schema.png
new file mode 100644
index 000000000..b3f00375e
--- /dev/null
+++ b/httemplate/docs/schema.png
Binary files differ