Author: jleroux
Date: Sun Jan 15 06:30:46 2017
New Revision: 1778881

URL: http://svn.apache.org/viewvc?rev=1778881&view=rev
Log:
Improved: Minor spelling mistakes
(OFBIZ-9173)

Depreciation is mis-spelled as depreciatiion
Also, an additional space before brace would improve readability

Assigned is mis-spelled as assinged
Grammar of sentence could be updated for readability.


Thanks: David McNeill

Modified:
    ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml
    
ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml

Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?rev=1778881&r1=1778880&r2=1778881&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Sun Jan 15 
06:30:46 2017
@@ -1093,8 +1093,8 @@ under the License.
 
     <!--Depreciation Formulae-->
     <CustomMethodType customMethodTypeId="DEPRECIATION_FORMULA" 
description="Formula for calculating depreciation for fixed asset"/>
-    <CustomMethod customMethodId="STR_LINE_DEP_FORMULA" 
customMethodTypeId="DEPRECIATION_FORMULA" 
customMethodName="straightLineDepreciation" description="Straight Line 
depreciatiion algorithm for fixed asset((purchaseCost - 
salvageCost)/expectedLifeInYears)"/>
-    <CustomMethod customMethodId="DBL_DECL_DEP_FORMULA" 
customMethodTypeId="DEPRECIATION_FORMULA" 
customMethodName="doubleDecliningBalanceDepreciation" description="Double 
decline depreciatiion algorithm for fixed asset((NetBookValue - 
salvageCost)*2/remainingLifeInYears)"/>
+    <CustomMethod customMethodId="STR_LINE_DEP_FORMULA" 
customMethodTypeId="DEPRECIATION_FORMULA" 
customMethodName="straightLineDepreciation" description="Straight Line 
depreciation algorithm for fixed asset ((purchaseCost - 
salvageCost)/expectedLifeInYears)"/>
+    <CustomMethod customMethodId="DBL_DECL_DEP_FORMULA" 
customMethodTypeId="DEPRECIATION_FORMULA" 
customMethodName="doubleDecliningBalanceDepreciation" description="Double 
decline depreciation algorithm for fixed asset ((NetBookValue - 
salvageCost)*2/remainingLifeInYears)"/>
 
     <!-- invoice export replacement Id types -->
     <GoodIdentificationType description="replacement value for partyId in the 
invoice export function in accounting" 
goodIdentificationTypeId="INVOICE_EXPORT"/>

Modified: 
ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml?rev=1778881&r1=1778880&r2=1778881&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
 Sun Jan 15 06:30:46 2017
@@ -18,7 +18,7 @@ License.
     xsi:schemaLocation="http://docbook.org/ns/docbook 
../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook";>
     <title>The Find Global GL Account help screen</title>
-    <para> The default screen is for the Global GL Settings tab is 'List 
Accounts'. If the demo data has been loaded then the default screen displays a 
list of the general ledger accounts that form the Global Chart of Accounts 
template. All general ledger accounts must exist in the global template before 
it can be assinged to be used at the organisation level (eg Company)</para>
+    <para> The default screen for the Global GL Settings tab is 'List 
Accounts'. If the demo data has been loaded then the default screen displays a 
list of the general ledger accounts that form the Global Chart of Accounts 
template. Each general ledger account must exist in the global template before 
it can be assigned to an organisation (eg Company) for transaction and 
reporting use.</para>
     <para>It is used to view or edit the details of the general ledger 
accounts in the global template and there are options to print or export the 
account details.</para>
     <section>
     <title>How do I view details for an account?</title>


Reply via email to