Hello, I'd like to add fields for 'first_name' and 'title' in the customer table in order to: 1. differentiate customers with identical names but different first names or titles 2. personalise the quotes / orders /invoices.
I don't really want to insert 'Mrs Sara Smith' in the present name field because of the sorting in the list would be a mess: sorting by name is ideal. Hence my question: Besides the alter table command for the extra fields in customer, which other files need to be modified? HTML & tex templates are obvious, what about the .pl files, declaration of variables etc. Thks, David PS: any advice on a good perl for beginners book will also be welcome ;o) ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

