要求タイプ (ウィンドウ ID-244)
ウィンドウ: 要求タイプ
説明: Maintain Request Types
助ける: Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.
TAB: 要求タイプ
説明: 要求のタイプです。(例えば、問い合せ、苦情)
助ける 要求タイプは、要求の処理と分類に使われます。オプションは会計問い合せ、保証問題などです。
ファイル:要求タイプ - 要求タイプ - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
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 |
Status Category | Status Category | Request Status Category | Category of Request Status enables to maintain different set of Status for different Request Categories | R_StatusCategory_ID numeric(10) NOT NULL Table Direct |
Default | デフォルト | Default value | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Self-Service | セルフサービス | This is a Self-Service entry or this entry can be changed via Self-Service | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |
EMail when Due | 支払日にメール | Send EMail when Request becomes due | Send EMail when Request becomes due | IsEMailWhenDue character(1) NOT NULL Yes-No |
Due Date Tolerance | 期日の許容誤差 | Tolerance in days between the Date Next Action and the date the request is regarded as overdue | When the Date Next Action is passed, the Request becomes Due. After the Due Date Tolerance, the Request becomes Overdue. | DueDateTolerance numeric(10) NOT NULL Integer |
EMail when Overdue | 支払期限後にメール | Send EMail when Request becomes overdue | Send EMail when Request becomes overdue | IsEMailWhenOverdue character(1) NOT NULL Yes-No |
Auto Due Date Days | 自動期日の日 | Automatic Due Date Days | If a due date is not defined and the Auto Due Days ins greater then zero, a due date in the number of days is automatically created. | AutoDueDateDays numeric(10) Integer |
Invoiced | 請求済み | 請求されるかどうかです。 | 選択されると、請求書が作成されます。 | IsInvoiced character(1) Yes-No |
Confidentiality | 機密性 | Type of Confidentiality | null | ConfidentialType character(1) NOT NULL List |
Confidential Info | 機密情報 | Can enter confidential information | When entering/updating Requests over the web, the user can mark his info as confidential | IsConfidentialInfo character(1) NOT NULL Yes-No |
Create Change Request | 変更要求を作成 | Automatically create BOM (Engineering) Change Request | Create automatically a Product Bill of Material (Engineering) Change Request when the Request Group references a Product BOM | IsAutoChangeRequest character(1) NOT NULL Yes-No |
Header Color | Header Color | Header color of calendar dashlet | null | HeaderColor character varying(7) String |
Content Color | Content Color | Content color of calendar dashlet | null | ContentColor character varying(7) String |
TAB: 更新通知
説明: 要求更新を受け取るために受取人をリストアップします。
助ける null
ファイル:要求タイプ - 更新通知 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Request Type | 要求タイプ | Type of request (e.g. Inquiry, Complaint, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | R_RequestType_ID numeric(10) NOT NULL Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) NOT NULL Search |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Self-Service | セルフサービス | This is a Self-Service entry or this entry can be changed via Self-Service | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |