Trying to record a Payment Entry against a Donation, but it throws my accounts out of whack, since the donation doesn’t get added to the accounts receivable (only paid from from it).
What am I doing wrong?
Pictured: the balance sheet after a payment entry against a 180$ donation (the $7.32 is the PayPal fee, listed on the payment entry as a deduction).
Have you booked this as income at any point, either via an invoice/receipt or a journal entry? Before you take money out of accounts receivable, you need to get it in there first.
That’s exactly what I’m trying to figure out how to do.
As I mentioned, I created a Donation, and then am issuing a Payment Entry against that, as written in the Docs. Shouldn’t the donation be the income that gets it into accounts receivable? And if not, then what am I missing?
That’s really weird. Looking at the doctype code, nothing suggests that ledger entries are being created at any point. Without ledger entries, I’m not really sure what the point of the doctype actually is, since it’s not booking the income. It shouldn’t be too difficult to add this, but right now it doesn’t do that automatically.
Yeah, that’s probably how I’d do it. In theory, it could be done with a relatively simple custom script, but I’d be reluctant to do too much customization around ledger entries.