Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Chris Travers
> > 1) BIC and IBAN are not really used by the rest of the application. I > > am thinking of breaking these off into a separate table anyway. > > This sounds very reasonable, to me > > > 2) A customer could also be a vendor. So entity_id could not be > > assumed to be unique. Furthermore, you n

Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Aurynn Shaw
Hi Chris; > > Looking at these tables at the moment here are the thoughts that > occur to me: > > 1) BIC and IBAN are not really used by the rest of the application. I > am thinking of breaking these off into a separate table anyway. This sounds very reasonable, to me > 2) A customer could a

Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Chris Travers
Hi Aurynn, Looking at these tables at the moment here are the thoughts that occur to me: 1) BIC and IBAN are not really used by the rest of the application. I am thinking of breaking these off into a separate table anyway. 2) A customer could also be a vendor. So entity_id could not be assumed

[Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Aurynn Shaw
Hiya; I'm digging around in the Vendor and Customer tables, per JD's entity modifications, and it looks like both tables are fundamentally identical - The only difference is the customer table has customer.invoice_notes and customer.id. I'm going to remove both tables and replace it with en