Skip to content

Commit ec9e02e

Browse files
authored
Merge pull request #29 from jenshp/missingParent
Account "Sales Revenue" should have "Sales" as a parent.
2 parents 3fee8d1 + 7c2c45e commit ec9e02e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AUTHORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Written in 2014-2015 by Solomon Bessire - sbessire
3939
Written in 2012-2015 by Sam Hamilton - samhamilton
4040
Written in 2014-2015 by Yao Chunlin - chunlinyao
4141
Written in 2014-2015 by Abdullah Shaikh - abdullahs
42-
Written in 2015-2015 by Jens Hardings - jenshp
42+
Written in 2015-2016 by Jens Hardings - jenshp
4343
Written in 2015- by Dony Zulkarnaen - donniexyz
4444
Written in 2015 by Anton Akhiar - akhiar
4545

@@ -66,7 +66,7 @@ Signed by git commit adding my legal name and git username:
6666
Written in 2010-2016 by David E. Jones - jonesde
6767
Written in 2014-2015 by Solomon Bessire - sbessire
6868
Written in 2014-2015 by Yao Chunlin - chunlinyao
69-
Written in 2015-2015 by Jens Hardings - jenshp
69+
Written in 2015-2016 by Jens Hardings - jenshp
7070
Written in 2015 by Dony Zulkarnaen - donniexyz
7171
Written in 2012-2015 by Sam Hamilton - samhamilton
7272
Written in 2015 by Anton Akhiar - akhiar

data/ZaaGlAccountsInstallData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ along with this software (see the LICENSE.md file). If not, see
513513

514514
<!-- 410000 SALES - SALES REVENUE -->
515515
<mantle.ledger.account.GlAccount accountName="SALES REVENUE" description="" glAccountClassEnumId="REVENUE"
516-
glAccountId="410000000" glAccountTypeEnumId="GatSales" glResourceTypeEnumId="GlrtMoney" parentGlAccountId="" disallowPosting="Y"/>
516+
glAccountId="410000000" glAccountTypeEnumId="GatSales" glResourceTypeEnumId="GlrtMoney" parentGlAccountId="400000000" disallowPosting="Y"/>
517517
<mantle.ledger.account.GlAccount accountName="PRODUCT SALES" description="" glAccountClassEnumId="GOODS_REVENUE"
518518
glAccountId="411000000" glAccountTypeEnumId="GatSales" glResourceTypeEnumId="GlrtMoney" parentGlAccountId="410000000"/>
519519
<mantle.ledger.account.GlAccount accountName="SERVICE SALES" description="" glAccountClassEnumId="SERVICES_REVENUE"

0 commit comments

Comments
 (0)