Table structure for storing invoices?
Posted: Fri Nov 27, 2015 10:15 pm
Hi,
I would appreciate some assistance on setting up some changes to my SQLite table structure. I currently have a Quote table which holds all of the quote information and an Invoice table which, of course, holds all of the invoice data. For the most part they both function the way I want them to. What I want to do is allow payments on the Invoices. I would like some input on how and where to store the payment and payment date? Right now I have them being saved in 2 columns in the invoice table but I’m not sure if that’s the best approach longterm. Any help would be appreciated.
Thanks,
Tom
I would appreciate some assistance on setting up some changes to my SQLite table structure. I currently have a Quote table which holds all of the quote information and an Invoice table which, of course, holds all of the invoice data. For the most part they both function the way I want them to. What I want to do is allow payments on the Invoices. I would like some input on how and where to store the payment and payment date? Right now I have them being saved in 2 columns in the invoice table but I’m not sure if that’s the best approach longterm. Any help would be appreciated.
Thanks,
Tom