rubyforgood / human-essentials

Human Essentials is an inventory management system for diaper, incontinence, and period-supply banks. It supports them in distributing to partners, tracking inventory, and reporting stats and analytics.
https://humanessentials.app
MIT License
454 stars 486 forks source link

Add paginations to the purchases/index page #1264

Closed benreyn closed 5 years ago

benreyn commented 5 years ago

Summary

We recently added the kaminari gem for pagination in #1254. This PR added pagination to the donations/index page. We should add this to the other places where we have records that could end up with unwieldy page scrolling. This issue is to add this to the purchases/index page. You should be able to look at PR #1254 for an example of how to accomplish this with Kaminari.

Criteria for completion

giacoelho commented 5 years ago

I’ll work on this!

benreyn commented 5 years ago

Thanks @coderpaz! Let me know if I can be helpful to you at all!