diff --git a/container/src/hledger-flow/accounts/vultr/vultr-shared.rules b/container/src/hledger-flow/accounts/vultr/vultr-shared.rules index 4c827d3..7eafd36 100644 --- a/container/src/hledger-flow/accounts/vultr/vultr-shared.rules +++ b/container/src/hledger-flow/accounts/vultr/vultr-shared.rules @@ -24,7 +24,9 @@ amount -%amount_ USD comment invoice:%invoice, quantity:%quantity, direction:%direction -# NOTE: Vultr currently only provides expenses w/out sales tax account2 expenses:vultr:%subaccount:USD +if %description ^Sales Tax$ + account2 expenses:vultr:%subaccount:sales_tax:USD + # vim: sw=2 sts=2 si ai et