View source | Discuss this page | Page history | Printable version   
Toolbox
Main Page
Upload file
What links here
Recent changes
Help

PDF Books
Show collection (0 pages)
Collections help

Search

ERP 2.50:User Manual/Application Dictionary/ja

Contents

IconAutoForm.png モジュール

新しい拡大モジュールをModuleの窓を使用して、作成して、登録してください。 モジュールはあなたがあなたの拡大を作るすべての人工物を分類できる満足しているコンテナです、Application Dictionaryメタデータ、データモデル要素、ソフトウェア・リソース、および参考資料を含んでいます。

あなたの拡大をモジュールと定義することによって、あなたは、異なった環境でそれらを抽出して、それらをパッケージして、その時、それらを再利用できるでしょう。

Openbravo ERP例のすべての拡大と構成はモジュールの文脈で定義されるべきです。

Openbravo ERPは拡大モジュールの3つのタイプをサポートします:

あなたは、特定のシステム構成をパッケージして、再配付するのに産業テンプレートを使用できます。 システムには、定義された1個の産業テンプレートしかあることができません。 産業テンプレートの文脈で特定のインスタンスのためのシステム構成を定義しなければならないのに注意してください。

Fields

Clientモジュールの場合では、いつもクライアントはSystemです
OrganizationIn the case of modules, the organization is always the super-organization, *
Active:There are two methods of making modules 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 reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.||

NameThe name of the module. It is up to 60 characters in length.
VersionModules must have a version, which is then used for dependency tracking. Version numbers must follow the pattern XXX.YYY.ZZZ, where XXX, YYY and ZZZ are integers. For example a valid version number is 1.0.4.
The last digit group, ZZZ, is ignored for dependency purposes. For example, if you have module A at version 1.0.0 that depends on module B at version 1.1.0, the publication of version 1.1.1 of B will not break the dependency while version 1.2.0 of B will not be compatible with version 1.0.0 of A.
Java PackageThe name of the Java package, using Java naming standards. This package will contain all the Java artifacts included in the module.
TypeSpecify whether the module is a module, a pack or a template
In DevelopmentSelect the checkbox if the module is currently in development. Artifacts of a module that is not in development cannot be modified. Conversely, only modules in development can be extracted and packaged.
DefaultSelect the checkbox to make this module the default.
DescriptionA brief description of the module
HelpType a more extensive description of the module, explaining its functionality.
Translation requiredSelect the checkbox if the module contains user interface elements that need translating into other languages.
Is Translation ModuleSelect the checkbox if the module is a translation module that contains the language translation of another module.
Module LanguageFor modules requiring translations, select the base language of the module.
Has Reference Data Select the checkbox if the module includes reference data. When installing a module with reference data, the reference data is first applied at system level but it can then be applied in the context of a specific client or organization.


If selected, the Reference Data Description box appears in which you can type a description of the reference data.||

Has Chart of AccountsSelect the checkbox if the module includes a chart of accounts
License TypeSelect a license type for the module from the list, for example the Openbravo Public License.
License TextType or paste the license text for the chosen license
AuthorType the name of the module´s author or authors
URLIf required, type a URL for example to a web page giving more information about the module.
StatusDisplays the current installation status of the module.
Update informationUse this field to provide a change history for each version.
Register ModuleUse this button to register the module in the Openbravo Central Repository. Registration ensure the validity and uniqueness of the package name, Java package and database prefix, guaranteeing that different developers do not produce conflicting modules.

If you plan to share your module across instances, it is essential that you register your module.||

Tab23.png 包含

あなたのモジュールがパックであり、他のモジュールを含んでいるなら、このタブを使用して、ここで詳細を指定してください。

Fields

ClientThe client is always System
OrganizationThe organization is always the super-organization, *
Active:A flag indicating whether this record is available for use or de-activated.
ModuleThis field displays the name of the current parent module
Included ModuleSelect the module to be included
First versionSpecifies the version of the module to be included

Tab23.png依存

モジュールが別のモジュールによるなら、このタブを使用して、詳細を指定してください。

Fields

