Tapan Das

Results 10 comments of Tapan Das

Hi @cielf , I have a small doubt regarding the total items distributed. I tried the following query: ``` SELECT SUM(quantity) AS total_quantity FROM ( SELECT d.id, COALESCE(SUM(li.quantity), 0) AS...

If its available again, could you assign it to me ?

Hi @cielf, thanks for replying. In my seed data, there is an inactive item. Without it (current implementation), the "All Time" total items quantity is **56,253**, and with it, it...

Hi @cielf, i saw the difference in summary after toggling active status of an item, I fixed it, shall I raise a PR for you to see ?

Hi @cielf , please have a look at the PR

Hi @awwaiid , please review the PR (the two failing tests were already there)

Hi, @awwaiid please review the PR (all tests are now passing)