手数料 (ウィンドウ ID-207)

提供: iDempiere ja
移動先:案内検索



ウィンドウ: 手数料

説明: Maintain Commissions and Royalties

助ける: Define how and when you want the commissions to be calculated and to whom to pay it. The Commissions Window allows you define how commissions and royalties will be paid. You can pay multiple commissions for the same order or invoice (e.g. to the person entering the transaction, to the person responsible for sale of the product (category) and or business partner (group).



TAB: 売買手数料

説明: 売買手数料ルールを定義します。


助ける いつだれに売買手数料を支払うかを定義します。各期間で、取引の期間が終了した後に、売買手数料の計算を開始できます。


ファイル:手数料 - 売買手数料 - ウィンドウ (iDempiere 1.0.0).png




名前 名前 説明 助ける 仕様書
Commission 手数料 Commission The Commission Rules or internal or external company agents, sales reps or vendors. C_Commission_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
Business Partner / Sales Rep ビジネスパートナー/営業担当 注文を受けたビジネスパートナー(営業担当)を決定します。 ビジネスパートナーは仕入先、営業担当です。 C_BPartner_ID
numeric(10) NOT NULL
Search
Currency 通貨 このレコードのための通貨です。 このレコードに関して処理するか、または報告するとき、使用される通貨を示します。 C_Currency_ID
numeric(10) NOT NULL
Table Direct
Charge 料金 Additional document charges The Charge indicates a type of Charge (Handling, Shipping, Restocking) C_Charge_ID
numeric(10) NOT NULL
Table Direct
Calculation Basis 計算基礎 Basis for the calculation the commission The Calculation Basis indicates the basis to be used for the commission calculation. DocBasisType
character(1) NOT NULL
List
Frequency Type 頻度タイプ Frequency of event The frequency type is used for calculating the date of the next event. FrequencyType
character(1) NOT NULL
List
Copy Lines ラインをコピー 他の委任から委任ラインをコピーします。 null CreateFrom
character(1)
Button
List Details リスト詳細 List document details The List Details checkbox indicates that the details for each document line will be displayed. ListDetails
character(1) NOT NULL
Yes-No
Generate Commission 委任を生成 委任を生成します。 null Processing
character(1)
Button
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




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
Commission 手数料 Commission The Commission Rules or internal or external company agents, sales reps or vendors. C_Commission_ID
numeric(10) NOT NULL
Table Direct
Line No 詳細番号 このドキュメントのための一意に決まる連続番号です。 ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 Line
numeric(10) NOT NULL
Integer
Description 説明 レコードの任意の短い説明です。 説明は、255文字に制限されます。 Description
character varying(255)
String
Active アクティブ レコードはシステムでアクティブです。 レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。

不活性にする理由は2つあります:

(1) システムは監査目的のためのレコードを必要とします。

(2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。

IsActive
character(1) NOT NULL
Yes-No
Commission only specified Orders 注文のみ決定した手数料 Commission only Orders or Invoices, where this Sales Rep is entered Sales Reps are entered in Orders and Invoices. If selected, only Orders and Invoices for this Sales Reps are included in the calculation of the commission. CommissionOrders
character(1) NOT NULL
Yes-No
Organization 組織 Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. Org_ID
numeric(10)
Table
Business Partner Group ビジネスパートナーグループ Business Partner Group The Business Partner Group provides a method of defining defaults to be used for individual Business Partners. C_BP_Group_ID
numeric(10)
Table Direct
Business Partner ビジネスパートナー ビジネスパートナーを特定します。 ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 C_BPartner_ID
numeric(10)
Search
Product Category 製品カテゴリ 製品のカテゴリ この製品が属すカテゴリを特定します。 製品カテゴリは価格設定と選択に使用されます。 M_Product_Category_ID
numeric(10)
Table Direct
Product 製品 製品、サービス、項目 この組織で購入、または販売する製品を特定します。 M_Product_ID
numeric(10)
Search
Sales Region 販売地域 セールス・カバレッジ地域です。 販売地域はセールス・カバレッジの特定の領域を示します。 C_SalesRegion_ID
numeric(10)
Table Direct
Payment Rule 支払いルール How you pay the invoice The Payment Rule indicates the method of invoice payment. PaymentRule
character varying(1)
List
Subtract Quantity 減算数量 Quantity to subtract when generating commissions The Quantity Subtract identifies the quantity to be subtracted before multiplication QtySubtract
numeric NOT NULL
Number
Multiplier Quantity 数量乗数 Value to multiply quantities by for generating commissions. The Multiplier Quantity field indicates the amount to multiply the quantities accumulated for this commission run. QtyMultiplier
numeric NOT NULL
Number
Subtract Amount 減算分量 Subtract Amount for generating commissions The Subtract Amount indicates the amount to subtract from the total amount prior to multiplication. AmtSubtract
numeric NOT NULL
Amount
Multiplier Amount 乗数量 Multiplier Amount for generating commissions The Multiplier Amount indicates the amount to multiply the total amount generated by this commission run by. AmtMultiplier
numeric NOT NULL
Number
Positive only 正数のみ Do not generate negative commissions The Positive Only check box indicates that if the result of the subtraction is negative, it is ignored. This would mean that negative commissions would not be generated. IsPositiveOnly
character(1) NOT NULL
Yes-No


Contributions / Posts

Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。