Re: accounting schema - Mailing list pgsql-sql

From Tony Wasson
Subject Re: accounting schema
Date
Msg-id 6d8daee30802070752g74673b79s4d5cfb3cdad25a01@mail.gmail.com
Whole thread Raw
In response to accounting schema  ("Medi Montaseri" <montaseri@gmail.com>)
List pgsql-sql
On Feb 6, 2008 6:08 PM, Medi Montaseri <montaseri@gmail.com> wrote:
> I am learning my way into Accounting and was wondering how Accounting
> applications are designed. perhaps you could point the way....

<SNIP>
> As a DBA, (and keeping it simple) I am thinking I need a table for every
> account which migh look like
>
> id, description, credit, debit, validated, created_on, created_by,
> modified_on, modified_by
>
> Is that pretty match it ?
> Please let me know if you have seen some accounting or DB book that
> addresses this problem domain.

Another codebase to look at is http://www.sql-ledger.org/. It uses postgresql.

Regards,
Tony


pgsql-sql by date:

Previous
From: John Hasler
Date:
Subject: Re: accounting schema
Next
From: johnf
Date:
Subject: Re: accounting schema