ClientThe client is always System
OrganizationThe organization is always the super-organization, *
Active:A flag indicating whether this record is available for use or de-activated.
ModuleDisplays the current module
Dependent ModuleSelect the module upon which the current module is dependent.
First versionSpecify the first version of the module upon which the current module is dependent.
Last versionSpecify the last version of the module upon which the current module is dependent.

Tab23.png翻訳

Module情報に関する翻訳を提供するには、翻訳されたバージョンをここにタイプするか、または貼ってください。

Fields

ClientThe client is always System
OrganizationThe organization is always the super-organization, *
Active:A flag indicating whether this record is available for use or de-activated.
LanguageType the language
DescriptionType or paste a brief description of the module
Help / CommentType or paste a translation of the help text.
License TextType or paste a translation of the license text for the chosen license
Update informationIf the module is an update, type or paste a translation of the update information.
Reference Data DescriptionIf the module includes refrence data type or paste a translation of the reference data description.

Tab23.pngデータパッケージ

Dataパッケージはモジュールの中のテーブルのための組分けメカニズムです。 Openbravoには、各テーブルのためのJavaビジネスオブジェクトがあります。 JavaビジネスオブジェクトのJavaパッケージはDataパッケージで定義されます。 例えば: 名前があるCRMパッケージに関するモジュール: org.crmには、パッケージがあります: - org.crm.order - org.crm.customer

The corresponding tables have then the following setting: - Customer, in the org.crm.customer package, resulting in the java class: org.crm.customer.Customer - SalesOrder, in the org.crm.order package, resulting in the java class: org.crm.order.SalesOrder

Fields

ClientThe client is always System
OrganizationThe organization is always the super-organization, *
NameType the name of the data package
DescriptionType a brief description of the data package
Active:A flag indicating whether this record is available for use or de-activated.
Java PackageType the name of the Java package, using Java naming standards, for example org.crm

Tab23.pngDB Prefix

データベース接頭語はデータベースのオブジェクトのための短い(7つのキャラクタ)識別子です。 データベース接頭語の目的は、異なったモジュールで提供されたデータベース目的(テーブル、視点、PL/SQL機能など)の中で名前衝突を避けることです。 あなたはあなたであれば少なくとも1DB Prefixを定義しなければなりません。モジュールはデータベースオブジェクトを含んでいます。 Fields

ClientThe client is always System
OrganizationThe organization is always the super-organization, *
NameType the name of DBPrefix

IconAutoForm.png Tables and Columns

View larger

Openbravoがデータベースにアクセスして、役割のアクセサリーを制御できるように、テーブルとコラムを編集してください。

Keep in Mind:

Tab23.png Column

Openbravoがデータベースでアクセスできるテーブルの中でコラムを定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Application Element:An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.
Callout: A series of actions that occur when data is modified.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Column:A link to the database column of the table.
DB Column Name:The name of a column within the database.
Default Value:The first non-null value in a set of values. It is used as a default value for a field when creating a record.
Description:A space to write additional related information.
Development Status:Development Status
Display Encription:An indication noting if the input box of a field will present full text or just asterisks.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Identifier:This column is part of the record identifier
Is desencryptable:Is desencryptable
Is secondary key:Is secondary key
Is session attribute:Is session attribute
Key column:This column is the key in this table
Length:An indication of the column length as defined in the database.
Mandatory:An indication noting that completing in a field is required to proceed.
Max. Value:The highest possible value an item can have.
Min. Value:The lowest possible value an object can take.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Parent link column:This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
Process:A series of actions carried out in sequential order.
Read Only Logic:Logic to determine if field is read only (applies only when field is read-write)
Reference:The data type of this field.
Reference Search Key:The exact reference specification for a list or a table.
Selection Column:Is this column used for finding rows in windows
Sequence:The order of records in a specified document.
Synchronize Column:Change database table definition from application dictionary
Table:A dictionary table used for this tab that points to the database table.
Translation:An indication that an item is translated.
Updatable:An indication that an item can be updated by the user.
Validation:A validation rule that defines how an entry is determined to be valid or invalid.
Value Format:Value Format
Version:Version of the table definition

