Skip to content

Commit

Permalink
added nissing account numbers : moqui/mantle-udm#99
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbak committed Aug 17, 2023
1 parent 3a37dee commit 88ccb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ along with this software (see the LICENSE.md file). If not, see
<mantle.ledger.account.GlAccountOrganization glAccountId="214000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="215000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="216000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="221000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="221100000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="220000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="222000000" organizationPartyId="DefaultSettings"/>
Expand Down Expand Up @@ -1524,6 +1525,7 @@ along with this software (see the LICENSE.md file). If not, see
<mantle.ledger.account.GlAccountOrganization glAccountId="253200000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="253300000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="254000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="258000000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="258100000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="258200000" organizationPartyId="DefaultSettings"/>
<mantle.ledger.account.GlAccountOrganization glAccountId="260000000" organizationPartyId="DefaultSettings"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ along with this software (see the LICENSE.md file). If not, see
<!-- create new ledger from default settings -->
<entity-find entity-name="mantle.ledger.account.GlAccountAndOrganization" list="glAccounts">
<econdition field-name="partyId" from="sourcePartyId"/>
<order-by field-name="glAccountId" />
</entity-find>
<set field="translate" from="[:]"/>
<iterate list="glAccounts" entry="glAccountOrg">
Expand Down

0 comments on commit 88ccb0d

Please sign in to comment.