account_automatic_entry_wizard

-1 rows


Description

Create Automatic Entries

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_automatic_entry_wizard_id_seq'::regclass)
account_automatic_entry_wizard_account_move_line_rel.account_automatic_entry_wizard_id account_automatic_entry_wizar_account_automatic_entry_wiza_fkey C
company_id int4 10 null
res_company.id account_automatic_entry_wizard_company_id_fkey C

Company

destination_account_id int4 10 null
account_account.id account_automatic_entry_wizard_destination_account_id_fkey N

To

create_uid int4 10 null
res_users.id account_automatic_entry_wizard_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_automatic_entry_wizard_write_uid_fkey N

Last Updated by

action varchar 2147483647 null

Action

account_type varchar 2147483647 null

Account Type

date date 13 null

Date

total_amount numeric 0 null

Total Amount

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

percentage float8 17,17 null

Percentage

Indexes

Constraint Name Type Sort Column(s)
account_automatic_entry_wizard_pkey Primary key Asc id

Relationships