victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
566 stars 42 forks source link

BUG: Destination accounts do not include a generic "Cash account" #176

Closed klejejs closed 1 year ago

klejejs commented 1 year ago

Describe the bug Firefly III provides a generic cash account that is not shown in any accounts list but can be a target during transactions: image

To Reproduce Steps to reproduce the behavior:

  1. Go to new transactions view
  2. Search for cash account
  3. It is not there

Expected behavior It would be nice if it was added to the list as well.

Smartphone (please complete the following information):

victorbalssa commented 1 year ago

@klejejs Is this an Expense or Revenue account?

These accounts are a bit different as they represent total expenses or total income.

As long as the cash account is an asset account no matter the Account role it will be displayed in Abacus (status active). image

klejejs commented 1 year ago

@victorbalssa I think it counts as an Expense account. But as I said, as far as I know, it is not in any accounts list, you can see it only when creating a new withdrawal and you have already set the source account as an asset account. It is basically a way of making money disappear :D image

victorbalssa commented 1 year ago

This is represented as (cash) but it's the default blank account, basically you can use it in Abacus by leaving the Destination account blank and then save.

https://docs.firefly-iii.org/firefly-iii/financial-concepts/tracking_cash/

klejejs commented 1 year ago

Thanks for explanation!