Difference between revisions of "Plugin: CopyBOMToProduct"
From iDempiere en
AWieclawski (talk | contribs) m (page init) |
AWieclawski (talk | contribs) (iD7.1 added) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* '''Creator:''' StabilisOne(PL) - [http://stabilis.one] | * '''Creator:''' StabilisOne(PL) - [http://stabilis.one] | ||
| − | * '''Current Version:''' 5.1 | + | * '''Current Version:''' 7.1 (5.1 in separate branch) |
* '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] - Free as in Freedom not Free Lunch | * '''License:''' [http://www.gnu.org/licenses/gpl-2.0.html GPLv2] - Free as in Freedom not Free Lunch | ||
| − | * '''Source:''' [https://github.com/StabilisOne/ | + | * '''Source:''' [https://github.com/StabilisOne/CopyBomToProduct] |
| − | * '''Download:''' [https://github.com/StabilisOne/ | + | * '''Download:''' one.stabilis.cpbomtopr_7.1.0.202009261600.jar [https://github.com/StabilisOne/CopyBomToProduct/raw/iD7.1/one.stabilis.cpbomtopr_7.1.0.202009261600.jar], one.stabilis.cpbomtopr_5.1.0.202009091430.jar 5.1 [https://github.com/StabilisOne/CopyBomToProduct/raw/iD5.1/one.stabilis.cpbomtopr_5.1.0.202009091430.jar] |
__FORCETOC__ | __FORCETOC__ | ||
== Description == | == Description == | ||
| − | + | Based on IDEMPIERE-2438 Copy Product Process to include BOM records by Chuck Boecking (February 3, 2015). | |
| − | If you want to provide additional comments, please use the [[Talk:Plugin: | + | Copy Product Process to include BOM records enables 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 [[Talk:Plugin:_CopyBOMToProduct|Discussion page]]. | ||
== Installation == | == Installation == | ||
| Line 16: | Line 20: | ||
== Plug-in parameters == | == Plug-in parameters == | ||
| − | + | M_Product_ID - ID of the product from which the BOM is copied | |
| − | |||
== Steps To Use == | == Steps To Use == | ||
| − | |||
=== Create a process === | === Create a process === | ||
| − | + | * Search Key / Code: CopyBomToProduct | |
| − | + | * Named: Copy BOM | |
| − | * Search Key / Code: | ||
| − | * Named: | ||
* Data access level: Client + Organization | * Data access level: Client + Organization | ||
| − | * Class name: one.stabilis. | + | * Class name: one.stabilis.cpbomtopr.CopyBomToProduct |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==== Parameter of the process ==== | ==== Parameter of the process ==== | ||
| − | * Named: | + | * Named: Copy from product |
| − | * Name of the column in the database: | + | * Name of the column in the database: M_Product_ID |
* Entity type: Dictionary | * Entity type: Dictionary | ||
| − | * Reference override: | + | * Reference override: Search |
| − | * | + | * Element: M_Product_ID |
| − | + | === Create a button === | |
| − | === Create a | + | * Localization: in the Toolbar Button tab of the Product window (level 0 tab), |
| − | + | * Component Name: CopyBomToProduct | |
| − | + | * Name: Copy Bom To Product | |
| − | * Localization: in the Toolbar Button tab of the | + | * Process: Copy BOM_CopyBomToProduct |
| − | * Component Name: | + | * Display logic: @IsBOM@ = Y |
| − | * Name: | ||
| − | * Process: | ||
| − | == | + | ==See Also== |
| − | * | + | * Copy BOM Records when Copying a Product (Copy Product Process) IDEMPIERE-2438 [[https://idempiere.atlassian.net/browse/IDEMPIERE-2438]] |
| − | |||
| − | |||
| − | |||
[[Category:Available_Plugins]] | [[Category:Available_Plugins]] | ||
Latest revision as of 11:50, 28 September 2020
- Creator: StabilisOne(PL) - [1]
- Current Version: 7.1 (5.1 in separate branch)
- License: GPLv2 - Free as in Freedom not Free Lunch
- Source: [2]
- Download: one.stabilis.cpbomtopr_7.1.0.202009261600.jar [3], one.stabilis.cpbomtopr_5.1.0.202009091430.jar 5.1 [4]
Description
Based on IDEMPIERE-2438 Copy Product Process to include BOM records by Chuck Boecking (February 3, 2015).
Copy Product Process to include BOM records enables 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 - ID of the product from which the BOM is copied
Steps To Use
Create a process
- Search Key / Code: CopyBomToProduct
- Named: Copy BOM
- Data access level: Client + Organization
- Class name: one.stabilis.cpbomtopr.CopyBomToProduct
Parameter of the process
- Named: Copy from product
- Name of the column in the database: M_Product_ID
- Entity type: Dictionary
- Reference override: Search
- Element: M_Product_ID
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
- Display logic: @IsBOM@ = Y
See Also
- Copy BOM Records when Copying a Product (Copy Product Process) IDEMPIERE-2438 [[5]]
