Ramez Ashraf

Results 72 comments of Ramez Ashraf

Hello @youssriaboelseod These were not deleted by mistake... rather they were removed/renamed for simplicity .

Hello All Apologize for the over due late reply.. This is because of the support of app names ... Issuing a fixing release soon.

Should be solved by https://pypi.org/project/django-ra-erp/1.3.1/

Hello there is a solution in the log asking yo to get windows c++ , probably for compiling some a package. This may will solve it.

Hello ... i will check this code out.. never had to set to_field in my use cases... so there might be something .

@dgurovich Can you please also share with me a copy of your ReportView or ReportGenerator code ?

Hello @dgurovich I added a Foreign Key with a to_field set in my tests and all is passing and nothing seems off I want to understand and be able to...

Hello ! Sorry but i have to ask you If you can send a print screen to share, that would be awesome if possible. also the actual code of the...

Letting you know that i got it on tests :muscle: .. soon will be fixed i hope

Hello Thank you for the question, i'll take another round at the documentation. ```python class CustomReportField(SlickReprotField): calculation_method = Sum def prepare(self, q_filters=None, kwargs_filters=None, **kwargs): kwargs_filters = kwargs_filers or {} kwargs_filter['some_model__field']...