Re: [GENERAL] Invoices

2001-05-04 Thread Robert
Vince Vielhaber wrote: > > On Fri, 4 May 2001, Roderick A. Anderson wrote: > > > On Fri, 4 May 2001, Robert wrote: > > > > > I write the same application for the same reasons - we're three > > > partners and we all want to be able to create invoices and also see what > > > others create. > > >

Re: [GENERAL] Invoices

2001-05-04 Thread Vince Vielhaber
On 4 May 2001, Tony Grant wrote: > On 03 May 2001 17:05:44 -0700, Paul Ramsey wrote: > > > > There are a couple good solutions to this: > > - use PDFLib to generate printable format directly then pipe it directly > > to the browser. There are PHPLib hooks in PHP and also a perl module > > which h

Re: [GENERAL] Invoices

2001-05-04 Thread Vince Vielhaber
On Fri, 4 May 2001, Roderick A. Anderson wrote: > On Fri, 4 May 2001, Robert wrote: > > > I write the same application for the same reasons - we're three > > partners and we all want to be able to create invoices and also see what > > others create. > > Have you looked at SQL-Ledger? THough I

Re: [GENERAL] Invoices

2001-05-04 Thread Roderick A. Anderson
On Fri, 4 May 2001, Robert wrote: > I write the same application for the same reasons - we're three > partners and we all want to be able to create invoices and also see what > others create. Have you looked at SQL-Ledger? THough I disagree with some of the table designs it is a pretty good

[GENERAL] Invoices

2001-05-03 Thread Ludwig Meyerhoff
Hallo! Maybe this is a bit off-topic, as this problem is more a "design"-one, but I wanted to write a web-application write invoices more easy. I wonder if it was a good idea to try this using Postgres or if it was better to write the data of each invoice in a separate file in a separate director