summaryrefslogtreecommitdiff
path: root/httemplate/docs/schema.html
diff options
context:
space:
mode:
authorivan <ivan>2002-01-03 17:40:26 +0000
committerivan <ivan>2002-01-03 17:40:26 +0000
commit69a0a7504f84aa9bb1f204d1f3522e1520e0885e (patch)
treede4cb175a70c7a7da58f84454fd29dfca55bd249 /httemplate/docs/schema.html
parente3f87d761538a0a21d26fc86b5bce7c9d737d590 (diff)
more schema changes: part_bill_event and cust_bill_event tables
remove old 1.4.0pre READMEs
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r--httemplate/docs/schema.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html
index 9f00d48b1..a51bf6e68 100644
--- a/httemplate/docs/schema.html
+++ b/httemplate/docs/schema.html
@@ -25,6 +25,22 @@
<li>charged - amount of this invoice
<li>printed - how many times this invoice has been printed automatically
</ul>
+ <li><a name="cust_bill_event" href="man/FS/cust_bill_event.html">cust_bill_event</a> - Invoice event history
+ <ul>
+ <li>eventnum - primary key
+ <li>invnum - <a href="#cust_bill">invoice</a>
+ <li>eventpart - <a href="#part_bill_event">event definition</a>
+ <li>_date
+ </ul>
+ <li><a name="part_bill_event" href="man/FS/part_bill_event.html">part_bill_event</a> - Invoice event definitions
+ <ul>
+ <li>eventpart - primary key
+ <li>payby - CARD, BILL, or COMP
+ <li>event - event name
+ <li>eventcode - event action
+ <li>seconds - how long after the invoice date (<a href="#cust_bill">cust_bill</a>._date) events of this type are triggered
+ <li>disabled - Disabled flag, empty or `Y'
+ </ul>
<li><a name="cust_bill_pkg" href="man/FS/cust_bill_pkg.html">cust_bill_pkg</a> - Invoice line items
<ul>
<li>invnum - (multiple) key