Support

Home Forums Event Espresso Premium List of unpaid transactions (2)

List of unpaid transactions (2)

Posted: October 23, 2018 at 7:05 am

Viewing 4 reply threads


Jakob Naredi

October 23, 2018 at 7:05 am

Hi!

On the transactions page we would need filter for unpaid (or not fully paid) transactions. Just like the abandoned or failed transactions.

We are setting all registration status as approved by default. So it’s not possible to sort by registration status.

Couldn’t be that hard to fix. Just match paid amount with total payment and list all transactions where it’s not equal. Actually it’s already there (see unpaid/paid below).
example

Thanks!
Jakob


Tony

  • Support Staff

October 23, 2018 at 9:59 am

Hi Jakob,

On the transactions page we would need filter for unpaid (or not fully paid) transactions. Just like the abandoned or failed transactions.

This isn’t something we have available currently and I don’t think it’s something we can easily add with a snippet but I’ll double check to confirm.

We are setting all registration status as approved by default. So it’s not possible to sort by registration status.

Would it work to filter the registrations by Reg Status and Transaction status? I have a snippet that adds an additional filter to Event Espresso -> Registrations that allows you to also filter by transaction status here:

https://gist.github.com/Pebblo/22995de5472c46a361ecc206bc8e9f9b

With that code you would view the registrations and then select the ‘Incomplete’ transaction status to view registrations that have transactions with monies owed.

Couldn’t be that hard to fix. Just match paid amount with total payment and list all transactions where it’s not equal. Actually it’s already there (see unpaid/paid below).

So you’d filter the table after the query to pull all of the transactions (note you don’t have the amount paid and total amount owed before you query)?

It would probably be better to query for transactions that have a status of incomplete rather than compare the amounts on the fly.

Your more than welcome to open up a pull request to add this feature into core:

https://github.com/eventespresso/event-espresso-core/pulls


Jakob Naredi

October 24, 2018 at 2:02 am

Would it work to filter the registrations by Reg Status and Transaction status? I have a snippet that adds an additional filter to Event Espresso -> Registrations that allows you to also filter by transaction status here:

https://gist.github.com/Pebblo/22995de5472c46a361ecc206bc8e9f9b

This was perfect, thanks a lot!

Would it be possible to add the same filter on the transactions page?


Tony

  • Support Staff

October 30, 2018 at 3:56 pm

Would it be possible to add the same filter on the transactions page?

Not in the current version of EE, however I’ve created a ticket to filter the views on the transactions page to allow for this in a future version.

I’ve added a note to the ticket to post an update here when that is available.


Jakob Naredi

October 31, 2018 at 2:55 am

Thanks!

Viewing 4 reply threads

The support post ‘List of unpaid transactions (2)’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso