account_report_external_value

-1 rows


Description

Accounting Report External Value

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_report_external_value_id_seq'::regclass)
target_report_expression_id int4 10 null
account_report_expression.id account_report_external_value_target_report_expression_id_fkey C

Target Expression

company_id int4 10 null
res_company.id account_report_external_value_company_id_fkey R

Company

foreign_vat_fiscal_position_id int4 10 null
account_fiscal_position.id account_report_external_value_foreign_vat_fiscal_position__fkey N

Fiscal position

carryover_origin_report_line_id int4 10 null
account_report_line.id account_report_external_value_carryover_origin_report_line_fkey N

Origin Line

create_uid int4 10 null
res_users.id account_report_external_value_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_report_external_value_write_uid_fkey N

Last Updated by

name varchar 2147483647 null

Name

text_value varchar 2147483647 null

Text Value

carryover_origin_expression_label varchar 2147483647 null

Origin Expression Label

date date 13 null

Date

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

value float8 17,17 null

Numeric Value

Indexes

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

Relationships