Multiple payments

Hi

I have a payment entry for an invoice i.e. 10000$ as following
2000 cash
5000 check
3000 check

I want to issue one payment receipt, how I can do that.

Thanks in advance.

One way will be creating custom print format of Sales Invoice, and fetch all the payment against it from payment entry doctype. Jinja templating is really powerful tool, you may explore it!

@georman

You can not do this with one payment entry because in payment entry, there is only one option to select mode of payment.

  • Option 1: In invoice enable the Include Payment(POS), so you will get option to select multiple mode of payments

  • Option 2: enable “Make Payment via Journal Entry” in Accounts Settings. From invoice click on make payment, and in journal entry divide payments as below