作業フロープロセッサ (ウィンドウ ID-306)
提供: iDempiere ja
ウィンドウ: 作業フロープロセッサ
説明: Maintain Workflow Processor and Logs
助ける: Workflow Processor Server Parameters
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 |
Schedule | Schedule | null | null | AD_Schedule_ID numeric(10) NOT NULL Table Direct |
Inactivity Alert Days | 警告送信不活発日数 | Send Alert when there is no activity after days (0= no alert) | An email alert is sent when the request shows no activity for the number of days defined. | InactivityAlertDays numeric(10) Integer |
Reminder Days | 督促日数 | Days between sending Reminder Emails for a due or inactive Document | When a document is due ot too long without activity, a reminder is sent. 0 means no reminders.
The Remind Days are the days when the next email reminder is sent. |
RemindDays numeric(10) Integer |
Supervisor | 監督 | Supervisor for this user/organization - used for escalation and approval | The Supervisor indicates who will be used for forwarding and escalating issues for this user - or for approvals. | Supervisor_ID numeric(10) NOT NULL Table |
Days to keep Log | ログ保有日数 | Number of days to keep the log entries | Older Log entries may be deleted | KeepLogDays numeric(10) NOT NULL Integer |
Alert over Priority | 優先権の上の警告 | Send alert email when over priority | Send alert email when a suspended activity is over the priority defined | AlertOverPriority numeric(10) Integer |
Date last run | 最終実行日付 | Date the process was last run. | The Date Last Run indicates the last time that a process was run. | DateLastRun timestamp without time zone Date+Time |
Date next run | 次回実行日 | Date the process will run next | The Date Next Run indicates the next time this process will run. | DateNextRun timestamp without time zone Date+Time |
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 |
Workflow Processor | 作業フロープロセッサ | Workflow Processor Server | Workflow Processor Server | AD_WorkflowProcessor_ID numeric(10) NOT NULL Table Direct |
Created | 作成日 | このレコードが作成された日付です。 | 作成日フィールドはこのレコードが作成された日付を示します。 | Created timestamp without time zone NOT NULL Date+Time |
Summary | 概要 | Textual summary of this request | The Summary allows free form text entry of a recap of this request. | Summary character varying(2000) Text |
Error | エラー | An Error occured in the execution | null | IsError character(1) NOT NULL Yes-No |
Reference | 参照 | Reference for this record | The Reference displays the source document number. | Reference character varying(60) String |
Text Message | テキストメッセージ | Text Message | null | TextMsg character varying(2000) Text |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |