account_full_reconcile

-1 rows


Description

Full Reconcile

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_full_reconcile_id_seq'::regclass)
account_move_line.full_reconcile_id account_move_line_full_reconcile_id_fkey N
account_partial_reconcile.full_reconcile_id account_partial_reconcile_full_reconcile_id_fkey N
exchange_move_id int4 10 null
account_move.id account_full_reconcile_exchange_move_id_fkey N

Exchange Move

create_uid int4 10 null
res_users.id account_full_reconcile_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_full_reconcile_write_uid_fkey N

Last Updated by

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
account_full_reconcile_pkey Primary key Asc id
account_full_reconcile__exchange_move_id_index Performance Asc exchange_move_id

Relationships