Re: accounting schema

From: johnf <jfabiani(at)yolo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: accounting schema
Date: 2008-02-07 16:09:46
Message-ID: 200802070809.46895.jfabiani@yolo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wednesday 06 February 2008 06:54:36 pm Medi Montaseri wrote:
> I suppose instead of AR and AP tables, I can just have one table called
> Entry (thanks Joe....) with an attribute indicating AR vs AP.

I recommend you not do have only one table for transaction. AR and AP are
different animals and each can get very complex quickly. Adding a field
that only applies to AP and not AR is a very simple example of what goes
wrong.

--
John Fabiani

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tiziano Slack 2008-02-07 23:10:46 Re: TG_TABLE_NAME as identifier
Previous Message Tony Wasson 2008-02-07 15:52:43 Re: accounting schema