| From: | "Tony Wasson" <ajwasson(at)gmail(dot)com> |
|---|---|
| To: | "Medi Montaseri" <montaseri(at)gmail(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: accounting schema |
| Date: | 2008-02-07 15:52:43 |
| Message-ID: | 6d8daee30802070752g74673b79s4d5cfb3cdad25a01@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Feb 6, 2008 6:08 PM, Medi Montaseri <montaseri(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | johnf | 2008-02-07 16:09:46 | Re: accounting schema |
| Previous Message | John Hasler | 2008-02-07 14:08:31 | Re: accounting schema |