On 1/9/07, Les R <ope...@gm...> wrote:
> Hi,
>
> What kind of SQL field type is used to store currency values in Sql-Ledger?
=> \d acc_trans
Table "public.acc_trans"
Column | Type | Modifiers
----------------+------------------+-----------------------------
trans_id | integer |
chart_id | integer |
amount | double precision |
transdate | date | default ('now'::text)::date
source | text |
cleared | boolean | default false
fx_transaction | boolean | default false
project_id | integer |
--
Best Regards,
Wallace
|