Tab23.png Role Access

特定のテーブルへの役割のアクセスを編集してください。 アクティブ

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Exclude:A selection permitting or denying a role access to specified data.
Organization:Organizational entity within client
Read Only:An object which may only be viewed, not edited.
Role:The profile of security for the user defining what windows and tabs they can see.
Table:A dictionary table used for this tab that points to the database table.

Tab23.png Table

Openbravoがデータベースでアクセスできるテーブルを定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Create Columns from DB:Create Dictionary Columns of Table not existing as a Column but in the Database
Data Access Level:A privilege required to make adjustments to an object.
DB Table Name:Name of the table in the database
Description:A space to write additional related information.
Development Status:Development Status
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
High Volume:Use Search instead of Pick list
Is default account:Is default account
Maintain Change Log:Maintain a log of changes
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
PO Window:Purchase Order Window
Records deleteable:Indicates if records can be deleted from the database
Replication Type:A distinct replication characteristic used for processes and sometimes grouped within a category.
Security enabled:If security is enabled, user access to data can be restricted via Roles
Seq. of Introduced Tables:The order of introduced tables.
SQL_Record_Identifier:SQL_Record_Identifier
Table:A dictionary table used for this tab that points to the database table.
Validation:A validation rule that defines how an entry is determined to be valid or invalid.
View:This is a view
Window:A work area which can be used to create, view, edit, and process a record.

IconAutoForm.png Windows, Tabs, and Fields

View larger

ビジネス好みに従って、窓、タブ、および分野を作成して、編集してください。

What is a Window?

Windows are screens used by the application to manage data. On these screens it is possible to insert, update or delete data. A window is composed of one or many tabs.

What is a Tab?

Tabs organize data in Openbravo hierarchically in a window. A tab is composed of one or many fields. In a window, tabs can be independent or subordinated to other tabs.

What is a Field?

Fields can be a registry, or space used for a particular data category. A field is one or more related characters treated as a unit constituting part of a record. Fields are where items such as names, dates, etc. are inserted.

Tab23.png Access

窓への役割のアクセスを編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Editable Field:An indication that this field may be viewed.
Organization:Organizational entity within client
Role:The profile of security for the user defining what windows and tabs they can see.
Window:A work area which can be used to create, view, edit, and process a record.

Tab23.png Field

Define fields within a tab.

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Central Maintenance:A flag indicating that this label is managed in a central repository.
Client:Client for this installation.
Column:A link to the database column of the table.
Description:A space to write additional related information.
Display Encription:An indication noting if the input box of a field will present full text or just asterisks.
Display Length:The number of characters that made be added to a specified field.
Display Logic:A specification of statements which, when evaluated as false, are required to hide the field.
Displayed:Determines, if this field is displayed
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Field:Any element which can be viewed, edited, or added to a window.
Field Category:A classification of similar fields.
Field Only:Label is not displayed
Heading only:Field without Column - Only label is displayed
Help/Comment:A comment that adds additional information to help users work with fields.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Read Only:An object which may only be viewed, not edited.
Record Sort No.:A means of sorting and ordering records in a window.
Same Line:An indication that this field will be displayed on the same line as the previous one.
Sequence:The order of records in a specified document.
Show in relation:Show in relation
Tab:An indication that a tab is displayed within a window.
Is First Focused Field:An indication that if the field is the default focused field when the window loads.

Tab23.png Tab

Define tabs within a window.

Fields:

