ツリー (ID-163)
提供: iDempiere ja
ウィンドウの開始
ウィンドウ: ツリー
説明: Maintain Tree definition
助ける: The Tree Window defines the descriptors and images that will be used when a Tree is displayed.
TAB: ツリー
説明: ツリー
助ける: ツリータブは表示されるツリーを定義します。
元の名前(英語) | 和名 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
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 character varying(60) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Area | 地域 | Element this tree is built on (i.e Product, Business Partner) | The Tree Type / Area field determines the type of tree this is. For example, you may define one tree for your Products and another tree for your Business Partners. | TreeType character(2) NOT NULL List |
All Nodes | すべてのノード | All Nodes are included (Complete Tree) | If selected, all Nodes must be in the tree. | IsAllNodes character(1) NOT NULL Yes-No |
Default | デフォルト | Default value | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Verify Tree | ツリー構造を確認 | ツリー構造の完全性と正当性について確認します。 | null | Processing character(1) Button |