blob: 774140aad67311de694746c0b876f265ead391e3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<trees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-tree.xsd">
<tree name="GlAccountTree" entity-name="GlAccount" root-node-name="node-root" default-render-style="expand-collapse" default-wrap-style="accountItem" expand-collapse-request="GlAccountNavigate">
<node name="node-root" render-style="simple">
<sub-node node-name="node-body">
<entity-and entity-name="GlAccount">
<field-map field-name="parentGlAccountId" from-field="null"/>
<order-by field-name="glAccountId"/>
</entity-and>
</sub-node>
</node>
<node name="node-body">
<entity-one entity-name="GlAccount" value-field="glAccount"></entity-one>
<link target="GlAccountNavigate" text="${glAccountId} ${glAccount.accountName} ${postedBalance}">
<parameter param-name="glAccountId"/>
<parameter param-name="trail"/>
</link>
<sub-node node-name="node-body">
<entity-and entity-name="GlAccount">
<field-map field-name="parentGlAccountId" from-field="glAccountId"/>
<order-by field-name="glAccountId"/>
</entity-and>
</sub-node>
</node>
</tree>
<tree name="ListGlAccountTree" entity-name="GlAccount" root-node-name="node-root" default-render-style="expand-collapse" default-wrap-style="accountItem">
<node name="node-root" render-style="simple">
<sub-node node-name="node-body">
<entity-and entity-name="GlAccount">
<field-map field-name="parentGlAccountId" from-field="null"/>
<order-by field-name="glAccountId"/>
</entity-and>
</sub-node>
</node>
<node name="node-body">
<entity-one entity-name="GlAccount" value-field="glAccount"></entity-one>
<link target="GlAccountNavigate" text="${glAccountId} ${glAccount.accountName} ${postedBalance}">
<parameter param-name="glAccountId"/>
<parameter param-name="trail"/>
</link>
<sub-node node-name="node-body">
<entity-and entity-name="GlAccount">
<field-map field-name="parentGlAccountId" from-field="glAccountId"/>
<order-by field-name="glAccountId"/>
</entity-and>
</sub-node>
</node>
</tree>
<tree name="TreeFixedAsset" root-node-name="node-root" entity-name="FixedAsset" expand-collapse-request="FixedAssetChildren"
default-render-style="expand-collapse">
<node name="node-root" render-style="simple">
<sub-node node-name="node-body">
<entity-and entity-name="FixedAsset">
<field-map field-name="parentFixedAssetId" from-field="fixedAssetId"/>
<order-by field-name="fixedAssetName"/>
</entity-and>
</sub-node>
</node>
<node name="node-body">
<link target="EditFixedAsset" text="${fixedAssetId} ${fixedAssetName} ${instanceOfProductId} ${fixedAssetTypeId} ">
<parameter param-name="fixedAssetId" from-field="fixedAssetId"/>
</link>
<sub-node node-name="node-body">
<entity-and entity-name="FixedAsset">
<field-map field-name="parentFixedAssetId" from-field="fixedAssetId"/>
<order-by field-name="fixedAssetName"/>
</entity-and>
</sub-node>
</node>
</tree>
</trees>