物料收貨 (窗口 ID-184)
窗口: 物料收貨
描述: 供應商物料出貨
幫助: The Vendor Shipment Window defines the receipt of product or material from a Vendor. The Shipment may be manually entered or may be generated from a Purchase Order or Vendor Invoice.
TAB: 物料收貨
描述: Enter Receipts and Vendor Returns
幫助 The Shipments Tab allows you to generate, maintain, enter and process Shipments from a Vendor or Returns to a Vendor.
File:物料收貨 - 物料收貨 - 窗口 (iDempiere 1.0.0).png
| 名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
|---|---|---|---|---|
| Client | 客戶 | 安裝此軟件的客戶 | 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | 機構 | 客戶內的機構實體。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Purchase Order | 採購定單 | 採購定單 | The Purchase Order ID is a unique identifier of a Purchase Order. This is controlled by the document sequence for this document type. | C_Order_ID numeric(10) Search |
| Date Ordered | 定單日期 | 定單日期 | Indicates the Date an item was ordered. | DateOrdered timestamp without time zone Date |
| RMA | 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 | 文檔號 | Document sequence number of the document | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. 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). |
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 | 文件類型 | 文件類型或規則 | The Document Type determines document sequence and processing rules | 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 | 記賬日期 | 記賬日期 | The Accounting Date indicates the date to be used on the General Ledger account entries generated from this document | DateAcct timestamp without time zone NOT NULL Date |
| Business Partner | 業務夥伴 | 標識業務夥伴 | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BPartner_ID numeric(10) NOT NULL Search |
| Partner Location | 業務夥伴地址 | Identifies the (ship from) address for this Business Partner | The Partner address indicates the location of a Business Partner | C_BPartner_Location_ID numeric(10) NOT NULL Table Direct |
| User/Contact | 客戶或聯繫人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner 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 | 優先級 | 文件的優先級 | The Priority indicates the importance (high, medium, low) of this document | PriorityRule character(1) NOT NULL List |
| Delivery Via | 配送方法 | 定單配送方法 | The Delivery Via indicates how the products should be delivered. For example, will the order be picked up or shipped. | DeliveryViaRule character(1) NOT NULL List |
| Shipper | 運輸商 | Method or manner of product delivery | The Shipper indicates the method of delivering product | M_Shipper_ID numeric(10) Table Direct |
| Company Agent | 公司代理人 | 採購或公司代理人 | Purchase agent for the document. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) Table |
| 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 |
| Freight Cost Rule | 運費成本規則 | 運費收費方法 | The Freight Cost Rule indicates the method used when charging for freight. | FreightCostRule character(1) NOT NULL List |
| Freight Amount | 運費金額 | 運費金額 | The Freight Amount indicates the amount charged for Freight in the document currency. | FreightAmt numeric Amount |
| Charge | 費用 | 附加的文件收費 | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table |
| Charge amount | 費用金額 | 費用金額 | The Charge Amount indicates the amount for an additional charge. | ChargeAmt numeric Amount |
| Drop Shipment | 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 |
| 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 |
| Generate Invoice from Receipt | 根據收貨產生發票 | 根據收貨產生發票。這張收貨單應該是正確並且完成的 | Generate Invoice from Receipt will create an invoice based on the selected receipt and match the invoice to that receipt. | GenerateTo character(1) Button |
| Project | 項目 | 財務項目 | Project ID is a user defined identifier for a Project | C_Project_ID numeric(10) Table Direct |
| Activity | 活動 | 業務活動 | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
| 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 | 交易機構 | Performing or initiating organization | The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. | AD_OrgTrx_ID numeric(10) Table |
| User List 1 | User1 | 用戶定義元素 #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 | User2 | 用戶定義元素 #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 | Create Confirmation | Create Confirmations for the Document | The confirmations generated need to be processed (confirmed) before you can process this document | CreateConfirm character(1) Button |
| In Transit | In Transit | Movement is in transit | Material Movement is in transit - shipped, but not received | IsInTransit character(1) NOT NULL Yes-No |
| Date received | 收到日期 | 產品收到日 | The Date Received indicates the date that product was received. | DateReceived timestamp without time zone Date |
| Document Status | 文檔狀態 | The current status of the document | The Document Status indicates the status of a document at this time. If you want to change the document status, use the Document Action field | DocStatus character(2) NOT NULL List |
| Process Shipment | 交貨單處理 | 處理交貨(更新庫存) | Process Shipment will move products out of inventory and mark line items as shipped. | DocAction character(2) NOT NULL Button |
| In Dispute | In Dispute | Document is in dispute | The document is in dispute. Use Requests to track details. | IsInDispute character(1) NOT NULL Yes-No |
| Posted | 已過帳 | 過帳狀態 | The Posted field indicates the status of the Generation of General Ledger Accounting Lines | Posted character(1) NOT NULL Button |
TAB: 收貨明細
描述: 物料出貨明細
幫助 The Shipment Line Tab defines the individual items in a Shipment.
File:物料收貨 - 收貨明細 - 窗口 (iDempiere 1.0.0).png
| 名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
|---|---|---|---|---|
| Client | 客戶 | 安裝此軟件的客戶 | 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | 機構 | 客戶內的機構實體。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Receipt | 收貨 | 物料出貨或收貨文件 | The Shipment Receipt ID indicates the unique document for this shipment or receipt. | M_InOut_ID numeric(10) NOT NULL Search |
| Purchase Order Line | 採購定單明細 | 採購定單明細 | The Purchase Order Line is a unique identifier for a line in an order. | C_OrderLine_ID numeric(10) Table Direct |
| Line No | 明細號 | Unique line for this document | Indicates the unique line for a document. It will also control the display order of the lines within a document. | Line numeric(10) NOT NULL Integer |
| Product | 產品 | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
| Attribute Set Instance | 屬性組合實例 | Product Attribute Set Instance | The values of the actual Product Attributes | M_AttributeSetInstance_ID numeric(10) Product Attribute |
| Locator | 貨位 | 倉庫貨位 | The Locator ID indicates where in a Warehouse a product is located. | M_Locator_ID numeric(10) Locator (WH) |
| Charge | 費用 | 附加的文件收費 | 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 | 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 | 度量單位 | 度量單位 | The UOM defines a unique non monetary 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 | Picked Quantity | null | null | PickedQty numeric Quantity |
| Target Quantity | Target Quantity | Target Movement Quantity | The Quantity which should have been received | TargetQty numeric Quantity |
| Confirmed Quantity | Confirmed Quantity | Confirmation of a received quantity | Confirmation of a received quantity | ConfirmedQty numeric Quantity |
| Scrapped Quantity | Scrapped Quantity | The Quantity scrapped due to QA issues | null | ScrappedQty numeric Quantity |
| Project | 項目 | 財務項目 | Project ID is a user defined identifier for a Project | C_Project_ID numeric(10) Table Direct |
| Activity | 活動 | 業務活動 | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
| Project Phase | 項目階段 | 一項目的項目階段 | 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 | 戰役 | 營銷活動 | 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 | 交易機構 | Performing or initiating organization | The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. | AD_OrgTrx_ID numeric(10) Table |
| User List 1 | User1 | 用戶定義元素 #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 | User2 | 用戶定義元素 #2 | The user defined element displays the optional elements that have been defined for this account combination. | User2_ID numeric(10) Table |
TAB: Confirmations
描述: Optional Confirmations of Receipt Lines
幫助 The quantities are in the storage Unit of Measure!
File:物料收貨 - Confirmations - 窗口 (iDempiere 1.0.0).png
| 名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
|---|---|---|---|---|
| Client | 客戶 | 安裝此軟件的客戶 | 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | 機構 | 客戶內的機構實體。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Receipt Line | 收貨明細 | 接收貨明細 | The Shipment Receipt Line indicates a unique line in a Shipment Receipt document | M_InOutLine_ID numeric(10) NOT NULL Search |
| Ship/Receipt Confirmation | 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 | Ship/Receipt Confirmation Line | Material Shipment or Receipt Confirmation Line | Confirmation details | M_InOutLineConfirm_ID numeric(10) NOT NULL ID |
| Confirmation No | Confirmation No | Confirmation Number | null | ConfirmationNo character varying(20) String |
| Target Quantity | Target Quantity | Target Movement Quantity | The Quantity which should have been received | TargetQty numeric NOT NULL Quantity |
| Confirmed Quantity | Confirmed Quantity | Confirmation of a received quantity | Confirmation of a received quantity | ConfirmedQty numeric NOT NULL Quantity |
| Difference | Difference | Difference Quantity | null | DifferenceQty numeric Quantity |
| Scrapped Quantity | Scrapped Quantity | The Quantity scrapped due to QA issues | null | ScrappedQty numeric Quantity |
| Description | 描述 | 該記錄的可選描述 | 描述最多為 255 個字符。 | Description character varying(255) String |
TAB: Matched POs
描述: Purchase Order Lines matched to this Material Receipt Line
幫助 null
File:物料收貨 - Matched POs - 窗口 (iDempiere 1.0.0).png
| 名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
|---|---|---|---|---|
| Client | 客戶 | 安裝此軟件的客戶 | 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | 機構 | 客戶內的機構實體。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Receipt Line | 收貨明細 | 接收貨明細 | The Shipment Receipt Line indicates a unique line in a Shipment Receipt document | M_InOutLine_ID numeric(10) Search |
| Document No | 文檔號 | Document sequence number of the document | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. 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). |
DocumentNo character varying(30) String |
| Transaction Date | 交易日期 | 交易日期 | The Transaction Date indicates the date of the transaction. | DateTrx timestamp without time zone NOT NULL Date |
| Purchase Order Line | 採購定單明細 | 採購定單明細 | The Purchase Order Line is a unique identifier for a line in an order. | C_OrderLine_ID numeric(10) NOT NULL Search |
| Invoice Line | 發票明細 | 發票明細明細 | The Invoice Line uniquely identifies a single line of an Invoice. | C_InvoiceLine_ID numeric(10) Search |
| Quantity | 數量 | 數量 | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
| Product | 產品 | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
TAB: Matched Invoices
描述: Invoice Lines matched to this Material Receipt Line
幫助 null
File:物料收貨 - Matched Invoices - 窗口 (iDempiere 1.0.0).png
| 名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
|---|---|---|---|---|
| Client | 客戶 | 安裝此軟件的客戶 | 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
| Organization | 機構 | 客戶內的機構實體。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
| Receipt Line | 收貨明細 | 接收貨明細 | The Shipment Receipt Line indicates a unique line in a Shipment Receipt document | M_InOutLine_ID numeric(10) NOT NULL Search |
| Document No | 文檔號 | Document sequence number of the document | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. 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). |
DocumentNo character varying(30) String |
| Transaction Date | 交易日期 | 交易日期 | The Transaction Date indicates the date of the transaction. | DateTrx timestamp without time zone NOT NULL Date |
| Invoice Line | 發票明細 | 發票明細明細 | The Invoice Line uniquely identifies a single line of an Invoice. | C_InvoiceLine_ID numeric(10) NOT NULL Search |
| Quantity | 數量 | 數量 | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
| Product | 產品 | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
