Posted: November 12, 2019 at 3:25 am
|
Hi, we currently only accept cash payment and processed payments offline. after receiving payment, we update registrant’s details to reflect the payment. Is there a way for me to include the user in the transaction details so we can know who processed/received the payment. We have multiple user that can accept payment and we need to track who received for recording/reporting. Thank you. |
Hi there, When you apply a payment to an EE Transaction there is a ‘Notes / Extra Accounting’ field which you can use for any details you prefer, it defaults to the registrant’s registration code but you can set anything you want in that field. See here: https://monosnap.com/file/N4oEG3Eq0sfs2JOsO7xBxJg5LB7Aqc Will that work for you? |
|
|
Is it possible to add the Notes column in the View All Transactions page so that I will be able to filter data by that field? |
Adding the column is possible with some custom code but I don’t think sorting/filtering will work as expected as it’s stored as ‘extra meta’ on each individual payment, so when we JOIN the data from the database using our models the sorting won’t work as expected. |
|
|
Thank you for your reply. I found a workaround. I then use wpDataTable plugin to generate a mysql table with the details I want and be able to filter and sort the data and displayed it within the Transactions Page |
Nice!
I’m not sure I follow this bit, can you share some more info? You’re loading another table, within the transactions table list? |
|
|
yes. i am using wpdatatable plugin to pull relational data from esp_payment, esp_registration and esp_attendee_meta and posts table and load it at the transaction page using action hooks through plugin. I am now able to filter by: |
Nice workaround, I’m glad it’s working for you. |
|
The support post ‘transaction logs’ 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.