Ramez Ashraf
Ramez Ashraf
Can you share your ReportView ?
I think your best bet is to create a db view (materialized or not) -> have a Django model for it -> generate a report from that model. The db...
Check this for reference on how to use Custom Computation field https://django-slick-reporting.readthedocs.io/en/latest/topics/computation_field.html Hope it helps..
Hello, i'm afraid currently not. I would really suggest the db view route... it would be much easier i would say.
Hello @jleevik , sorry for noticing this issue that late. Would you share a piece of code that i can try and test against ? You should be able to...
Hello there , thank you for the nice engaging issue. As far as i see, there are 2 places to change in order to implement this 1 is [ReportGenerator._apply_queryset_options](https://github.com/RamezIssac/django-slick-reporting/blob/a30328421d3518ed91631e33fcb205f14d295afa/slick_reporting/generator.py#L360 )...
Really cool It would be a very good enhancement. This new hook can be passed arguments the start_date and the end date, existing q_filters and kwargs_filters, and a context (where...
Hello @paulocoutinhox 1. Nope, You do not need crispy forms at all. form can be written as you wish, check the [report template](https://github.com/RamezIssac/django-slick-reporting/blob/develop/slick_reporting/templates/slick_reporting/report.html) 2. Yes you can use the default...
I don't see a reason not to
Hi Nope, It's not on my todo list; But a contribution is welcome. Also, I believe the package is mostly front end agnostic.