Afolabi Olaoluwa

Joined

60 Experience
0 Lessons Completed
0 Questions Solved

Activity

@GoRails, can I pay for a turorial on this? I need it urgently and I dont know what to do

I have a database table (orders table) that is densely populated with order information as it happens from users with their ids, and I want to get the sum of fees based on different currencies, and render at the frontend in a tabular form, and I don't even know how to go about it. Below is an example of the table before I proceed with the question:

https://i.stack.imgur.com/sTFTN.png

So I said, I want to get the sum of fees based on different currencies, and render at the frontend in a tabular form, and be able to filter the table based on date, such that when I choose a date rame from a date to a date, the table append to sum of available transactions based on the currency in that particular timeframe.

Example of what I want from the image above is below, and with opportunity to be able to filter with datetime and the calculation of sum happens for only the selected date. All am doing is more of a report solution.

https://i.stack.imgur.com/VP5R3.png