Accounting Tab:This tab contain accounting information
Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Column:A link to the database column of the table.
Confirmation Message:A warning or information displayed when saving the record.
Copy Tab Fields:Copy Fields from other Tab
Create Fields:Create Field from Table, which do not exist in the Tab yet
Description:A space to write additional related information.
Edit reference:The form referenced in the edition command
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Filter clause:Filter clause
Has Tree:Window has Tree Graph
Help/Comment:A comment that adds additional information to help users work with fields.
Image:A visual picture used to describe an item.
Included Column:Column determining if a Table Column is included in Ordering
Included Tab:Included Tab in this Tab (Master Dateail)
Name:A identifier for a document which can be used as a search tool.
Order Column:Column determining the order
Order Tab:The Tab determines the Order
Organization:Organizational entity within client
Process:A series of actions carried out in sequential order.
Read Only:An object which may only be viewed, not edited.
Sequence:The order of records in a specified document.
Single Row Layout:Default for toggle between Single- and Multi-Row (Grid) Layout
SQL Order by Clause:A specification of the SQL ORDER BY clause used for a displayed default sort of records.
SQL Where Clause:A specification of the SQL WHERE clause used for permanently filtering displayed data.
Tab:An indication that a tab is displayed within a window.
Tab Level:Hierarchical Tab Level (0 = top)
Table:A dictionary table used for this tab that points to the database table.
TranslationTab:This tab contains translation information
Window:A work area which can be used to create, view, edit, and process a record.

Tab23.png Tab Class

タブを実装するJavaのクラスを見てください。

Fields:

Action:A drop down list box indicating the next step to take.
Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Java Class Name:Java Classname
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client
OS Task:The name of an operating task.
Process:A series of actions carried out in sequential order.
Reference:The data type of this field.
Special Form:The name of the form being edited.
Tab:An indication that a tab is displayed within a window.
Workbench:Collection of windows, reports
Workflow:A set of procedures used to show the path to complete a specified task.

Tab23.png Tab Mapping

それがブラウザを通してアクセスしやすいのを可能にするJavaクラスマッピングを見てください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Mapping Name:A direction or guide used to call this object through a browser.
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client

Tab23.png Window

アプリケーションの自動的に生成している窓を定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Color:Color for backgrounds or indicators
Copy Window Tabs:Copy all Tabs and Fields from other Window
Default:A value that is shown whenever a record is created.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Image:A visual picture used to describe an item.
Name:Alphanumeric identifier of the entity
Organization:Organizational entity within client
Sales Transaction:An indication that a transfer of goods and money between business partners is occurring.
Window:A work area which can be used to create, view, edit, and process a record.
Window Type:Type or classification of a Window

IconAutoForm.png Reference

View larger

ストリング、整数、カスタムデータ型と同様にリストなどの標準のデータ型を編集してください。

What is a Reference?

References define data types. This is for the purpose of inputs, processing, outputs, or storage by the application regarding fields and their parameters. In the configuration of a column, it specifies the data type that it contains. Reference examples include the following: string, date, integer, list, and search.

Tab23.png List Reference

リスト合法化タイプのためにリスト要素を定義してください。

What is the List Reference?

Defines the possible values for a list type reference. This type of reference is used only when there is a unique set of possibilities that are not significantly different from one another. A good example of such a list are days of the week. This list can only be modified by the System Administrator.

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Reference:The data type of this field.
Reference List:Reference List based on Table
Search Key:A fast method for finding a particular record.
Valid from Date:A parameter stating the starting time of a specified request.
Valid until Date:A parameter stating the ending time of a specified request.

Tab23.png Reference

基本的な参照名、記述、およびタイプを定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Reference:The data type of this field.
Validation type:Different method of validating data
Value Format:Value Format

Tab23.png Selector Class

セレクタ参照を実装するJavaのクラスを定義してください。

Fields:

Action:A drop down list box indicating the next step to take.
Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Java Class Name:Java Classname
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client
OS Task:The name of an operating task.
Process:A series of actions carried out in sequential order.
Reference:The data type of this field.
Special Form:The name of the form being edited.
Tab:An indication that a tab is displayed within a window.
Workbench:Collection of windows, reports
Workflow:A set of procedures used to show the path to complete a specified task.

Tab23.png Selector Mapping

ブラウザを通してセレクタ参照を呼ぶのに使用されるマッピングを加えてください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Mapping Name:A direction or guide used to call this object through a browser.
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client

Tab23.png Selector Reference

対応するテーブルとコラムでセレクタ参照を定義してください。

What is a Selector Reference?

