Oce-ane

Results 4 comments of Oce-ane

Hello, I had a look at this issue per your recommendation, could the issue be this : app>controllers>reports_controller.rb ` def total_distributed_unformatted(range = selected_range) LineItem.active.where(itemizable: current_organization.distributions.during(range)).sum(:quantity) end` It's only selecting the...

Hello, I'm a first time contributor. Could I take this on ?

The PartnerRequest table is referred to in multiple parts of the code: **1. Models** - app/models/request.rb l.30 `has_many :item_requests, class_name: "Partners::ItemRequest", foreign_key: :partner_request_id, dependent: :destroy, inverse_of: :request` - app/models/partners/item_request.rb l.19...

I will have a another look and try to delete the table locally to see what happens then and will let you know