]> git.ktnx.net Git - mobile-ledger.git/commit
legacy parser: fill amounts of synthetic parent accounts
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Apr 2019 14:54:07 +0000 (17:54 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Apr 2019 14:54:07 +0000 (17:54 +0300)
commitc1836370cc323b507ac7901124a47fc38931e055
tree61c736027b1e7c336a09086b79e4b53f9a8b926d
parent2a0d9c329ac8163eee557dd72475d8f85ec372da
legacy parser: fill amounts of synthetic parent accounts

hledger-web omits the parent account reporting only "par:sub" account
(no separate "par")

so far the code creates the parent account, but wasn't filling its
amounts
app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java