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

Big Enhance - Add Credit Card Management #81

Open
GoogleCodeExporter opened this issue Jun 29, 2015 · 1 comment
Open

Big Enhance - Add Credit Card Management #81

GoogleCodeExporter opened this issue Jun 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The existing expense recording in double-entry method, it's good.

But I don't know how to handle something like expenses from credit card;

I bought something (Asset) but I didn't need to pay at current month!!

for example, I pay my insurance by credit card .... but my bank a/c still have 
such $.

It's great if this system have a easy way to handle such transactions.

Thank you very much

Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 1:50

@GoogleCodeExporter
Copy link
Author

for credit card transaction:
1. There are some accounts as below:
(1) credit card in Liability
(2) insurance in Expense
(3) bank a/c in Asset

2. For example, you paid your insurance by credit card on 4/5 and your credit 
card fee by bank a/c on 4/23. You should record two detail as below:
4/5
from credit card
to insurance

4/23
from bank a/c
to credit card

Original comment by [email protected] on 12 Apr 2012 at 4:29

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

No branches or pull requests

1 participant