出荷(顧客) (ウィンドウ ID-169)
提供: iDempiere ja
ウィンドウ: 出荷(顧客)
説明: Customer Inventory Shipments Customer Returns
助ける: The Shipment Window defines shipments made or to be made to a customer. They are generated from an Customer Order. The Shipment Document will generate the Customer Invoice.
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 |
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 |
Date Ordered | 受注日付 | 受注の日付です。 | 製品が注文された日付を示します。 | DateOrdered timestamp without time zone Date |
RMA | 材料返却承認 | Return Material Authorization | A Return Material Authorization may be required to accept returns and to create Credit Memos | M_RMA_ID numeric(10) Search |
Document No | ドキュメント番号 | ドキュメントのドキュメント連続番号です。 | ドキュメント番号は、システムによって自動的に生成されて、ドキュメントのタイプによって決定されます。ドキュメントが保存されないと予備の番号が表示されます。"<>"新しいドキュメントを作成したときに、ドキュメントのタイプに定義された連続番号作成方法が定義されたいないなら、フィールドは空です。これは通常、外部の値(仕入先請求書など)を持っているドキュメントのためのものです。空の状態でフィールドをそのままにすると、システムは自動で連続番号を生成します。この場合、システムは、「連続番号のメンテナンス」で定義された方法によって連続番号を作成します。 | DocumentNo character varying(30) NOT NULL String |
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 |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Document Type | ドキュメントタイプ | ドキュメントのタイプまたはルールです。 | ドキュメントタイプはドキュメント連続番号と処理ルールを決定します。 | C_DocType_ID numeric(10) NOT NULL Table |
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 |
Account Date | 会計日付 | 会計日付です。 | 会計日付は、総勘定元帳エントリーがこのドキュメントから生成された日付を示します。また、それはすべての通貨の転換にも使用されます。 | DateAcct timestamp without time zone NOT NULL Date |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) NOT NULL Search |
Partner Location | パートナー所在地 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所です。 | C_BPartner_Location_ID numeric(10) NOT NULL Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) Table Direct |
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) NOT NULL Table Direct |
Priority | 優先権 | Priority of a document | The Priority indicates the importance (high, medium, low) of this document | PriorityRule character(1) NOT NULL List |
Delivery Rule | 配送ルール | Defines the timing of Delivery | The Delivery Rule indicates when an order should be delivered. For example should the order be delivered when the entire order is complete, when a line is complete or as the products become available. | DeliveryRule character(1) NOT NULL List |
Pick Date | 梱包日付 | Date/Time when picked for Shipment | null | PickDate timestamp without time zone Date+Time |
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 |
Delivery Via | 配送経由 | 注文品を届ける方法です。 | 配送経由は、どう製品を届けるかを示します。例えば、注文品が梱包されるか、出荷されるかなどです。 | DeliveryViaRule character(1) NOT NULL List |
Shipper | 荷主 | 製品配送のメソッドか方法 | 荷主は製品を提供する方法を示します。 | M_Shipper_ID numeric(10) Table Direct |
Create Package | パッケージを作成 | 出荷のためにパッケージを作成してください。 | null | CreatePackage character(1) Button |
Ship Date | 出荷日付 | Shipment Date/Time | Actual Date/Time of Shipment (pick up) | ShipDate timestamp without time zone Date+Time |
No Packages | パッケージなし | Number of packages shipped | null | NoPackages numeric(10) Integer |
Tracking No | 追跡番号 | Number to track the shipment | null | TrackingNo character varying(60) String |
Freight Cost Rule | 貨物費用ルール | Method for charging Freight | The Freight Cost Rule indicates the method used when charging for freight. | FreightCostRule character(1) NOT NULL List |
Freight Amount | 貨物量 | 貨物量 | 貨物量は、文書通貨で貨物の料金をあらわします。 | FreightAmt numeric Amount |
Create lines from | 連続番号を作成 | Process which will generate a new document lines based on an existing document | The Create From process will create a new document based on information in an existing document selected by the user. | CreateFrom character(1) Button |
Drop Shipment | 直送 | Drop Shipments are sent from the Vendor directly to the Customer | Drop Shipments do not cause any Inventory reservations or movements as the Shipment is from the Vendor's inventory. The Shipment of the Vendor to the Customer must be confirmed. | IsDropShip character(1) Yes-No |
Drop Shipment Partner | Drop Shipment Partner | Business Partner to ship to | If empty the business partner will be shipped to. | DropShip_BPartner_ID numeric(10) Table |
Drop Shipment Location | Drop Shipment Location | Business Partner Location for shipping to | null | DropShip_Location_ID numeric(10) Table |
Drop Shipment Contact | Drop Shipment Contact | Business Partner Contact for drop shipment | null | DropShip_User_ID numeric(10) Table |
Generate Invoice from Receipt | 領収書から請求書を生成 | この領収書から請求書を生成、処理します。領収書は、正しくて、完成している必要があります。 | 領収書から請求書を生成は、選択された領収書に基づき、請求書を作成します。そして、請求書をその領収書と対応させます。請求書ドキュメントタイプが、ドキュメント番号を手動で設定することを許可している場合にだけ、ドキュメント番号を設定することができます。 | GenerateTo character(1) Button |
Charge | 料金 | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table |
Charge amount | 料金分量 | Charge Amount | The Charge Amount indicates the amount for an additional charge. | ChargeAmt numeric Amount |
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 |
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 |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_ID numeric(10) Table |
User List 1 | ユーザーリスト1 | User defined list element #1 | The user defined element displays the optional elements that have been defined for this account combination. | User1_ID numeric(10) Table |
User List 2 | ユーザーリスト2 | User defined list element #2 | The user defined element displays the optional elements that have been defined for this account combination. | User2_ID numeric(10) Table |
Movement Type | 移動タイプ | Method of moving the inventory | The Movement Type indicates the type of movement (in, out, to production, etc) | MovementType character(2) NOT NULL List |
Create Confirmation | 確認を作成 | ドキュメントのための確認を作成します。 | この文書が処理できるようになる前に、生成された確認が処理される必要があります。 | CreateConfirm character(1) Button |
In Transit | 通過中 | Movement is in transit | Material Movement is in transit - shipped, but not received.
The transaction is completed, if confirmed. |
IsInTransit character(1) NOT NULL Yes-No |
Date received | 受け取り日付 | Date a product was received | The Date Received indicates the date that product was received. | DateReceived timestamp without time zone Date |
Document Status | ドキュメント状態 | ドキュメントの現在の状態です。 | ドキュメント状態は、ドキュメントの状態を示します。ドキュメント状態を変更したい場合は、ドキュメントアクションフィールドを使用してください。 | DocStatus character(2) NOT NULL List |
Process Shipment | 出荷を処理 | 出荷/領収を処理します。(在庫を更新) | 出荷/領収を処理は、製品を在庫へ加える/減らす処理をします。そして、出荷/領収の項目としてラインを付けます。 | DocAction character(2) NOT NULL Button |
In Dispute | 議論中 | Document is in dispute | The document is in dispute. Use Requests to track details. | IsInDispute 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 |
Shipment/Receipt | 出荷/受領 | Material Shipment Document | The Material Shipment / Receipt | M_InOut_ID numeric(10) NOT NULL Search |
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) Table Direct |
Line No | 詳細番号 | このドキュメントのための一意に決まる連続番号です。 | ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 | Line numeric(10) NOT NULL Integer |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) 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) Locator (WH) |
Charge | 料金 | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Quantity | 数量 | The Quantity Entered is based on the selected UoM | The Quantity Entered is converted to base product UoM quantity | QtyEntered numeric NOT NULL Quantity |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) NOT NULL Table Direct |
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 |
Picked Quantity | 梱包数量 | null | null | PickedQty numeric Quantity |
Target Quantity | 目標数量 | Target Movement Quantity | The Quantity which should have been received | TargetQty numeric Quantity |
Confirmed Quantity | 確認済み数量 | Confirmation of a received quantity | Confirmation of a received quantity | ConfirmedQty numeric Quantity |
Scrapped Quantity | 廃棄数量 | The Quantity scrapped due to QA issues | null | ScrappedQty numeric Quantity |
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 |
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 |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_ID numeric(10) Table |
User List 1 | ユーザーリスト1 | User defined list element #1 | The user defined element displays the optional elements that have been defined for this account combination. | User1_ID numeric(10) Table |
User List 2 | ユーザーリスト2 | User defined list element #2 | The user defined element displays the optional elements that have been defined for this account combination. | User2_ID numeric(10) Table |
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 |
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) NOT NULL Search |
Ship/Receipt Confirmation | 出荷/受領確認 | Material Shipment or Receipt Confirmation | Confirmation of Shipment or Receipt - Created from the Shipment/Receipt | M_InOutConfirm_ID numeric(10) NOT NULL Table Direct |
Ship/Receipt Confirmation Line | 出荷/受領確認詳細 | Material Shipment or Receipt Confirmation Line | Confirmation details | M_InOutLineConfirm_ID numeric(10) NOT NULL ID |
Confirmation No | 確認番号 | Confirmation Number | null | ConfirmationNo character varying(20) String |
Target Quantity | 目標数量 | Target Movement Quantity | The Quantity which should have been received | TargetQty numeric NOT NULL Quantity |
Confirmed Quantity | 確認済み数量 | Confirmation of a received quantity | Confirmation of a received quantity | ConfirmedQty numeric NOT NULL Quantity |
Difference | 差異 | Difference Quantity | null | DifferenceQty numeric Quantity |
Scrapped Quantity | 廃棄数量 | The Quantity scrapped due to QA issues | null | ScrappedQty numeric Quantity |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
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 |
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) 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) NOT NULL Product Attribute |
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 |