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. + 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 @@

    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.