Re: Invoices

From: Robert <robert(at)robert(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Cc: Ludwig Meyerhoff <ludwig(at)antar(dot)com>
Subject: Re: Invoices
Date: 2001-05-04 05:57:43
Message-ID: 3AF244D7.C588208E@robert.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ludwig Meyerhoff wrote:
>
> 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.
> ...

Hi,

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. A rather experimental version runs at
http://www.eucto.cz/ login as 'admin_jaskot', no password, you need
IE5+. It's in Czech, but you just go to 'Faktury' (Invoices), 'Nova
faktura' (New Invoice), 'Ulozit' (Save) and 'Tisk' (Print). The
application has grown a bit since I started and now it's slowly becoming
complete web-based accounting package. When I finish new version (in
maybe three weeks), it should do receivable, payable, cash, bank, should
print fine and should have basic support for multiple users and multiple
companies. Then I clean it up, add a bunch of gettext's to prepare an
English version and start to think really hard about releasing the
source. It's based on PostgreSQL/Apache/Perl (currently mod_perl &
HTML::Embperl) and it (almost) works with recent Mozilla builds. I
expect to get paid as a consultant by accounting companies that would
offer this as a web service to their clients and/or for running this
service for them.

So, here's the preliminary inquiry: anybody interested in such a thing
as a user or as a developer?

- Robert

In response to

  • Invoices at 2001-05-03 20:06:05 from Ludwig Meyerhoff

Responses

  • Re: Invoices at 2001-05-04 12:30:31 from Roderick A. Anderson

Browse pgsql-general by date

  From Date Subject
Next Message Vladislav Breus 2001-05-04 05:58:35 Re: BLOB type
Previous Message Tom Lane 2001-05-04 05:28:47 Re: weird table doubling -- how to fix?