Ramez Ashraf

Results 29 comments of Ramez Ashraf

The issue is understandable get_full_name is a method, here we are dealing with fields . In slick reporting you can still arrive to what you want by having the ca...

Hello, sorry for late reply.. and another apologize as i made a mistake, the callable `get_client_name` , should go to the *generator*, not the SlickReportView, my bad.

https://django-slick-reporting.readthedocs.io/en/latest/the_view.html#charting This section can benefit from more fine tune updates , let me know what more you need .

Hello, i believe this a function of datatable plugin itself... You can change how it is instantiated `$('table').DataTable();`

The main date filter is for the the the main function of the report ... like the time series and other calculations. Other then that a date filter is like...

Hello @nithishnaidu For the cumulative sum you'd need to do this part of the calculation yourself by looping over the dataset. Sorry, so far did not find a better way...

Hello, Add a media print css making the form invisible on print.

You always need to explicitly set the columns you want to show... i do not understand the case when you need the hide columns options.

Hello ! Would this give you a good place to start: https://django-slick-reporting.com/time-series-charts/ ?

Hello Todd Sorry for the late reply ... Yes the details on having a custom form is a bit scarce indeed https://django-slick-reporting.readthedocs.io/en/latest/the_view.html#override-the-form did you manage to do it or not...