費用(請求する) (ウィンドウ ID-242)

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



ウィンドウ: 費用(請求する)

説明: View expenses and charges not invoiced to customers

助ける: Before invoicing to customers, check the expense lines to be invoiced



TAB: 顧客

説明: 請求を受取るビジネスパートナー(顧客)です。


助ける null


ファイル:費用(請求する) - 顧客 - ウィンドウ (iDempiere 1.0.0).png




名前 名前 説明 助ける 仕様書
Search Key 検索キー Search key for the record in the format required - must be unique A search key allows you a fast method of finding a particular record.

If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order).

Value
character varying(40) NOT NULL
String
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
Name 2 名前2 Additional Name null Name2
character varying(60)
String
Customer 顧客 このビジネスパートナーが顧客であるかどうかを示します。 顧客チェックボックスは、このビジネスパートナーが顧客であるかどうかを示します。これを選択すると顧客情報のための追加フィールドが表示されます。 IsCustomer
character(1) NOT NULL
Yes-No
Price List 価格リスト 価格リストの一意に決まる識別子です。 購入、販売した製品の価格設定、利幅、費用を決定するために使われます。 M_PriceList_ID
numeric(10)
Table Direct
Payment Term 支払期間 支払の期間(時間、割引)です。 支払期間は支払いの方法とタイミングを特定します。 C_PaymentTerm_ID
numeric(10)
Table
Open Balance 開いているバランス Total Open Balance Amount in primary Accounting Currency The Total Open Balance Amount is the calculated open item amount for Customer and Vendor activity. If the Balance is below zero, we owe the Business Partner. The amout is used for Credit Management.

Invoices and Payment Allocations determine the Open Balance (i.e. not Orders or Payments).

TotalOpenBalance
numeric
Amount




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
Business Partner ビジネスパートナー ビジネスパートナーを特定します。 ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 C_BPartner_ID
numeric(10)
Search
Expense Report 経費報告書 Time and Expense Report null S_TimeExpense_ID
numeric(10) NOT NULL
Table Direct
Line No 詳細番号 このドキュメントのための一意に決まる連続番号です。 ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 Line
numeric(10) NOT NULL
Integer
Expense Date 費用日付 Date of expense Date of expense DateExpense
timestamp without time zone
Date
Processed 処理済 The document has been processed The Processed checkbox indicates that a document has been processed. Processed
character(1) NOT NULL
Yes-No
Time Report 時間のレポート Line is a time report only (no expense) The line contains only time information IsTimeReport
character(1) NOT NULL
Yes-No
Invoiced 請求済み 請求されるかどうかです。 選択されると、請求書が作成されます。 IsInvoiced
character(1) NOT NULL
Yes-No
Sales Order Line 販売注文詳細 Sales Order Line The Sales Order Line is a unique identifier for a line in an order. C_OrderLine_ID
numeric(10)
Search
Product 製品 製品、サービス、項目 この組織で購入、または販売する製品を特定します。 M_Product_ID
numeric(10)
Search
Resource Assignment リソース割当 Resource Assignment null S_ResourceAssignment_ID
numeric(10)
Assignment
Quantity Quantity The Quantity indicates the number of a specific product or item for this document. Qty
numeric
Quantity
UOM 測定単位 Unit of Measureです。 測定単位は一意に決まる非通貨の単位を定義します。 C_UOM_ID
numeric(10)
Table Direct
Quantity Invoiced 請求済み数量 Invoiced Quantity The Invoiced Quantity indicates the quantity of a product that have been invoiced. QtyInvoiced
numeric
Quantity
Expense Amount 費用量 Amount for this expense Expense amount in currency ExpenseAmt
numeric
Amount
Currency 通貨 このレコードのための通貨です。 このレコードに関して処理するか、または報告するとき、使用される通貨を示します。 C_Currency_ID
numeric(10)
Table Direct
Invoice Price 請求価格 Unit price to be invoiced or 0 for default price Unit Price in the currency of the business partner! If it is 0, the standard price of the sales price list of the business partner (customer) is used. InvoicePrice
numeric
Costs+Prices
Converted Amount 変換分量 Converted Amount The Converted Amount is the result of multiplying the Source Amount by the Conversion Rate for this target currency. ConvertedAmt
numeric
Amount
Price Invoiced 請求価格 The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price The invoiced price is derived from the Invoice Price entered and can be overwritten. If the price is 0, the default price on the customer's invoice is used. PriceInvoiced
numeric
Costs+Prices
Time Type 時間のタイプ Type of time recorded Differentiate time types for reporting purposes (In parallel to Activities) S_TimeType_ID
numeric(10)
Table Direct
Description 説明 レコードの任意の短い説明です。 説明は、255文字に制限されます。 Description
character varying(255)
String
Note メモ Optional additional user defined information The Note field allows for optional entry of user defined information regarding this record Note
character varying(255)
Text
Campaign キャンペーン Marketing Campaign The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. C_Campaign_ID
numeric(10)
Table Direct
Project プロジェクト 財務プロジェクトです。 プロジェクトは内部、または外部の活動を追跡して、制御します。 C_Project_ID
numeric(10)
Table Direct
Activity 活動 Business Activity Activities indicate tasks that are performed and used to utilize Activity based Costing C_Activity_ID
numeric(10)
Table Direct
Project Phase プロジェクトフェーズ Phase of a Project null C_ProjectPhase_ID
numeric(10)
Table Direct
Project Task プロジェクトタスク Actual Project Task in a Phase A Project Task in a Project Phase represents the actual work. C_ProjectTask_ID
numeric(10)
Table Direct


Contributions / Posts

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