In some cases the user can use a pop-up window to fill in a selected field. The pop-up facilitates the selection from the list with a possibility of using different filters. These fields are created with the search type reference.

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Column:A link to the database column of the table.
Organization:Organizational entity within client
Reference:The data type of this field.
Search:
Table:A dictionary table used for this tab that points to the database table.
Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Column Type:
DB Column Name:The name of a column within the database.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Search:
Suffix:One or many characters which are added at the end of a statement or number.

Tab23.png Table Reference

表参照を定義してください。

What is the Table Reference?

Allows the user to choose a table and a column that are related to the table type reference. This reference is used when a selected column does not meet the rule "table name"+_ID. In this case the TableDir reference cannot be used and it is essential to create a table type reference indicating the Table and Column that the user wants to make a reference to. For example, the user can find the M_LocatorTo_ID column in the M_MovementLine table. To be TableDir it is M_Locator_ID with a table type reference Locator.

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Display column:Column that will display
Display Value:Displays Value column with the Display column
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Key column:Unique identifier of a record
Organization:Organizational entity within client
Reference:The data type of this field.
SQL Order by Clause:A specification of the SQL ORDER BY clause used for a displayed default sort of records.
SQL Where Clause:A specification of the SQL WHERE clause used for permanently filtering displayed data.
Table:A dictionary table used for this tab that points to the database table.

IconAutoForm.png Report and Process

View larger

レポートとプロセス(データベースかJava)を定義して、編集してください。

Tab23.png Parameter

プロセスのためのパラメタを定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Application Element:An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.
Central Maintenance:A flag indicating that this label is managed in a central repository.
Client:Client for this installation.
DB Column Name:The name of a column within the database.
Default Logic 2:Default value hierarchy, separated by ;
Default Value:The first non-null value in a set of values. It is used as a default value for a field when creating a record.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Length:An indication of the column length as defined in the database.
Mandatory:An indication noting that completing in a field is required to proceed.
Max. Value:The highest possible value an item can have.
Min. Value:The lowest possible value an object can take.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Process:A series of actions carried out in sequential order.
Process Parameter:Process Parameter
Range:The parameter is a range of values
Reference:The data type of this field.
Reference Search Key:The exact reference specification for a list or a table.
Sequence:The order of records in a specified document.
Validation:A validation rule that defines how an entry is determined to be valid or invalid.
Value Format:Value Format

Tab23.png Process Class

プロセスのためのそれを実装するJavaのクラスを定義してください。

Fields:

Action:A drop down list box indicating the next step to take.
Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Java Class Name:Java Classname
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client
OS Task:The name of an operating task.
Process:A series of actions carried out in sequential order.
Reference:The data type of this field.
Special Form:The name of the form being edited.
Tab:An indication that a tab is displayed within a window.
Workbench:Collection of windows, reports
Workflow:A set of procedures used to show the path to complete a specified task.

Tab23.png Process Mapping

呼ぶのに使用されるプロセスのためのマッピングを作成してください、それ、ブラウザを通して。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Mapping Name:A direction or guide used to call this object through a browser.
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client

Tab23.png Report & Process

レポートとデータベースかJavaプロセスを定義して、編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Data Access Level:A privilege required to make adjustments to an object.
Description:A space to write additional related information.
Direct print:Print without dialog
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Is background:Is background process
Is Jasper Report:
Java Class Name:Java Classname
JR Template name:
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Print Format:The structure in which a document will be printed.
Procedure:Name of the Database Procedure
Process:A series of actions carried out in sequential order.
Report:An indication whether something is a document, or a report which summarizes information.
Report View:View used to generate this report
Search Key:A fast method for finding a particular record.
Statistic Count:Internal statistics how often the entity was used
Statistic Seconds:Internal statistics how many seconds a process took
User can start process:Determines a process can be initiated by the user

Tab23.png Role Access

詳細な報告書かプロセスへの役割のアクセスを編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Editable Field:An indication that this field may be viewed.
Organization:Organizational entity within client
Process:A series of actions carried out in sequential order.
Role:The profile of security for the user defining what windows and tabs they can see.

IconAutoForm.png Form

View larger

フォーム(手動の窓)を作成して、編集して、アプリケーションで使用されてください。

What is a Form?

