Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrDemoPasswordData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrDemoPasswordData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrDemoPasswordData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrDemoPasswordData.xml Mon Apr 30 10:56:31 2018 @@ -18,10 +18,10 @@ specific language governing permissions under the License. --> <entity-engine-xml> - <UserLogin userLoginId="DemoCustomer1" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoCustomer1"/> - <UserLogin userLoginId="DemoCustomer2" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoCustomer2"/> - <UserLogin userLoginId="DemoEmployee" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoEmployee"/> - <UserLogin userLoginId="DemoEmployee1" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoEmployee1"/> - <UserLogin userLoginId="DemoEmployee2" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoEmployee2"/> - <UserLogin userLoginId="DemoEmployee3" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" passwordHint="" partyId="DemoEmployee3"/> + <UserLogin userLoginId="DemoCustomer1" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoCustomer1"/> + <UserLogin userLoginId="DemoCustomer2" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoCustomer2"/> + <UserLogin userLoginId="DemoEmployee" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoEmployee"/> + <UserLogin userLoginId="DemoEmployee1" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoEmployee1"/> + <UserLogin userLoginId="DemoEmployee2" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoEmployee2"/> + <UserLogin userLoginId="DemoEmployee3" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoEmployee3"/> </entity-engine-xml> Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrTypeData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrTypeData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/projectmgr/data/ProjectMgrTypeData.xml Mon Apr 30 10:56:31 2018 @@ -19,7 +19,7 @@ under the License. --> <entity-engine-xml> - <RoleType description="Project Team" hasTable="N" parentTypeId="" roleTypeId="PROJECT_TEAM"/> + <RoleType description="Project Team" hasTable="N" roleTypeId="PROJECT_TEAM"/> <RoleType description="Client Manager" hasTable="N" parentTypeId="PROJECT_TEAM" roleTypeId="CLIENT_MANAGER"/> <RoleType description="Client Analyst" hasTable="N" parentTypeId="PROJECT_TEAM" roleTypeId="CLIENT_ANALYST"/> <RoleType description="Client Billing" hasTable="N" parentTypeId="PROJECT_TEAM" roleTypeId="CLIENT_BILLING"/> @@ -45,7 +45,7 @@ under the License. <SkillType skillTypeId="9005" description="OFBiz Installation"/> <SkillType skillTypeId="_NA_" description="Not Applicable"/> - <StatusType description="Project" statusTypeId="PROJECT" hasTable="N" parentTypeId=""/> + <StatusType description="Project" statusTypeId="PROJECT" hasTable="N"/> <StatusType description="Project status" statusTypeId="PROJECT_STATUS" hasTable="N" parentTypeId="PROJECT"/> <StatusType description="Project Task" statusTypeId="PROJECT_TASK_STATUS" hasTable="N" parentTypeId="PROJECT"/> <StatusType description="Project Assignment" statusTypeId="PROJECT_ASSGN_STATUS" hasTable="N" parentTypeId="PROJECT"/> Modified: ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml Mon Apr 30 10:56:31 2018 @@ -167,7 +167,7 @@ under the License. <PartyContactMechPurpose partyId="DemoScrumCompany2" contactMechId="SCRUM_CONTACT08" contactMechPurposeTypeId="SUPPORT_EMAIL" fromDate="2010-07-23 00:00:00.000"/> <!-- Product --> - <Product productId="DEMO-PRODUCT-1" internalName="Demo Product 1" productTypeId="SCRUM_ITEM" createdDate="2010-07-23 11:44:08.418" introductionDate="2010-07-23 11:44:08.418" supportDiscontinuationDate=""/> + <Product productId="DEMO-PRODUCT-1" internalName="Demo Product 1" productTypeId="SCRUM_ITEM" createdDate="2010-07-23 11:44:08.418" introductionDate="2010-07-23 11:44:08.418"/> <!-- Product Role --> <ProductRole productId="DEMO-PRODUCT-1" partyId="DemoCustomer-1" roleTypeId="PRODUCT_OWNER" fromDate="2010-11-18 14:50:01.259"/> Modified: ofbiz/ofbiz-plugins/trunk/scrum/data/scrumTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/data/scrumTypeData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/scrum/data/scrumTypeData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/scrum/data/scrumTypeData.xml Mon Apr 30 10:56:31 2018 @@ -139,8 +139,7 @@ under the License. <PortalPortlet portalPortletId="Revisions" portletName="Revisions" screenName="PartyRevisions" screenLocation="component://scrum/widget/ResourceScreens.xml" - description="Identification associate to a party" - screenshot=""/> + description="Identification associate to a party"/> <PortalPage portalPageId="ScrumPartyProfile" sequenceNum="0" portalPageName="Parties" description="Party profile page using flexible Portal technology" ownerUserLoginId="_NA_"/> <PortalPageColumn portalPageId="ScrumPartyProfile" columnSeqId="00001" columnWidthPercentage="50"/> <PortalPageColumn portalPageId="ScrumPartyProfile" columnSeqId="00002"/><!-- no width in pixels or percent, use the rest of the space available --> Modified: ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml Mon Apr 30 10:56:31 2018 @@ -20,7 +20,7 @@ under the License. <entity-engine-xml> <WebSite webSiteId="WebStorePos" siteName="Web POS Site" productStoreId="9100" visualThemeSetId="BACKOFFICE"/> - <ProductStorePaymentSetting productStoreId="9100" paymentMethodTypeId="PERSONAL_CHECK" paymentServiceTypeEnumId="PRDS_PAY_EXTERNAL" paymentService="" paymentCustomMethodId=""/> + <ProductStorePaymentSetting productStoreId="9100" paymentMethodTypeId="PERSONAL_CHECK" paymentServiceTypeEnumId="PRDS_PAY_EXTERNAL"/> <PartyIdentification partyId="DemoCustomer" partyIdentificationTypeId="CARD_ID" idValue="987654321"/> Modified: ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml?rev=1830546&r1=1830545&r2=1830546&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml Mon Apr 30 10:56:31 2018 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <entity-engine-xml> - <StatusType description="Pos Transaction" hasTable="N" parentTypeId="" statusTypeId="POSTX_STATUS"/> + <StatusType description="Pos Transaction" hasTable="N" statusTypeId="POSTX_STATUS"/> <StatusItem description="Active" sequenceId="01" statusCode="ACTIVE" statusId="POSTX_ACTIVE" statusTypeId="POSTX_STATUS"/> <StatusItem description="Sold" sequenceId="10" statusCode="SOLD" statusId="POSTX_SOLD" statusTypeId="POSTX_STATUS"/> <StatusItem description="Returned" sequenceId="15" statusCode="RETURNED" statusId="POSTX_RETURNED" statusTypeId="POSTX_STATUS"/> |
Free forum by Nabble | Edit this page |