再帰 (ウィンドウ ID-266)
提供: iDempiere ja
ウィンドウ: 再帰
説明: Recurring Document
助ける: Create new documents based on existing one
TAB: 再帰
説明: 再帰ドキュメント
助ける 再帰ドキュメントをメンテナンスします。次の実行は、生成されたドキュメント(および、会計日付)が決定します。
ファイル:再帰 - 再帰 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Created | 作成日 | このレコードが作成された日付です。 | 作成日フィールドはこのレコードが作成された日付を示します。 | Created timestamp without time zone NOT NULL Date+Time |
Recurring | 再帰 | Recurring Document | Recurring Documents | C_Recurring_ID numeric(10) NOT NULL ID |
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 |
Comment/Help | コメント/ヘルプ | コメントまたはヒント | ヘルプフィールドは、この項目の使用に関してヒント、コメントまたはヘルプを含んでいます。 | Help character varying(2000) Text |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Frequency Type | 頻度タイプ | Frequency of event | The frequency type is used for calculating the date of the next event. | FrequencyType character(1) NOT NULL List |
Frequency | 頻度 | Frequency of events | The frequency is used in conjunction with the frequency type in determining an event. Example: If the Frequency Type is Week and the Frequency is 2 - it is every two weeks. | Frequency numeric(10) Integer |
Maximum Runs | 最大実行数 | Number of recurring runs | Number of recurring documents to be generated in total | RunsMax numeric(10) NOT NULL Integer |
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 |
Recurring Type | 再帰タイプ | Type of Recurring Document | The type of document to be generated | RecurringType character(1) NOT NULL List |
Order | 受注 | Order | The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you cloase an order, unshipped (backordered) quantities are cancelled. | C_Order_ID numeric(10) Search |
Journal Batch | 仕訳帳バッチ処理 | 総勘定元帳バッチ処理 | 総勘定元帳バッチ処理は、グループとして処理される仕訳帳のグループを特定します。 | GL_JournalBatch_ID numeric(10) Search |
Invoice | 請求書 | Invoice Identifier | The Invoice Document. | C_Invoice_ID numeric(10) Search |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) Search |
Payment | 支払い | Payment identifier | The Payment is a unique identifier of this payment. | C_Payment_ID numeric(10) Search |
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 |
Remaining Runs | 残り実行数 | Number of recurring runs remaining | Number of recurring documents to be still generated | RunsRemaining numeric(10) NOT NULL Integer |
Start Process | プロセスの開始 | 再実行します。 | null | Processing character(1) Button |
TAB: 実行
説明: 再帰ドキュメント実行
助ける 再帰ドキュメント生成の履歴です。
ファイル:再帰 - 実行 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Recurring Run | 再帰実行 | Recurring Document Run | History of Recurring Document Generation | C_Recurring_Run_ID numeric(10) NOT NULL ID |
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Recurring | 再帰 | Recurring Document | Recurring Documents | C_Recurring_ID numeric(10) NOT NULL Table Direct |
Created | 作成日 | このレコードが作成された日付です。 | 作成日フィールドはこのレコードが作成された日付を示します。 | Created timestamp without time zone NOT NULL Date+Time |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Document Date | ドキュメント日付 | ドキュメントの日付です。 | ドキュメント日付はドキュメントが作られた日付を示します。 それは会計日付と同じ可能性があります。 | DateDoc timestamp without time zone Date |
Payment | 支払い | Payment identifier | The Payment is a unique identifier of this payment. | C_Payment_ID numeric(10) Search |
Order | 受注 | Order | The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you cloase an order, unshipped (backordered) quantities are cancelled. | C_Order_ID numeric(10) Search |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) Search |
Invoice | 請求書 | Invoice Identifier | The Invoice Document. | C_Invoice_ID numeric(10) Search |
Journal Batch | 仕訳帳バッチ処理 | 総勘定元帳バッチ処理 | 総勘定元帳バッチ処理は、グループとして処理される仕訳帳のグループを特定します。 | GL_JournalBatch_ID numeric(10) Search |