A manually generated window where data is introduced, modified, or deleted. Unlike standard windows, forms permit more complex data entry and allow the user to input data to be used in more than one location.

Tab23.png Form

アプリケーションの書式(手動の窓)を定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Data Access Level:A privilege required to make adjustments to an object.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Java Class Name:Java Classname
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Special Form:The name of the form being edited.

Tab23.png Form Class

フォームを実装するJavaのクラスを定義してください。

Fields:

Action:A drop down list box indicating the next step to take.
Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Java Class Name:Java Classname
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client
OS Task:The name of an operating task.
Process:A series of actions carried out in sequential order.
Reference:The data type of this field.
Special Form:The name of the form being edited.
Tab:An indication that a tab is displayed within a window.
Workbench:Collection of windows, reports
Workflow:A set of procedures used to show the path to complete a specified task.

Tab23.png Form Mapping

ブラウザを通してフォームを呼ぶのに使用されるマッピングを加えてください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
AD_Model_Object_Mapping_ID:
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Mapping Name:A direction or guide used to call this object through a browser.
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client

Tab23.png Rule Access

特定のフォームへの役割のアクセスを編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Editable Field:An indication that this field may be viewed.
Organization:Organizational entity within client
Role:The profile of security for the user defining what windows and tabs they can see.
Special Form:The name of the form being edited.

IconAutoForm.png Message

View larger

アプリケーションの開始している情報とエラーメッセージを作成して、編集してください。

Tab23.png Message

アプリケーションの開始している情報とエラーメッセージを定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Hint:A help or advice provided regarding the application initiated message.
Message:The name of the application initiated message.
Message Text:The text/content of the spplication initiated message.
Message Type:Type of message (Informational, Menu or Error)
Organization:Organizational entity within client
Search Key:A fast method for finding a particular record.

IconAutoForm.png Text Interfaces

View larger

フォームとレポートに関する翻訳を編集してください。

Tab23.png Text Interface

フォームとレポートのラベルを編集してください。

What is the Text Interface?

Text interfaces determine what content language/information the user sees in each window, tab, and field.

Keep in mind:

In this window, the user configures the translation of manual windows and generated documents. They can indicate a text to be translated and the folder where it is located. If the folder's name is empty the translation is applied to all files where the selected text appears and to the files that do not have any specific translation.

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Filename:
Interface Text:Text interfaces Identifier
Organization:Organizational entity within client
Text:A place to add observations related to a specified check point.

IconProcess.png Synchronize Terminology

View larger

関連するアプリケーション要素に含まれているデータにそれらを連動させることによって、分野、パラメタコラムなどを編集してください。


Setup

IconAutoForm.png Element

View larger

アプリケーション要素の中央倉庫を編集して、フィールド名記述と助け/コメントをアップデートしてください。

Tab23.png Element

アプリケーション要素とそれらのテキストを作成して、編集してください。

Keep in Mind:

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Application Element:An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.
Client:Client for this installation.
DB Column Name:The name of a column within the database.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Print Name on Purchase Order:A option to print the name given in the purchase order document.
Print Text:The displayed text of an element.
Purchase Order Description:A space to write additional related information for a purchase order.
Purchase Order Help:A comment that adds additional information to help users work with fields within a purchase order.
Purchase Order Name:A identifier for a document which can be used as a search tool for a purchase order.

Tab23.png Used in Columns

特定用途要素が当てはまるテーブルとコラムを見てください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Application Element:An element that consolidates help, descriptions and terms for a database column and allows for a central maintenance.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Column:A link to the database column of the table.
DB Column Name:The name of a column within the database.
Default Value:The first non-null value in a set of values. It is used as a default value for a field when creating a record.
Description:A space to write additional related information.
Display Encription:An indication noting if the input box of a field will present full text or just asterisks.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Help/Comment:A comment that adds additional information to help users work with fields.
Identifier:This column is part of the record identifier
Key column:This column is the key in this table
Length:An indication of the column length as defined in the database.
Mandatory:An indication noting that completing in a field is required to proceed.
Max. Value:The highest possible value an item can have.
Min. Value:The lowest possible value an object can take.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Parent link column:This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
Process:A series of actions carried out in sequential order.
Read Only Logic:Logic to determine if field is read only (applies only when field is read-write)
Reference:The data type of this field.
Reference Search Key:The exact reference specification for a list or a table.
Selection Column:Is this column used for finding rows in windows
Sequence:The order of records in a specified document.
Synchronize Column:Change database table definition from application dictionary
Table:A dictionary table used for this tab that points to the database table.
Translation:An indication that an item is translated.
Updatable:An indication that an item can be updated by the user.
Validation:A validation rule that defines how an entry is determined to be valid or invalid.
Value Format:Value Format
Version:Version of the table definition

