From 9bf26ed4b065b12826fc2980ff277a2f3be25c1d Mon Sep 17 00:00:00 2001
From: ivan
Date: Sun, 14 Apr 2002 09:11:22 +0000
Subject: - move cyrus, shellcommands, CP exports exports to new-style -
skeleton files for vpopmail exports - documentation updates - add big schema
diagram to docs
---
httemplate/docs/billing.html | 4 ++--
httemplate/docs/legacy.html | 1 +
httemplate/docs/schema.dia | Bin 0 -> 10766 bytes
httemplate/docs/schema.html | 1 +
httemplate/docs/schema.png | Bin 0 -> 446146 bytes
5 files changed, 4 insertions(+), 2 deletions(-)
create mode 100644 httemplate/docs/schema.dia
create mode 100644 httemplate/docs/schema.png
(limited to 'httemplate/docs')
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 @@
$page - current page
$total_pages - total pages
@address - A six-element array containing the customer name, company, and address.
- $overdue - true if this invoice is overdue
+
Batch credit card processing
@@ -47,6 +47,6 @@ if ( $error ) {
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.
- The freeside-print-batch script can print or email pending credit card batches for manual entry.
+
Importing legacy data
+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.
- bin/svc_acct.import - Import `passwd', ( `shadow' or `master.passwd' ) and RADIUS `users'. Before running bin/svc_acct.import, you need services (with table svc_acct) as follows:
diff --git a/httemplate/docs/schema.dia b/httemplate/docs/schema.dia
new file mode 100644
index 000000000..4a5465285
Binary files /dev/null and b/httemplate/docs/schema.dia 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 @@
Schema reference
+ Schema diagram: as a giant .png or dia source (dia homepage).
- agent - Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their agent type).
diff --git a/httemplate/docs/schema.png b/httemplate/docs/schema.png
new file mode 100644
index 000000000..b3f00375e
Binary files /dev/null and b/httemplate/docs/schema.png differ
--
cgit v1.2.1