Plugin: CopyBOMToProduct
From iDempiere en
Revision as of 20:16, 20 September 2020 by AWieclawski (talk | contribs)
- Creator: StabilisOne(PL) - [1]
- Current Version: 5.1
- License: GPLv2 - Free as in Freedom not Free Lunch
- Source: [2]
- Download: [3]
Description
Enables generate Invoice or Material Receipt from Order by two autonomic classes.
If you want to provide additional comments, please use the Discussion page.
Installation
Standard installation via Apache Felix
Plug-in parameters
Invoice_DocType - ID of the d Document Type but only for Purchase Order Inout_DocType - ID of the d Document Type but only for Purchase Order
Steps To Use
Create a process
CreateInoutFromOrder
- Search Key / Code: CreateInoutFromOrder
- Named: Generate Delivery Note from Order
- Data access level: Client + Organization
- Class name: one.stabilis.ordprocdoc.CreateInoutFromOrder
Parameter of the process
- Named: Invoice_DocType
- Name of the column in the database: Invoice_DocType
- Entity type: Dictionary
- Reference override: Table
- Reference Key: C_DocType
CreateInvoiceFromOrder
- Search Key / Code: CreateInvoiceFromOrder
- Named: Generate Invoice from Order
- Data access level: Client + Organization
- Class name: one.stabilis.ordprocdoc.CreateInvoiceFromOrder
Parameter of the process
- Named: Invoice_DocType
- Name of the column in the database: Invoice_DocType
- Entity type: Dictionary
- Reference override: Table
- Reference Key: C_DocType
Create a buttons
Invoice Button
- Localization: in the Toolbar Button tab of the Order_Sales Order Window (level 0 tab),
- Component Name: CreateInvoiceFromOrder
- Name: CreateInvoiceFromOrder
- Process: Generate Invoice from Order_CreateInvoiceFromOrder
Inout Button
- Localization: in the Toolbar Button tab of the Order_Sales Order Window (level 0 tab),
- Component Name: CreateInoutFromOrder
- Name: CreateInoutFromOrder
- Process: Generate Delivery Note from Order_CreateInoutFromOrder
