費用タイプ (ウィンドウ ID-234)
ウィンドウ: 費用タイプ
説明: Maintain Expense Report Types
助ける: Mantiene diferentes tipos de informe de gastos
TAB: 費用タイプ
説明: 費用報告タイプをメンテナンスします。
助ける null
ファイル:費用タイプ - 費用タイプ - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Expense Type | 費用タイプ | Expense report type | null | S_ExpenseType_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 |
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 |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) NOT NULL Table Direct |
Invoiced | 請求済み | 請求されるかどうかです。 | 選択されると、請求書が作成されます。 | IsInvoiced character(1) NOT NULL Yes-No |
Product Category | 製品カテゴリ | 製品のカテゴリ | この製品が属すカテゴリを特定します。 製品カテゴリは価格設定と選択に使用されます。 | M_Product_Category_ID numeric(10) NOT NULL Table Direct |
Tax Category | 税金カテゴリ | 税金カテゴリ | 税金カテゴリは同様の税金支払方法を分類する機能を提供します。 例えば、消費税か所得税です。 | C_TaxCategory_ID numeric(10) NOT NULL Table Direct |
TAB: 費用製品
説明: 費用タイプの製品定義
助ける null
ファイル:費用タイプ - 費用製品 - ウィンドウ (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 |
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(255) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Comment/Help | コメント/ヘルプ | コメントまたはヒント | ヘルプフィールドは、この項目の使用に関してヒント、コメントまたはヘルプを含んでいます。 | Help character varying(2000) Text |
Document Note | ドキュメントメモ | Additional information for a Document | The Document Note is used for recording any additional information regarding this product. | DocumentNote character varying(2000) Text |
UPC/EAN | UPC/EAN | Bar Code (Universal Product Code or its superset European Article Number) | Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI/Plessey, and Pharmacode) | UPC character varying(30) String |
SKU | SKU | Stock Keeping Unit | The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema. | SKU character varying(30) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Summary Level | 概要レベル | これは概要実体です。 | 概要実体はツリーの末端ではなく枝を示します。概要実体は、レポートのために使用されて、自己の値を持っていません。 | IsSummary character(1) NOT NULL Yes-No |
Product Category | 製品カテゴリ | 製品のカテゴリ | この製品が属すカテゴリを特定します。 製品カテゴリは価格設定と選択に使用されます。 | M_Product_Category_ID numeric(10) NOT NULL Table Direct |
Classification | 分類 | Classification for grouping | The Classification can be used to optionally group products. | Classification character varying(12) String |
Tax Category | 税金カテゴリ | 税金カテゴリ | 税金カテゴリは同様の税金支払方法を分類する機能を提供します。 例えば、消費税か所得税です。 | C_TaxCategory_ID numeric(10) NOT NULL Table Direct |
Revenue Recognition | 収益認識 | Method for recording revenue | The Revenue Recognition indicates how revenue will be recognized for this product | C_RevenueRecognition_ID numeric(10) Table Direct |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) NOT NULL Table Direct |
Sales Representative | 販売担当者 | Sales Representative or Company Agent | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) Table |
Product Type | 製品タイプ | Type of product | The type of product also determines accounting consequences. | ProductType character(1) NOT NULL List |
Purchased | 購入済み | 組織はこの製品を購入します。 | 購入済みチェックボックスは、この製品がこの組織によって購入されるかどうかを示します。 | IsPurchased character(1) NOT NULL Yes-No |
Sold | 販売済み | 組織はこの製品を販売します。 | 販売済みチェック・ボックスは、この製品がこの組織によって販売されるかどうかを示します。 | IsSold character(1) NOT NULL Yes-No |
Discontinued | 中止済み | この製品はもう利用できません。 | 中止済みチェックボックスは使用が中止された製品を示します。 | Discontinued character(1) Yes-No |
Discontinued At | Discontinued At | Discontinued At indicates Date when product was discontinued | null | DiscontinuedAt timestamp without time zone Date |
Image URL | 画像URL | URL of image | URL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png. | ImageURL character varying(120) URL |
Description URL | 説明URL | URL for the description | null | DescriptionURL character varying(120) URL |
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 |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Search |
Price List Version | 価格リストバージョン | 価格リストの一意に決まるインスタンスを特定します。 | 各価格リストは、複数のバージョンを持つことができます。 最も一般の使用方法は価格リストが有効である日付を示すことです。 | M_PriceList_Version_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
List Price | 定価 | List Price | The List Price is the official List Price in the document currency. | PriceList numeric NOT NULL Costs+Prices |
Standard Price | 標準価格 | Standard Price | The Standard Price indicates the standard or normal price for a product on this price list | PriceStd numeric NOT NULL Costs+Prices |
Limit Price | 限度価格 | Lowest price for a product | The Price Limit indicates the lowest price for a product stated in the Price List Currency. | PriceLimit numeric NOT NULL Costs+Prices |
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 |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Product Asset | 製品資産 | Account for Product Asset (Inventory) | The Product Asset Account indicates the account used for valuing this a product in inventory. | P_Asset_Acct numeric(10) NOT NULL Account |
Product Expense | 製品費用 | Account for Product Expense | The Product Expense Account indicates the account used to record expenses associated with this product. | P_Expense_Acct numeric(10) NOT NULL Account |
Product COGS | 製品売上原価 | Account for Cost of Goods Sold | The Product COGS Account indicates the account used when recording costs associated with this product. | P_COGS_Acct numeric(10) NOT NULL Account |
Purchase Price Variance | 購入価格差異 | Difference between Standard Cost and Purchase Price (PPV) | The Purchase Price Variance is used in Standard Costing. It reflects the difference between the Standard Cost and the Purchase Order Price. | P_PurchasePriceVariance_Acct numeric(10) NOT NULL Account |
Invoice Price Variance | 請求価格変更 | Difference between Costs and Invoice Price (IPV) | The Invoice Price Variance is used reflects the difference between the current Costs and the Invoice Price. | P_InvoicePriceVariance_Acct numeric(10) NOT NULL Account |
Trade Discount Received | 取引受取割引料 | Trade Discount Receivable Account | The Trade Discount Receivables Account indicates the account for received trade discounts in vendor invoices | P_TradeDiscountRec_Acct numeric(10) NOT NULL Account |
Trade Discount Granted | 承諾された仕入先間割引 | Trade Discount Granted Account | The Trade Discount Granted Account indicates the account for granted trade discount in sales invoices | P_TradeDiscountGrant_Acct numeric(10) NOT NULL Account |
Product Revenue | 製品収入 | Account for Product Revenue (Sales Account) | The Product Revenue Account indicates the account used for recording sales revenue for this product. | P_Revenue_Acct numeric(10) NOT NULL Account |