Difference between revisions of "Plugin: CopyBOMToProduct"
From iDempiere en
AWieclawski (talk | contribs) m (Reconstriction) |
AWieclawski (talk | contribs) m |
||
| Line 8: | Line 8: | ||
== Description == | == Description == | ||
| − | Basing on IDEMPIERE-2438 Copy Product Process to include BOM records by | + | Basing on IDEMPIERE-2438 Copy Product Process to include BOM records by Chuck Boecking. |
Enables the process to copy BOM lines as well. This is important in manufacturing because it gives users the ability to create a 'template' product that represents a base bill of material (BOM). | Enables the process to copy BOM lines as well. This is important in manufacturing because it gives users the ability to create a 'template' product that represents a base bill of material (BOM). | ||
Revision as of 20:38, 20 September 2020
- Creator: StabilisOne(PL) - [1]
- Current Version: 5.1
- License: GPLv2 - Free as in Freedom not Free Lunch
- Source: [2]
- Download: [3]
Description
Basing on IDEMPIERE-2438 Copy Product Process to include BOM records by Chuck Boecking.
Enables the process to copy BOM lines as well. This is important in manufacturing because it gives users the ability to create a 'template' product that represents a base bill of material (BOM).
Users can now quickly copy the template product's BOM into a new product and tweak as needed without re-creating the entire BOM line-for-line.
If you want to provide additional comments, please use the Discussion page.
Installation
Standard installation via Apache Felix
Plug-in parameters
M_Product_ID - Product ID from which the BOM is copied
Steps To Use
Create a process
- Search Key / Code: CopyBomToProduct
- Name: Copy Bom
- Data access level: Client + Organization
- Class name: one.stabilis.ordprocdoc.CreateInoutFromOrder
Parameter of the process
- Named: M_Product_ID
- Name of the column in the database: M_Product_ID
- Entity type: Dictionary
- Reference override: Search
Create a button
- Localization: in the Toolbar Button tab of the Product Window (level 0 tab),
- Component Name: CopyBomToProduct
- Name: Copy Bom To Product
- Process: Copy Bom_CopyBomToProduct
See Also
- [IDEMPIERE-2438 Copy Product Process to include BOM records [4]]
