Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cash account type #455

Closed
alensiljak opened this issue Apr 16, 2015 · 11 comments
Closed

Cash account type #455

alensiljak opened this issue Apr 16, 2015 · 11 comments
Assignees
Milestone

Comments

@alensiljak
Copy link

This may have been discussed earlier. Is there a reason that there is no dedicated account type for cash accounts? I know that technically they are the same as checking accounts but in practice the difference is significant.
Especially when travelling, I would like to throw a glance at the balance of cash accounts in different currencies rather than mixing them with bank accounts from which I would get the funds at an ATM.

@vomikan
Copy link
Member

vomikan commented Apr 16, 2015

This type shoul be.

@guanlisheng
Copy link
Contributor

Agree that we should have such type

@guanlisheng guanlisheng added this to the v1.4 milestone Apr 19, 2015
@alensiljak
Copy link
Author

The initial implementation of this feature could be rather simple - by just adding another account type. What other changes would you foresee?

We are getting more of requests about this from the users. Could the implementation be moved to one of the earlier versions?

@otheus
Copy link

otheus commented Oct 27, 2015

LOL, I must be stupid, because this is the first "show stopper" I came across when using this otherwise nice-looking project.

I don't know how YOU guys manage your money, but ... some of us actually still use cash and would like to track expenses as such.

So, please treat my gripe as bumping up the signal on this very important "Feature" request.

@stef145g
Copy link
Contributor

@otheus, What is the purpose of a grouping "Cash Account Type", and what specifications would you believe it should have?

To my understanding, an investment account such as a bond or term deposit accounts would be grouped under Term Accounts. Accounts such as wallet, would actually be a Bank/General account.

My wallet account is a cash account, where I make expenditures and transfer money from genuine bank accounts to my wallet. My overall balances are still correct because if I have a $1000 in my Savings account, $500 in my Cheque account, and $100 on me, I still know I have a total spending power of $1,600. If I add my credit card into this mix, and have a debit of $600 on it, I again know what my spending power is. If this money is in another currency, because I go elsewhere, my US_Wallet would be in the currency USD. Still, I know what my spending power is.

If I have multiple credit cards which I am using as loan accounts, then it would make sense to have a "Credit Card Account" grouping, because I would want to eventually pay off my credit loans, so I don't want it bundled into my general Bank accounts, because I would want to know my spending power.

So where would this account type fit in or have I missed the boat? More details please so we can understand your point of view.

@otheus
Copy link

otheus commented Oct 29, 2015

I am using version 1.2.2 as provided by PAF (portable apps framework); application update marks it as "latest available". I see no way of keeping track of cash that I have on hand and spend. The use-case you describe is similar to what I expect in general. When I withdraw money from an ATM or cash a cheque from my checking account, that should count as a transfer from that Cheque account to the Cash/Wallet account. Non-transfer transactions should automatically be marked as "cleared", but splitting should still be possible for detailed categorization.

But I see no such "wallet account". Under Navigation, I see "Bank Accounts", "Assets", "Recurring Transactions", "Budget Setup", "Reports", and "Help". If I create a new Account, my choices are "Checking", "Term", "Investment", and "Credit Card".

BTW: Thanks for your speedy response.

@vomikan
Copy link
Member

vomikan commented Oct 29, 2015

@otheus

I've created account "My Bank" and second one "My Cash" (all accounts type
is Checking).
Then I transfer a lot of money at the same time from "My Bank" to "My
Cash". Then spend real money (cash) from account "My Cash" and categorize
it.

Regards,
Nikolay

2015-10-29 15:49 GMT+03:00 Otheus notifications@github.com:

I am using version 1.2.2 as provided by PAF (portable apps framework);
application update marks it as "latest available". I see no way of keeping
track of cash that I have on hand and spend. The use-case you describe is
similar to what I expect in general. When I withdraw money from an ATM or
cash a cheque from my checking account, that should count as a transfer
from that Cheque account to the Cash/Wallet account. Non-transfer
transactions should automatically be marked as "cleared", but splitting
should still be possible for detailed categorization.

But I see no such "wallet account". Under Navigation, I see "Bank
Accounts", "Assets", "Recurring Transactions", "Budget Setup", "Reports",
and "Help". If I create a new Account, my choices are "Checking", "Term",
"Investment", and "Credit Card".


Reply to this email directly or view it on GitHub
#455 (comment)
.

@otheus
Copy link

otheus commented Oct 29, 2015

Thanks @vomikan . I had taken an extra large dose of "Stupid pills" yesterday.

I still highly recommend a "Cash account" that is like a "checking account" with automatically cleared transactions.

@alensiljak
Copy link
Author

I believe this feature is technically simple to implement and rather common in the finance applications. The differences exist but are minor. For example, Cash accounts do not have institutions, account number, interest rate, etc. Everything else is almost the same as for Bank accounts. Because of similarities, I think adding the new type can be implemented quickly.
Later we can see what practical issues may appear and solve them as they come.

@alensiljak
Copy link
Author

Or, rather, let's pose another question - what is the benefit of not having the Cash account type?

@stef145g
Copy link
Contributor

Assuming we can create an account type "Cash".

  • How do we handle it as the account records would still be stored in the existing database table?
  • Would this account type have less fields, thus we can reuse existing fields for new functionality?
  • How is this handled on the Home page and the Navigation panel?
  • Would there be balance separation?
  • How does this affect other reports?
  • Would some users interpret this as an investment account type, such as bonds? This was the reason for originally introducing the Term Account philosophy.

The benefit of not having the Cash account type as previously suggested, is that it keeps it simple.

If we introduce this classification to handle Gift Cards and rechargeable "Credit Cards", then it would make sense, but would tend to clash with the Credit Card Account classification, unless this classification is changed to Credit Account.

Account classifications are a way of grouping like type accounts together regardless of what the actually account is called. It all hinges on how MMEX is used as a tool to manage our money.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

6 participants