diff options
| author | ivan <ivan> | 2002-02-12 03:29:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-02-12 03:29:17 +0000 | 
| commit | f7c488b72340370a36ea77d5c580d7d21bdb962c (patch) | |
| tree | a6e12194eded70de2e346c4be4486efd87e0147d | |
| parent | ae23f6fe1ca915c995cfbf29bb39e7ed5e1cce2c (diff) | |
1.4.0pre9!!!
| -rw-r--r-- | README.1.4.0pre8 | 10 | ||||
| -rw-r--r-- | README.1.4.0pre9 | 4 | 
2 files changed, 9 insertions, 5 deletions
| diff --git a/README.1.4.0pre8 b/README.1.4.0pre8 index 4eccb203e..ef20b298f 100644 --- a/README.1.4.0pre8 +++ b/README.1.4.0pre8 @@ -21,8 +21,8 @@ CREATE TABLE cust_bill_event (    eventpart int not null,    _date int not null  ); -CREATE UNIQUE INDEX cust_bill_events1 ON cust_bill_events ( eventpart, invnum ); -CREATE INDEX cust_bill_events2 ON cust_bill_events ( invnum ); +CREATE UNIQUE INDEX cust_bill_event1 ON cust_bill_event ( eventpart, invnum ); +CREATE INDEX cust_bill_event2 ON cust_bill_event ( invnum );  CREATE TABLE part_bill_event (    eventpart int primary key, @@ -35,7 +35,7 @@ CREATE TABLE part_bill_event (    plandata text null,    disabled char(1) null  ); -CREATE INDEX part_bill_events1 ON part_bill_events ( payby ); +CREATE INDEX part_bill_event1 ON part_bill_event ( payby );  CREATE TABLE part_export (    exportnum int primary key, @@ -47,7 +47,7 @@ CREATE TABLE part_export (  CREATE INDEX part_export1 ON part_export ( machine );  CREATE INDEX part_export2 ON part_export ( exporttype ); -CREATE INDEX part_export_option ( +CREATE TABLE part_export_option (    optionnum int primary key,    exportnum int not null,    option varchar(80) not null, @@ -66,7 +66,7 @@ Run bin/dbdef-create  Restart Apache and freeside-queued  Go to the new "View/Edit Invoice events" in the web interface and add the -appropriate events.  t the very least, you'll want to set some invoice events +appropriate events.  At the very least, you'll want to set some invoice events  "After 0 days": a BILL invoice event to print invoices, a CARD invoice event to  batch or run cards real-time, and a COMP invoice event to "pay" complimentary  customers.  If you were using the -i option to freeside-bill it should be diff --git a/README.1.4.0pre9 b/README.1.4.0pre9 index 3ab2b4233..fa5c2c0da 100644 --- a/README.1.4.0pre9 +++ b/README.1.4.0pre9 @@ -17,3 +17,7 @@ Run bin/dbdef-create  Restart Apache and freeside-queued +Use freeside-daily instead of freeside-bill. + +Use invoice events instead of freeside-overdue. + | 
