account_cash_rounding

-1 rows


Description

Account Cash Rounding

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_cash_rounding_id_seq'::regclass)
account_move.invoice_cash_rounding_id account_move_invoice_cash_rounding_id_fkey N
create_uid int4 10 null
res_users.id account_cash_rounding_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_cash_rounding_write_uid_fkey N

Last Updated by

strategy varchar 2147483647 null

Rounding Strategy

rounding_method varchar 2147483647 null

Rounding Method

name jsonb 2147483647 null

Name

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

rounding float8 17,17 null

Rounding Precision

Indexes

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

Relationships