Re: Invoices

Поиск
Список
Период
Сортировка
От Vince Vielhaber
Тема Re: Invoices
Дата
Msg-id Pine.BSF.4.30.0105140742320.99428-100000@paprika.michvhf.com
обсуждение исходный текст
Ответ на Re: Invoices  (Louis-David Mitterrand <vindex@apartia.ch>)
Список pgsql-general
On Sun, 13 May 2001, Louis-David Mitterrand wrote:

> * On Thu, May 03, 2001 at 07:45:23PM -0400, Vince Vielhaber wrote:
> > On Thu, 3 May 2001, Ludwig Meyerhoff wrote:
> >
> > > 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 directory.
> > >
> > > I doubt it was a good idea to put all the data into one database like
> >
> > I wrote a couple of programs for various projects to do this (one was
> > for someone else so I can't release it).  I kept all the data in their
> > own tables - account info in the account table, customer info in the
> > customer table, etc. - and put the data together as I generated the
> > invoice.  Simple, huh?  Not exactly.
> >
> > Here's where the problem arises.  You can create a really good looking
> > invoice, in fact you can create a whole bunch of really good looking
> > invoices.  What you can't do with a web app is send a form feed to the
> > printer!
>
> Yes you can. Try the CSS2 reference manual:
>
>     13.3 Page breaks
>
>     The following sections explain page formatting in CSS2. Five properties
>     indicate where the user agent may or should break pages, and on what
>     page (left or right) the subsequent content should resume. Each page
>     break ends layout in the current page box and causes remaining pieces of
>     the document tree to be laid out in a new page box.
>
> And it works, we use it in our own app.

Yes, that was pointed out last week.  It works with opera and ie, not
with mozilla or any of the netscapes (4 or 6) but it is a start.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
         56K Nationwide Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




В списке pgsql-general по дате отправления:

Предыдущее
От: KuroiNeko
Дата:
Сообщение: Re: to BLOB or not to BLOB
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Re: