Adempiere3.2.0/en/ManPageW PrintTableFormat olh

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.


Window: Print Table Format

Description : Define Report Table Format

Help : The Print Table Format lets you define how table header, etc. is printed. Please note that the Report Table FOrmat is cached to improve performance.



Tab: Print Table Format

Description : Define Report Table Format

Help : The Print Table Format lets you define how table header, etc. is printed. If you leave the entries empty, the default colors and fonts are used:
Fonts are based on the Font used in the Report; Page Header and Table Header will be bold, the Function Font is Bold-Italic, the Footer Font is two points smaller, the Parameter Font is Italic.

Table Name  : AD_PrintTableFormat

ManPageW PrintTableFormat PrintTableFormat.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name

NVARCHAR2(60)

String

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(255)

String

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Default Default value The Default Checkbox indicates if this record will be used as a default value. IsDefault

CHAR(1)

YesNo

Header Row Color Foreground color if the table header row Table header row foreground color HdrTextFG_PrintColor_ID

NUMBER(10)

Table

Header Row BG Color Background color of header row Table header row background color HdrTextBG_PrintColor_ID

NUMBER(10)

Table

Header Row Font Header row Font Font of the table header row Hdr_PrintFont_ID

NUMBER(10)

Table

Paint Header Lines Paint Lines over/under the Header Line If selected, a line is painted above and below the header line using the stroke information IsPaintHeaderLines

CHAR(1)

YesNo

Header Line Color Table header row line color Color of the table header row lines HdrLine_PrintColor_ID

NUMBER(10)

Table

Header Stroke Type Type of the Header Line Stroke Type of the line printed HdrStrokeType

CHAR(1)

List

Header Stroke Width of the Header Line Stroke The width of the header line stroke (line thickness) in Points. HdrStroke

NUMBER

Number

Paint Vertical Lines Paint vertical lines Paint vertical table lines IsPaintVLines

CHAR(1)

YesNo

Paint Horizontal Lines Paint horizontal lines Paint horizontal table lines IsPaintHLines

CHAR(1)

YesNo

Paint Boundary Lines Paint table boundary lines Paint lines around table IsPaintBoundaryLines

CHAR(1)

YesNo

Line Color Table line color Line_PrintColor_ID

NUMBER(10)

Table

Line Stroke Type Type of the Line Stroke Type of the line printed LineStrokeType

CHAR(1)

List

Line Stroke Width of the Line Stroke The width of the line stroke (line thickness) in Points. LineStroke

NUMBER

Number

Print Function Symbols Print Symbols for Functions (Sum, Average, Count) If selected, print symbols - otherwise print names of the function IsPrintFunctionSymbols

CHAR(1)

YesNo

Function Color Function Foreground Color Foreground color of a function row FunctFG_PrintColor_ID

NUMBER(10)

Table

Function BG Color Function Background Color Background color of a function row FunctBG_PrintColor_ID

NUMBER(10)

Table

Function Font Function row Font Font of the function row Funct_PrintFont_ID

NUMBER(10)

Table