Merge pull request #47 into master
10a08af hledger-flow: paypal-business: account for Account Hold (Aaron Fiore)
This commit was merged in pull request #47.
This commit is contained in:
@@ -24,9 +24,6 @@ description %date
|
||||
account1 assets:paypal-business:%subaccount:%currency_
|
||||
amount %amount_ %currency_
|
||||
|
||||
if %type Account Hold
|
||||
skip
|
||||
|
||||
#
|
||||
# Comments
|
||||
#
|
||||
@@ -131,6 +128,13 @@ if %direction ^OUT$
|
||||
& %note (Equity transfer|Capital contribution)
|
||||
account2 equity:paypal-business:%subaccount:deposit:%currency_
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# In/Out #
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
if %type Account Hold
|
||||
account2 assets:paypal-business:%subaccount:payable:account_hold:%currency_
|
||||
|
||||
# TODO: subaccount categories where applicable
|
||||
|
||||
# Advertising
|
||||
|
||||
Reference in New Issue
Block a user