Author: jacopoc
Date: Tue Feb 23 11:05:34 2010
New Revision: 915279
URL: http://svn.apache.org/viewvc?rev=915279&view=rev
Log:
Moved the position of fixed asset depreciation screenlets in order to make the
screen more organized.
Modified:
ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml?rev=915279&r1=915278&r2=915279&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml Tue Feb 23
11:05:34 2010
@@ -576,6 +576,13 @@
<include-form
name="AddFixedAssetDepMethod"
location="component://accounting/widget/FixedAssetForms.xml"/>
<include-form
name="ListFixedAssetDepMethods"
location="component://accounting/widget/FixedAssetForms.xml"/>
</screenlet>
+ <screenlet title="GL Mappings">
+ <include-form
name="AddFixedAssetTypeGlAccount"
location="component://accounting/widget/FixedAssetForms.xml"/>
+ <label
style="h3">${uiLabelMap.PageTitleFixedAssetMappings}</label>
+ <include-form
name="FixedAssetTypeGlAccounts"
location="component://accounting/widget/FixedAssetForms.xml"/>
+ <label
style="h3">${uiLabelMap.PageTitleFixedAssetGlobalMappings}</label>
+ <include-form
name="GlobalFixedAssetTypeGlAccounts"
location="component://accounting/widget/FixedAssetForms.xml"/>
+ </screenlet>
<section>
<condition>
<not><if-empty
field="assetDepreciationInfoList"/></not>
@@ -591,13 +598,6 @@
</screenlet>
</fail-widgets>
</section>
- <screenlet title="GL Mappings">
- <include-form
name="AddFixedAssetTypeGlAccount"
location="component://accounting/widget/FixedAssetForms.xml"/>
- <label
style="h3">${uiLabelMap.PageTitleFixedAssetMappings}</label>
- <include-form
name="FixedAssetTypeGlAccounts"
location="component://accounting/widget/FixedAssetForms.xml"/>
- <label
style="h3">${uiLabelMap.PageTitleFixedAssetGlobalMappings}</label>
- <include-form
name="GlobalFixedAssetTypeGlAccounts"
location="component://accounting/widget/FixedAssetForms.xml"/>
- </screenlet>
<screenlet
title="${uiLabelMap.AccountingTransactions}">
<include-form
name="FixedAssetTransactions"
location="component://accounting/widget/FixedAssetForms.xml"/>
</screenlet>