report_paperformat

-1 rows


Description

Paper Format Config

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('report_paperformat_id_seq'::regclass)
ir_act_report_xml.paperformat_id ir_act_report_xml_paperformat_id_fkey N
res_company.paperformat_id res_company_paperformat_id_fkey N
page_height int4 10 null

Page height (mm)

page_width int4 10 null

Page width (mm)

header_spacing int4 10 null

Header spacing

dpi int4 10 null

Output DPI

create_uid int4 10 null
res_users.id report_paperformat_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id report_paperformat_write_uid_fkey N

Last Updated by

name varchar 2147483647 null

Name

format varchar 2147483647 null

Paper size

orientation varchar 2147483647 null

Orientation

default bool 1 null

Default paper format?

header_line bool 1 null

Display a header line

disable_shrinking bool 1 null

Disable smart shrinking

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

margin_top float8 17,17 null

Top Margin (mm)

margin_bottom float8 17,17 null

Bottom Margin (mm)

margin_left float8 17,17 null

Left Margin (mm)

margin_right float8 17,17 null

Right Margin (mm)

Indexes

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

Relationships