I try to get a .csv sales report with the Report extension in tastyIgniter 3.2.2 but it keep finding no valid columns when editing a query. Maybe some reference is broken ?

    Try turning off asset combiner in config/system and see if that helps.

    The suggested solution works. I can edit queries now.

    • Does changing this attribute have important side effects ?
    • Is it possible to export the single items per order with price?

    Thank you !

      It turns off asset minification on your tasty igniter install. It’s not a major change but it will mean larger page loads.

      I’m happy I accept a pull request to add that functionality if you want to work on it.

        ryanmitchell
        I noticed another problem that I want to inform you about: Changing the widget context to “Best selling items” in Reports dashboard returns an “Access denied” in this version.

        I will have to train php or ask a friend of mine. Sadly I’m not familiary with php.
        Whats about the import / export extension or using the Api extension for this reason ?