How do I represent the situation where I loan someone else money? The
specific situation I have in mind involves buying someone for
something out of my chequing account, and then receiving cash as
repayment. How do I (a) properly record the loan in the first place,
and (b) mark it as repaid without necessarily depositing the funds
into my account?
For example, I can record the initial loan like so:
2012/01/03 Some Store
Loans:Some Friend $10.95
Assets:Bank:Chequing
Since the money's coming out of my chequing account, it must be
debited, which implies that the "loans" account must be credited.
And I can record the incoming cash like so:
2012/01/03 Cash from Some Friend
Income:From Some Friend $-40
Loans:Some Friend $-10.95
Assets:Petty Cash
I have to debit the loans account, to "undo" the initial record. But,
then it combines with the incoming cash, and petty cash is shown as
having $50.95 instead of the difference between the two.
What am I doing wrong?
Thanks!
And I can record the incoming cash like so:
2012/01/03 Cash from Some Friend
Income:From Some Friend $-40
Loans:Some Friend $-10.95
Assets:Petty Cash
I have to debit the loans account, to "undo" the initial record. But,
then it combines with the incoming cash, and petty cash is shown as
having $50.95 instead of the difference between the two.
> How do I represent the situation where I loan someone else money? The
> specific situation I have in mind involves buying someone for something out
> of my chequing account, and then receiving cash as repayment. How do I (a)
> properly record the loan in the first place, and (b) mark it as repaid
> without necessarily depositing the funds into my account?
I consider loans to other people as an asset held at another location, so it's
never "income" when the money is simply transferred back to me. It's my money
either way. Now if the loan gets forgiven, then I transfer it to an Expense.
John
That's exactly what I do:
2012/01/01 * Loan to Bob
Assets:Receivable:Bob $50.00
Assets:Checking
2012/01/01 * Bob Loan Repayment
Assets:Checking $10.00
Assets:Receivable:Bob
I treat bills that my girlfriend and I split the same way. I have an
automated transaction that matches particular categories of expenses
and transfers half of them from that particular expense account into
her receivable account, and then I have a little script that that
dumps the outstanding entries and emails it to her.
Thanks everyone, that helps a lot!