Difference between revisions of "Upgrading from opentaps 0.9 to opentaps 1.0"
From Opentaps Wiki
Jump to navigationJump to searchm |
|||
Line 6: | Line 6: | ||
* Create an inventory item value history by running <tt>hot-deploy/opentaps-common/scripts/tools/fillInInventoryItemValueHistory.bsh</tt> | * Create an inventory item value history by running <tt>hot-deploy/opentaps-common/scripts/tools/fillInInventoryItemValueHistory.bsh</tt> | ||
− | These scripts can be run from the beanshell container of the ofbiz framework. See [http://www.opensourcestrategies.com/ofbiz/entities_services.php | + | These scripts can be run from the beanshell container of the ofbiz framework. See [http://www.opensourcestrategies.com/ofbiz/entities_services.php "A Word about Beanshell"] |
Revision as of 00:29, 27 September 2008
Some additional data is required as you upgrade from opentaps 0.9 to opentaps 1.0. The following scripts are available to help you fill in that data:
- To fill in the from and to party IDs on the OrderHeader entity, run the hot-deploy/opentaps-common/scripts/tools/fillOrderHeaderParties.bsh script after setting your company's party ID first.
- To convert existing customers to opentaps CRM accounts and contacts, [Creating_New_Team_Members|create a new team member] and then run hot-deploy/opentaps-common/scripts/tools/convertOfbizParties.bsh with this new team member's userLoginId as the assignToUserLoginId.
- Fill in ship groups that have been completed by running hot-deploy/opentaps-common/scripts/tools/fillInCompleteShipGroups.bsh
- Create an inventory item value history by running hot-deploy/opentaps-common/scripts/tools/fillInInventoryItemValueHistory.bsh
These scripts can be run from the beanshell container of the ofbiz framework. See "A Word about Beanshell"