Difference between revisions of "Upgrading from opentaps 0.9 to opentaps 1.0"

From Opentaps Wiki
Jump to navigationJump to search
m
m
Line 2: Line 2:
  
 
* To fill in the from and to party IDs on the OrderHeader entity, run the <tt>hot-deploy/opentaps-common/scripts/tools/fillOrderHeaderParties.bsh</tt> script after setting your company's party ID first.   
 
* To fill in the from and to party IDs on the OrderHeader entity, run the <tt>hot-deploy/opentaps-common/scripts/tools/fillOrderHeaderParties.bsh</tt> 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 <tt>hot-deploy/opentaps-common/scripts/tools/convertOfbizParties.bsh</tt>  with this new team member's userLoginId as the assignToUserLoginId.
+
* To convert existing customers to opentaps CRM accounts and contacts, [[Creating New Team Members|create a new team member]] and then run <tt>hot-deploy/opentaps-common/scripts/tools/convertOfbizParties.bsh</tt>  with this new team member's userLoginId as the assignToUserLoginId.
 
* Fill in ship groups that have been completed by running <tt>hot-deploy/opentaps-common/scripts/tools/fillInCompleteShipGroups.bsh</tt>
 
* Fill in ship groups that have been completed by running <tt>hot-deploy/opentaps-common/scripts/tools/fillInCompleteShipGroups.bsh</tt>
 
* 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 "A Word about Beanshell"]
 
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:30, 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, 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"