プロジェクト(注文します) (ウィンドウ ID-286)
ウィンドウ: プロジェクト(注文します)
説明: Maintain Sales Order and Work Order Details
助ける: The Project Window is used to maintain details of Projects Lines and Issues accross Phases/Tasks
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 |
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 |
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 |
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) Text |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Summary Level | 概要レベル | これは概要実体です。 | 概要実体はツリーの末端ではなく枝を示します。概要実体は、レポートのために使用されて、自己の値を持っていません。 | IsSummary character(1) NOT NULL Yes-No |
Note | メモ | Optional additional user defined information | The Note field allows for optional entry of user defined information regarding this record | Note character varying(2000) Text |
Set Project Type | プロジェクトタイプを設定 | プロジェクトタイプを設定してください。そして、サービスプロジェクトのために、プロジェクトタイプのフェーズとタスクをプロジェクトにコピーしてください。 |
|
C_ProjectType_ID numeric(10) Button |
Standard Phase | 標準フェーズ | Standard Phase of the Project Type | Phase of the project with standard performance information with standard work | C_Phase_ID numeric(10) Table Direct |
Contract Date | 契約日付 | The (planned) effective date of this document. | The contract date is used to determine when the document becomes effective. This is usually the contract date. The contract date is used in reports and report parameters. | DateContract timestamp without time zone Date |
Finish Date | 終了日付 | Finish or (planned) completion date | The finish date is used to indicate when the project is expected to be completed or has been completed. | DateFinish timestamp without time zone Date |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) Search |
BPartner (Agent) | ビジネスパートナー(代理人) | Business Partner (Agent or Sales Rep) | null | C_BPartnerSR_ID numeric(10) Table |
Partner Location | パートナー所在地 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所です。 | C_BPartner_Location_ID numeric(10) Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) Table Direct |
Payment Term | 支払期間 | 支払の期間(時間、割引)です。 | 支払期間は支払いの方法とタイミングを特定します。 | C_PaymentTerm_ID numeric(10) Table Direct |
Order Reference | 受注参照 | Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner | The business partner order reference is the order reference for this specific transaction; Often Purchase Order numbers are given to print on Invoices for easier reference. A standard number can be defined in the Business Partner (Customer) window. | POReference character varying(20) String |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) Table Direct |
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 |
Price List Version | 価格リストバージョン | 価格リストの一意に決まるインスタンスを特定します。 | 各価格リストは、複数のバージョンを持つことができます。 最も一般の使用方法は価格リストが有効である日付を示すことです。 | M_PriceList_Version_ID numeric(10) Table Direct |
Currency | 通貨 | このレコードのための通貨です。 | このレコードに関して処理するか、または報告するとき、使用される通貨を示します。 | C_Currency_ID numeric(10) NOT NULL Table Direct |
Planned Amount | 計画分量 | Planned amount for this project | The Planned Amount indicates the anticipated amount for this project or project line. | PlannedAmt numeric NOT NULL Amount |
Planned Quantity | 計画数量 | Planned quantity for this project | The Planned Quantity indicates the anticipated quantity for this project or project line | PlannedQty numeric NOT NULL Quantity |
Planned Margin | 計画利幅 | Project's planned margin amount | The Planned Margin Amount indicates the anticipated margin amount for this project or project line. | PlannedMarginAmt numeric NOT NULL Amount |
Invoice Rule | Invoice Rule | Invoice Rule for the project | The Invoice Rule for the project determines how orders (and consequently invoices) are created. The selection on project level can be overwritten on Phase or Task | ProjInvoiceRule character(1) NOT NULL List |
Committed Amount | 遂行された額 | The (legal) commitment amount | The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. | CommittedAmt numeric NOT NULL Amount |
Committed Quantity | 合意数量 | The (legal) commitment Quantity | The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. | CommittedQty numeric NOT NULL Quantity |
Invoiced Amount | 請求額 | The amount invoiced | The amount invoiced | InvoicedAmt numeric NOT NULL Amount |
Quantity Invoiced | 請求数量 | The quantity invoiced | null | InvoicedQty numeric NOT NULL Quantity |
Project Balance | プロジェクトバランス | Total Project Balance | The project balance is the sum of all invoices and payments | ProjectBalanceAmt numeric NOT NULL Amount |
Copy Details | 詳細のコピー | 他のプロジェクトからライン/フェーズ/タスクをコピーします。 | null | CopyFrom character(1) Button |
Generate Order | 注文を生成 | プロジェクトからの注文を生成します。 | 注文を生成は、プロジェクトフェーズに基づいて新しい注文ドキュメントを生成します。価格リストと倉庫/サービス場所が、プロジェクトで定義されていなければなりません。 | GenerateTo character(1) Button |
Close Project | プロジェクトを閉じる | null | null | Processing character(1) Button |
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 |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) NOT NULL 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 |
Line No | 詳細番号 | このドキュメントのための一意に決まる連続番号です。 | ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 | Line numeric(10) NOT NULL Integer |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
Product Category | 製品カテゴリ | 製品のカテゴリ | この製品が属すカテゴリを特定します。 製品カテゴリは価格設定と選択に使用されます。 | M_Product_Category_ID numeric(10) Table Direct |
Planned Price | 計画価格 | Planned price for this project line | The Planned Price indicates the anticipated price for this project line. | PlannedPrice numeric NOT NULL Costs+Prices |
Planned Quantity | 計画数量 | Planned quantity for this project | The Planned Quantity indicates the anticipated quantity for this project or project line | PlannedQty numeric NOT NULL Quantity |
Get Price | 価格を取得 | プロジェクト価格リストに基づいて、プロジェクトラインのために価格を取得します。 | null | DoPricing character(1) Button |
Planned Amount | 計画分量 | Planned amount for this project | The Planned Amount indicates the anticipated amount for this project or project line. | PlannedAmt numeric NOT NULL Amount |
Printed | 印刷済み | このドキュメント/連続番号が印刷されるかどうかを示します。 | 印刷済みチェックボックスは、このドキュメントまたは詳細を印刷するとき、連続番号が含まれているかを示します。 | IsPrinted character(1) NOT NULL Yes-No |
Planned Margin | 計画利幅 | Project's planned margin amount | The Planned Margin Amount indicates the anticipated margin amount for this project or project line. | PlannedMarginAmt numeric NOT NULL Amount |
Committed Amount | 遂行された額 | The (legal) commitment amount | The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. | CommittedAmt numeric Amount |
Committed Quantity | 合意数量 | The (legal) commitment Quantity | The commitment amount is independent from the planned amount. You would use the planned amount for your realistic estimation, which might be higher or lower than the commitment amount. | CommittedQty numeric Quantity |
Invoiced Amount | 請求額 | The amount invoiced | The amount invoiced | InvoicedAmt numeric NOT NULL Amount |
Quantity Invoiced | 請求数量 | The quantity invoiced | null | InvoicedQty numeric NOT NULL Quantity |
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 |
Purchase Order | 発注 | Purchase Order | null | C_OrderPO_ID numeric(10) Table |
Project Issue | プロジェクト問題 | Project Issues (Material, Labor) | Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. | C_ProjectIssue_ID numeric(10) Table Direct |
Processed | 処理済 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
TAB: 発行
説明: プロジェクトへの発行
助ける このタブは、「プロジェクトへ発行」処理によって開始されたプロジェクトへの発行をリストアップします。受領、時間と費用、在庫を発行することが出来ます。
ファイル:プロジェクト(注文します) - 発行 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Project Issue | プロジェクト問題 | Project Issues (Material, Labor) | Issues to the project initiated by the "Issue to Project" process. You can issue Receipts, Time and Expenses, or Stock. | C_ProjectIssue_ID numeric(10) NOT NULL ID |
Process Now | すぐに処理する | null | null | Processing character(1) Yes-No |
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Line No | 詳細番号 | このドキュメントのための一意に決まる連続番号です。 | ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 | Line numeric(10) NOT NULL Integer |
Movement Date | 移動日付 | Date a product was moved in or out of inventory | The Movement Date indicates the date that a product moved in or out of inventory. This is the result of a shipment, receipt or inventory movement. | MovementDate timestamp without time zone NOT NULL Date |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) NOT NULL Search |
Attribute Set Instance | 属性セットインスタンス | Product Attribute Set Instance | The values of the actual Product Attribute Instances. The product level attributes are defined on Product level. | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Locator | ロケータ | 倉庫ロケータ | ロケータは、倉庫では、製品がどこに位置しているかを示します。 | M_Locator_ID numeric(10) NOT NULL Locator (WH) |
Movement Quantity | 移動数量 | Quantity of a product moved. | The Movement Quantity indicates the quantity of a product that has been moved. | MovementQty numeric NOT NULL Quantity |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Shipment/Receipt Line | 出荷/受領詳細 | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLine_ID numeric(10) Search |
Expense Line | 費用詳細 | Time and Expense Report Line | null | S_TimeExpenseLine_ID numeric(10) Search |
Processed | 処理済 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Posted | 仕訳済み | Posting status | The Posted field indicates the status of the Generation of General Ledger Accounting Lines | Posted character(1) NOT NULL Button |
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 |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_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 |
Project Asset | プロジェクト資産 | Project Asset Account | The Project Asset account is the account used as the final asset account in capital projects | PJ_Asset_Acct numeric(10) NOT NULL Account |
Work In Progress | 処理中の作業 | Account for Work in Progress | The Work in Process account is the account used in capital projects until the project is completed | PJ_WIP_Acct numeric(10) NOT NULL Account |