diff options
author | ivan <ivan> | 2000-01-31 05:22:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-01-31 05:22:23 +0000 |
commit | 959663cd4d4885295f44de43ac005e55d054102f (patch) | |
tree | 3778bf1f08c5c29fe63898074b13ba228a687183 /htdocs/docs/schema.html | |
parent | 8079b2e02397e4c35ca2991afaa156f65330a084 (diff) |
prepaid "internet cards"
Diffstat (limited to 'htdocs/docs/schema.html')
-rw-r--r-- | htdocs/docs/schema.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/htdocs/docs/schema.html b/htdocs/docs/schema.html index 92965d795..3eea6f69d 100644 --- a/htdocs/docs/schema.html +++ b/htdocs/docs/schema.html @@ -154,8 +154,8 @@ </ul> <li><a name="part_referral">part_referral</a> - Referral listing <ul> - <li>refnum</li> - primary key - <li>referral</li> - referral + <li>refnum - primary key + <li>referral - referral </ul> <li><a name="part_svc">part_svc</a> - Service definitions <ul> @@ -176,6 +176,12 @@ <li>svcpart - <a href="#part_svc">Service definition</a> <li>quantity - quantity of this service that this package includes </ul> + <li><a name="prepay_credit">prepay_credit</a> + <ul> + <li>prepaynum - primary key + <li>identifier - text or numeric string used to receive this credit + <li>amount - amount of credit + </ul> <li><a name="svc_acct">svc_acct</a> - Accounts <ul> <li>svcnum - <a href="#cust_svc">primary key</a> |