Gaetan Craig-Riou

Results 126 comments of Gaetan Craig-Riou

> in /admin/reports/bulk_coop/customer_payments "Bulk Co-op Customer Payments" a producer can list the names and sum payments of all customers' orders in the selected timeframe Also here the names are visible,...

It's explained here https://github.com/openfoodfoundation/openfoodnetwork/wiki/The-process-of-review%2C-test%2C-merge-and-deploy But in a nutshell, the fix will be reviewed by the core team, once we are happy with it, it will be tested by our testers....

It's not considered a bug for "Bulk Co-op Customer Payments", as customer data hiding was never implemented. If it's something that is needed, a new issue will need to be...

>If a user had previously used inventory, is it correct to say that turning on the toggle for them will remove the overrides? That's correct, although I set it up...

> Maybe a workaround is to turn it on first and then turn it off once tag rules are released? That could work as well.

@RachL because inventory applies to an enterprise, I setup the feature flag to be used with enterprise, ie you use `Enterprise;5` an an actor. That also means super admin will...

Out of stock check happens in a few places : - app/controllers/enterprises_controller.rb - app/controllers/spree/orders_controller.rb: - app/controllers/checkout_controller.rb , via app/controllers/concerns/order_stock_check.rb: We need to ensure the removal of out sock item in...

- Keep shopfront popin, but remove products from cart automatically I think that's somewhat already happening, it sets the quantity to 0 but that should be easy to just remove...

@wandji20 , the broken specs have been fixed in the main branch (https://github.com/openfoodfoundation/openfoodnetwork/pull/12644 ) . Could you rebase your PR ? Thanks ?

The part that I fixed only affect the supplier dropdown, it should not display additional data in the report. It means that before a user was not able to filter...