請求書スケジュール (ウィンドウ ID-147)
提供: iDempiere ja
ウィンドウ: 請求書スケジュール
説明: 請求スケジュールをメンテナンスします。
助ける: 請求書スケジュールウィンドウは、概要請求書を作るために、頻度と締め切り日付を定義します。顧客が複数の出荷のために一つの請求書を必要とするなら、適切な請求書スケジュールを定義して、それを顧客に関連づけてください。
TAB: 請求スケジュール
説明: 請求スケジュールを定義します。
助ける 請求スケジュールタブは、ビジネスパートナー用のバッチ請求が作られる頻度を定義します。
ファイル:請求書スケジュール - 請求スケジュール - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Invoice Schedule | 請求書スケジュール | Schedule for generating Invoices | The Invoice Schedule identifies the frequency used when generating invoices. | C_InvoiceSchedule_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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive 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 |
Amount Limit | 限度数量 | 量が限度を超す場合にだけ、請求書を送ります。 | 限度数量チェックボックスは、入力された限度より下の場合に請求書が出されるかどうかを示します。 | IsAmount character(1) NOT NULL Yes-No |
Amount | 量 | 量です。 | 量です。 | Amt numeric Amount |
Invoice Frequency | 請求頻度 | どれくらいの頻度で請求書が作られるかです。 | 請求頻度は、ビジネスパートナーのための請求書頻度を示します。 | InvoiceFrequency character(1) NOT NULL List |
Invoice on even weeks | 隔週の請求 | Send invoices on even weeks | The Invoice on Even Weeks checkbox indicates if biweekly invoices should be sent on even week numbers. | EvenInvoiceWeek character(1) Yes-No |
Invoice Week Day | 請求作成の曜日 | 請求書を作る日です。 | 請求作成の曜日は、請求書を作るために曜日を示します。 | InvoiceWeekDay character(1) List |
Invoice weekday cutoff | 平日の締切りの請求書 | Last day in the week for shipments to be included | The Invoice Week Day Cutoff indicates the last day of the week a shipment must be made to be included in the invoice schedule. | InvoiceWeekDayCutoff character(1) List |
Invoice Day | 請求書日 | 請求書世代の日 | Invoice Dayは請求書世代の日を示します。 毎月二度なら、2回目はこの日15日後です。 | InvoiceDay numeric(10) Integer |
Invoice day cut-off | 請求書日の締切り | Last day for including shipments | The Invoice Day Cut Off indicates the last day for shipments to be included in the current invoice schedule. For example, if the invoice schedule is defined for the first day of the month, the cut off day may be the 25th of the month. An shipment on the 24th of May would be included in the invoices sent on June 1st but a shipment on the 26th would be included in the invoices sent on July 1st. | InvoiceDayCutoff numeric(10) Integer |