IconAutoForm.png Field Category

View larger

中でタブについて分野の小区分を編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Field Category:A classification of similar fields.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client

IconAutoForm.png Auxiliary Input

View larger

彼らのふるまいを変えるためにタブのための新しい入力を定義してください。

Keep in Mind:

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Tab:An indication that a tab is displayed within a window.
Validation Code:The code that will be executed to determine the setup procedure.

IconAutoForm.png Callout

View larger

アプリケーション、それらのクラス、およびそれらのマッピングプランのcalloutsを定義してください。

What is a Callout?

A callout (sometimes known as a trigger) is an automatic action that occurs when a user makes changes to a given window. An example of a callout is adding or subtracting visible fields, or filling up an order based on information inputted into the system. The user can activate all previously developed issues that are being used in the application.

Tab23.png Callout

アプリケーションのcalloutsを定義して、編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Description:A space to write additional related information.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client

Tab23.png Callout Class

calloutを実装するJavaのクラスを定義してください。

Fields:

Action:A drop down list box indicating the next step to take.
Active:A flag indicating whether this record is available for use or de-activated.
Callout: A series of actions that occur when data is modified.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Java Class Name:Java Classname
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client
OS Task:The name of an operating task.
Process:A series of actions carried out in sequential order.
Reference:The data type of this field.
Special Form:The name of the form being edited.
Tab:An indication that a tab is displayed within a window.
Workbench:Collection of windows, reports
Workflow:A set of procedures used to show the path to complete a specified task.

Tab23.png Callout Mapping

ブラウザを通してcalloutを呼ぶのに使用されるマッピングを紹介してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Default:A value that is shown whenever a record is created.
Mapping Name:A direction or guide used to call this object through a browser.
Model Object:An identification of an object in the dictionary.
Organization:Organizational entity within client

IconAutoForm.png Validation Setup

View larger

合法化セットアップを作成して、編集して、テーブルに関するコラムに使用されてください。

Tab23.png Validation

テーブルに関するコラムに使用される合法化セットアップを編集してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
Client:Client for this installation.
Description:A space to write additional related information.
Entity Type:Dictionary Entity Type; Determines ownership and synchronization
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Type:A distinct item characteristic used for processes and sometimes grouped within a category.
Validation:A validation rule that defines how an entry is determined to be valid or invalid.
Validation Code:The code that will be executed to determine the setup procedure.

IconAutoForm.png Month

View larger

それらが属す1年の月の名と部分を定義してください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
AD_Month_ID:A month of the year
Client:Client for this installation.
Name:A identifier for a document which can be used as a search tool.
Organization:Organizational entity within client
Quarter:Quarter of the year
Search Key:A fast method for finding a particular record.

IconAutoForm.pngDimension

View larger

パラメタを定義して、レポートを作る際に使用されてください。

Fields:

Active:A flag indicating whether this record is available for use or de-activated.
AD_Dimension_ID:Dimension ID
Client:Client for this installation.
DB Column Name:The name of a column within the database.
DB Table Name:Name of the table in the database
Description:A space to write additional related information.
Join Group 1:
Join Group 2:
Line No:Unique line for this document
Organization:Organizational entity within client
Process:A series of actions carried out in sequential order.

Retrieved from "http://wiki.openbravo.com/wiki/ERP_2.50:User_Manual/Application_Dictionary/ja"

This page has been accessed 6,977 times. This page was last modified on 14 June 2011, at 11:04. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.