Author: doogie
Date: Fri Jul 8 00:38:27 2011 New Revision: 1144107 URL: http://svn.apache.org/viewvc?rev=1144107&view=rev Log: FIX: Correct several typos in various description fields. Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml ofbiz/trunk/applications/party/entitydef/entitymodel.xml ofbiz/trunk/applications/product/entitydef/entitymodel.xml ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitymodel.xml Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Fri Jul 8 00:38:27 2011 @@ -1568,7 +1568,7 @@ under the License. </view-link> </view-entity> - <view-entity entity-name="InvoiceAndType" package-name="org.ofbiz.accounting.invoice" title="Invoice and InvoiceType to be able to list invoices by invoiceParentType ie sales/purchase invoices"> + <view-entity entity-name="InvoiceAndType" package-name="org.ofbiz.accounting.invoice" title="Invoice and InvoiceType to be able to list invoices by invoiceParentType i.e. sales/purchase invoices"> <member-entity entity-alias="INV" entity-name="Invoice"/> <member-entity entity-alias="IVT" entity-name="InvoiceType"/> <alias-all entity-alias="INV"/> Modified: ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml Fri Jul 8 00:38:27 2011 @@ -919,7 +919,7 @@ under the License. </entity> <view-entity entity-name="EmplPositionFulfillmentAndReportingStruct" package-name="org.ofbiz.humanres.recruitment" - title="To view the employment details of employee"> + title="To view the employment details of an employee"> <member-entity entity-alias="EMPPOS" entity-name="EmplPosition"/> <member-entity entity-alias="EMPPOSFUL" entity-name="EmplPositionFulfillment"/> <member-entity entity-alias="EMPPOSREPST" entity-name="EmplPositionReportingStruct"/> Modified: ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml (original) +++ ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml Fri Jul 8 00:38:27 2011 @@ -1543,7 +1543,7 @@ under the License. </view-entity> <view-entity entity-name="RequirementPartyProductCount" package-name="org.ofbiz.order.request" - title="A join on Requirement and RequirementRole to count number of distinict products required from a supplier party"> + title="A join on Requirement and RequirementRole to count number of distinct products required from a supplier party"> <member-entity entity-alias="RQ" entity-name="Requirement"/> <member-entity entity-alias="RQR" entity-name="RequirementRole"/> <alias entity-alias="RQ" name="requirementTypeId" group-by="false"/> Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Fri Jul 8 00:38:27 2011 @@ -2465,7 +2465,7 @@ under the License. </entity> <view-entity entity-name="PartyRoleAndPartyDetail" package-name="org.ofbiz.party.party" - title="Party Role and Party Detail (Person, PartyGroup, etc) View Entity"> + title="Party Role and Party Detail (Person, PartyGroup, etc.) View Entity"> <member-entity entity-alias="PTY" entity-name="Party"/> <member-entity entity-alias="PR" entity-name="PartyRole"/> <member-entity entity-alias="PERSON" entity-name="Person"/> @@ -2500,7 +2500,7 @@ under the License. </view-entity> <view-entity entity-name="PartyRoleDetailAndPartyDetail" package-name="org.ofbiz.party.party" - title="Party Role and Party Detail (Person, PartyGroup, etc) View Entity"> + title="Party Role and Party Detail (Person, PartyGroup, etc.) View Entity"> <member-entity entity-alias="PTY" entity-name="Party"/> <member-entity entity-alias="PR" entity-name="PartyRole"/> <member-entity entity-alias="RT" entity-name="RoleType"/> @@ -2535,7 +2535,7 @@ under the License. <view-entity entity-name="PartyRoleNameDetail" package-name="org.ofbiz.party.party" - title="Party Role and Party Detail (Person, PartyGroup, etc) View Entity"> + title="Party Role and Party Detail (Person, PartyGroup, etc.) View Entity"> <member-entity entity-alias="PTY" entity-name="Party"/> <member-entity entity-alias="PR" entity-name="PartyRole"/> <member-entity entity-alias="PERSON" entity-name="Person"/> Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Fri Jul 8 00:38:27 2011 @@ -2061,7 +2061,7 @@ under the License. <alias entity-alias="IID" name="accountingQuantityTotal" field="accountingQuantityDiff" function="sum"/> </view-entity> <view-entity entity-name="InventoryItemDetailForSum" package-name="org.ofbiz.product.inventory" - title="Inventory Item And Inventory Item Detail for Summation View Entity"> + title="Inventory Item And Inventory Item Detail for Summation View Entity"> <member-entity entity-alias="II" entity-name="InventoryItem"/> <member-entity entity-alias="IID" entity-name="InventoryItemDetail"/> <alias entity-alias="IID" name="quantityOnHandSum" field="quantityOnHandDiff" function="sum"/> @@ -4601,7 +4601,7 @@ under the License. </entity> <view-entity entity-name="SubscriptionAndCommEvent" package-name="org.ofbiz.product.subscription" - title="Subscription And Communication Event View Entity"> + title="Subscription And Communication Event View Entity"> <member-entity entity-alias="SC" entity-name="SubscriptionCommEvent"/> <member-entity entity-alias="CE" entity-name="CommunicationEvent"/> <alias-all entity-alias="SC"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitymodel.xml?rev=1144107&r1=1144106&r2=1144107&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitymodel.xml Fri Jul 8 00:38:27 2011 @@ -35,7 +35,7 @@ under the License. <view-entity entity-name="ProjectPartyAndPhase" package-name="org.ofbiz.specialpurpose.project" - title="To listr all the phases of project the logged user is part off"> + title="To list all the phases of project the logged user is part off"> <member-entity entity-alias="WEPA" entity-name="WorkEffortPartyAssignment"/> <member-entity entity-alias="WEP" entity-name="WorkEffort"/> <member-entity entity-alias="WEPH" entity-name="WorkEffort"/> |
Free forum by Nabble | Edit this page |