stock_valuation_layer_revaluation

-1 rows


Description

Wizard model to reavaluate a stock inventory for a product

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('stock_valuation_layer_revaluation_id_seq'::regclass)
company_id int4 10 null
res_company.id stock_valuation_layer_revaluation_company_id_fkey C

Company

product_id int4 10 null
product_product.id stock_valuation_layer_revaluation_product_id_fkey C

Related product

account_journal_id int4 10 null
account_journal.id stock_valuation_layer_revaluation_account_journal_id_fkey N

Journal

account_id int4 10 null
account_account.id stock_valuation_layer_revaluation_account_id_fkey N

Counterpart Account

create_uid int4 10 null
res_users.id stock_valuation_layer_revaluation_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id stock_valuation_layer_revaluation_write_uid_fkey N

Last Updated by

reason varchar 2147483647 null

Reason

date date 13 null

Accounting Date

added_value numeric 0 null

Added value

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

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

Relationships