Re: Slick Reporting Dashboard

2024-02-18 Thread 'Vip Busine' via Django users
ok Vào lúc 17:01:11 UTC-8 ngày Thứ Sáu, 16 tháng 2, 2024, Rupert Robin đã viết: > I am have a slick-reporting dashboard with 4 reports. > However, the filters and CSV export options do not appear in the dashboard > rendering of the ReportView(s). > When a single report view is cal

Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
I am have a slick-reporting dashboard with 4 reports. However, the filters and CSV export options do not appear in the dashboard rendering of the ReportView(s). When a single report view is called directly, now the Filter and Export CSV options are shown. How can I get the Filters and Export CSV

Django Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
I have a Slick-Reporting Dashboard with 4 reports. The dashboard rendering of the ReportView reports using the get_widget_from_url method does not include the Filter and Export CSV options. These options DO render when the report is called directly into a single page view. Is there a way

[ANN] Django Slick Reporting (a report engine) is released !

2020-04-26 Thread Ramez Ashraf
Hello Django mates, I'm very pleased to announce that we released Django Slick Reporting <https://github.com/ra-systems/django-slick-reporting>. A powerful reporting engine with batteries included. Feature Highlight --- * Create Simple, Grouped, Time series and Cr

Error Reporting to Admin-settings

2020-01-01 Thread bernard asibu
Hi everyone, I need help with configuring settings to report error from a site in production to the admin. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Admin site error reporting

2019-10-23 Thread Derek
ssed in the admin site and an error occurs we >>> receive an error screen if debug equals True. If I run into the same >>> error on production, where debug equals False, I don't receive an error >>> email. The error handling is probably configured correctly as I do

Re: Admin site error reporting

2019-10-23 Thread Dieter Gyselinck
> error emails when the error occurs outside of the admin pages. I have the >> impression that there is an issue with the error reporting in the admin. >> Does anybody know what is happening and is there a possible solution? >> >> -- You received this message because you

Re: Admin site error reporting

2019-10-23 Thread Derek
issue with the error reporting in the admin. > Does anybody know what is happening and is there a possible solution? > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Admin site error reporting

2019-10-22 Thread Dieter Gyselinck
emails when the error occurs outside of the admin pages. I have the impression that there is an issue with the error reporting in the admin. Does anybody know what is happening and is there a possible solution? -- You received this message because you are subscribed to the Google Groups

Django reporting column doesn't exist when it does, keeps crashing form on save

2019-08-02 Thread Kean
Hi, Django keeps reporting the following, OperationalError at /admin/setupcont/contractor/add/ table setupcont_contractor has no column named MSMe_bus Request Method: POST Request URL: http://127.0.0.1:8000/admin/setupcont/contractor/add/ Django Version: 2.2.3 Exception Type: OperationalError

Re: reporting

2019-05-09 Thread Krystian
I think it depends on your needs but what I can recommend is to check on this website https://djangopackages.org/grids/g/reporting/ and make sure that the tool that you will use is compatible, python version and django are OK with yours and it's developed by community (dont touch old packages

reporting

2019-05-09 Thread Rob W
whats the best web reporting tool to use that easy and will easily integrate with django ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: Django reporting Library recommendations

2019-04-16 Thread Shaheed Haque
Hi Brian, On Tue, 16 Apr 2019 at 12:21, Brian Mcnabola wrote: > > Im looking for a Django reporting library something similar to Django report > builder ? Can you clarify what you are looking for that Django report builder does not provide? For example, we use JasperReports wrappe

Django reporting Library recommendations

2019-04-16 Thread Brian Mcnabola
Im looking for a Django reporting library something similar to Django report builder ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: Reporting for Django 2

2018-04-09 Thread José Espina
Ah si, olvidé la pregunta Is anybody using a package for reporting? Thanks, José 2018-04-09 6:43 GMT-03:00 Avraham Serour <tovm...@gmail.com>: > Do you have a question or just sharing? > > On Sat, 7 Apr 2018, 1:33 , <jose.esp...@uaysen.cl> wrote: > >> Hi >>

Re: Reporting for Django 2

2018-04-09 Thread Avraham Serour
Do you have a question or just sharing? On Sat, 7 Apr 2018, 1:33 , <jose.esp...@uaysen.cl> wrote: > Hi > > I've been trying different django reporting packages with no success > > Apparently, all of them are developed for versions previous than Django 2.0 > > A

Reporting for Django 2

2018-04-06 Thread jose . espina
Hi I've been trying different django reporting packages with no success Apparently, all of them are developed for versions previous than Django 2.0 Any help will be appreciated José -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Reporting unwanted behaviours

2018-01-18 Thread Murat Sert
. Then implement the neccesary admin logic. Thats it. Regards Murat On Thursday, January 18, 2018 at 7:25:30 AM UTC, Kubilay Yazoğlu wrote: > > Hi. I want to implement a reporting system in which users report a post > simply by clicking the report button and later on, admins check i

Re: Reporting unwanted behaviours

2018-01-18 Thread Karol Bujaček
On 01/18/2018 08:25 AM, Kubilay Yazoğlu wrote: Hi. I want to implement a reporting system in which users report a post simply by clicking the report button and later on, admins check it whether the post is really against the policy of the website. However, when I make a research about Django

Reporting unwanted behaviours

2018-01-17 Thread Kubilay Yazoğlu
Hi. I want to implement a reporting system in which users report a post simply by clicking the report button and later on, admins check it whether the post is really against the policy of the website. However, when I make a research about Django Reporting Systems, the results are not related

Reporting issue with MultiWidget

2017-04-20 Thread Anaël Megna
Hello! I think I have found out a issue in Django's source code. I am trying to build a "Select or New" form field & widget, used by a ModelForm. The goal of this field is the following: - I have a model ProductType, "defined by" a label only; - I have a model Product with a Foreign Key to

Re:Re: Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-30 Thread Zhao Lee
| Thanks, SERVER_EMAIL is essential to this problem , I've written a article about the problem, learn more | http://redstoneleo.blogspot.com/2016/12/email-reporting-exceptions-and-errors_30.html 在 2016-12-29 16:20:17,"Luis Zárate" <luisz...@gmail.com> 写道: try to change

Re: Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-29 Thread Luis Zárate
try to change de django loggin https://docs.djangoproject.com/en/1.10/topics/logging/#examples 2016-12-28 9:45 GMT-06:00 Philip Lee <redstone-c...@163.com>: > Please help! The question are also posted here > http://stackoverflow.com/questions/41363888/django- > doesnt-

Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-28 Thread Philip Lee
Please help! The question are also posted here http://stackoverflow.com/questions/41363888/django-doesnt-email-reporting-an-internal-server-error-http-status-code-500 I could send mail using the following code E:\Python\django-test\LYYDownloaderServer>python manage.py shell Python 3.5.2 (v3.

Re: Easy to use graphical reporting tools for SQL

2015-07-21 Thread Lee Hinde
https://github.com/epantry/django-sql-explorer You can build the queries and they're available to whomever you want to give access. This assumes they have access to the django app. On Mon, Jul 20, 2015 at 2:09 PM, Kevin wrote: > In our office we have a Django

Re: Easy to use graphical reporting tools for SQL

2015-07-21 Thread Vijay Khemlani
I guess any kind of report they want to generate will require some knowledge of relational databases. Considering that, I think Jasper Reports is a good tradeoff, It has a graphical interface to create the queries, and the reports can be accessed by anyone after it's query and design is done. On

Re: Easy to use graphical reporting tools for SQL

2015-07-21 Thread Stefano Probst
Know the "non-developers" SQL? I guest not, but if you can try MySQL workbench .. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Easy to use graphical reporting tools for SQL

2015-07-20 Thread
Maybe you can try navicat. http://www.navicat.com/ 2015-07-21 5:09 GMT+08:00 Kevin : > In our office we have a Django application that uses a MySQL database. > Often I am asked to produce various reports that can range from being basic > dumps of query results or aggregate

Easy to use graphical reporting tools for SQL

2015-07-20 Thread Kevin
In our office we have a Django application that uses a MySQL database. Often I am asked to produce various reports that can range from being basic dumps of query results or aggregate computations on query results. To do this I must connect to the Django shell to use the ORM or write the SQL

Data stats package and reporting help

2014-07-31 Thread James P
at can meet my requirements? Ideally one that uses less resources as I plan to scale this app up quite a bit in production. Also for whichever package recommended, where would I find some good basic tutorials on how to build my dataset and alter it for reporting purposes? I plan to build

Fixtures and non-ascii data error reporting bug

2013-04-18 Thread Колпаков Евгений
Hi everybody. I have a UTF-8 encoded fixture (initial_data.yaml, but I think it's irrelevant) that contains some data to create auth.Group models. The names of models are non-ascii characters. Syncdb and loaddata works smoothly, so it's *not* a question "my non-ascii data is not loading". The

Re: High performance exception/traceback reporting system

2011-02-11 Thread Cal Leeming [Simplicity Media Ltd]
jango-sentry > > On Feb 11, 6:17 pm, "Cal Leeming [Simplicity Media Ltd]" > <cal.leem...@simplicitymedialtd.co.uk> wrote: > > Hey all, > > > > For the last two years, I've been meaning to write a reporting server > which > > allows webapps to pos

Re: High performance exception/traceback reporting system

2011-02-11 Thread MarcMarc
Hey, take a look at django-sentry, https://github.com/dcramer/django-sentry On Feb 11, 6:17 pm, "Cal Leeming [Simplicity Media Ltd]" <cal.leem...@simplicitymedialtd.co.uk> wrote: > Hey all, > > For the last two years, I've been meaning to write a reporting server which

High performance exception/traceback reporting system

2011-02-11 Thread Cal Leeming [Simplicity Media Ltd]
Hey all, For the last two years, I've been meaning to write a reporting server which allows webapps to post their exception tracebacks, which are then viewable from a centralized location. After having Thunderbird corrupt my mailbox due to over 250 thousand debug emails, this project has now been

terms of service (tos field) validation and error reporting from django registration package

2010-09-08 Thread Alex
Hi, Does anyone know how to get the error message in the form template when the user fails of check the terms of service form field when using RegistrationFormTermsOfService ? The form returns due to validation but I don't get the error message in {{ form.tos.errors }} . Any ideas? Is it

Re: Reporting Library??

2010-08-12 Thread Kenneth Gonsalves
On Thu, 2010-08-12 at 14:06 +0300, Jani Tiainen wrote: > > My only option at this time is JasperReports which is java based > which > > would be an overkill. > > There is nothing as comprehensive as JasperReports, but Geraldo > reports is > pretty nice . Built on

Re: Reporting Library??

2010-08-12 Thread Jani Tiainen
> I need a reporting library for web based (HTML) reporting with support > for standard features > 1) header > 2) footer > 3) pagination > 4) Totals/summary > > > Reportlab is too low level for my needs and their pro version license > does not work for me. >

Re: Reporting Library??

2010-08-11 Thread Carlos Daniel Ruvalcaba Valenzuela
]: http://github.com/roadhead/trml2pdf [2]: http://code.google.com/p/template2pdf/ [3]: http://github.com/clsdaniel/template2pdf On Wed, Aug 11, 2010 at 4:25 AM, koenb <koen.bierm...@werk.belgie.be> wrote: > On 11 aug, 03:15, ydjango <neerash...@gmail.com> wrote: >> I need a repo

Re: Reporting Library??

2010-08-11 Thread koenb
On 11 aug, 03:15, ydjango <neerash...@gmail.com> wrote: > I need a reporting library for web based (HTML) reporting with support > for standard features > 1) header > 2) footer > 3) pagination > 4) Totals/summary > > Reportlab is too low level for my needs and th

Reporting Library??

2010-08-10 Thread ydjango
I need a reporting library for web based (HTML) reporting with support for standard features 1) header 2) footer 3) pagination 4) Totals/summary Reportlab is too low level for my needs and their pro version license does not work for me. Is there any other good python based reporting library

Re: statistics, reporting, charts for django

2010-04-28 Thread Georg Holzmann
Hallo ! Yes, thanks, I already looked into google-chartwrapper and they work quite nice ! However, I think I will integrate the interactive charts (google visualization) - there are no template tags for it so far, but a python interface exists:

Re: statistics, reporting, charts for django

2010-04-27 Thread shacker
On Apr 27, 2:18 am, Georg Holzmann wrote: > Hallo! > > My question: is there a django application which I could reuse (or > learn from) or which could help in the development ? > It would be nice to have a dashboard to put charts, statistics, ... > onto and an easy interface to

statistics, reporting, charts for django

2010-04-27 Thread Georg Holzmann
Hallo! I want to build an application like google analytics for django ;) : users should be able to log in and see their statistics/charts. So basically it should be somehow like the django-reporting application, but not in the admin section (should be for general users), with additional

Django reporting....

2010-01-29 Thread Rick Caudill
Hi everyone, I have been working on a Django reporting tool for the company I work for and wonder if anyone thinks a reporting tool like attached would be valuable to the community??? I should say that it doesn't handle m2m yet but I am working on that. I would also want to clean the code up

Re: Python based web reporting tool?

2010-01-09 Thread Mark Freeman
Thanks everyone. A lot of great suggestions here. It looks like reportlab is going to fit my needs nicely! On Jan 8, 7:38 am, tom wrote: > You could tryhttp://www.xhtml2pdf.com/ > > It's xhtml+css -> pdf converter. Then you should be able to use django- > templates and

Re: Python based web reporting tool?

2010-01-08 Thread tom
You could try http://www.xhtml2pdf.com/ It's xhtml+css -> pdf converter. Then you should be able to use django- templates and create from this templates pdf reports. Cheers tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Python based web reporting tool?

2010-01-08 Thread Pablo Ilardi
n for those of you doing web work with python. Is > > > anyone familiar with a python based reporting tool?  I am about to > > > start on a pretty big web app and will need the ability to do some end > > > user reporting (invoices, revenue reports, etc). It can be an existing

Re: Python based web reporting tool?

2010-01-08 Thread Hinnack
liar with a python based reporting tool? I am about to > > start on a pretty big web app and will need the ability to do some end > > user reporting (invoices, revenue reports, etc). It can be an existing > > django app or anything python based so I can hook into it. Thanks

Re: Python based web reporting tool?

2010-01-07 Thread Nick Lo
> I have a question for those of you doing web work with python. Is > anyone familiar with a python based reporting tool? I am about to > start on a pretty big web app and will need the ability to do some end > user reporting (invoices, revenue reports, etc). It can be an existing

Re: Python based web reporting tool?

2010-01-07 Thread Jirka Vejrazka
> I have a question for those of you doing web work with python. Is > anyone familiar with a python based reporting tool?  I am about to > start on a pretty big web app and will need the ability to do some end > user reporting (invoices, revenue reports, etc). It can be an existing

Re: Python based web reporting tool?

2010-01-07 Thread Reinout van Rees
On 01/07/2010 04:20 PM, Mark Freeman wrote: I have a question for those of you doing web work with python. Is anyone familiar with a python based reporting tool? I am about to start on a pretty big web app and will need the ability to do some end user reporting (invoices, revenue reports, etc

Python based web reporting tool?

2010-01-07 Thread Mark Freeman
I have a question for those of you doing web work with python. Is anyone familiar with a python based reporting tool? I am about to start on a pretty big web app and will need the ability to do some end user reporting (invoices, revenue reports, etc). It can be an existing django app or anything

Re: django reporting

2009-07-08 Thread Friðrik Már Jónsson
Hi ankit, ankit wrote: > What is django reporting is anybody has some idea ? I think you should have put some more time into crafting your question. If you're referring to the django-reporting module (in which case a Google search should have sufficed), you can read up on it onlin

django reporting

2009-07-08 Thread ankit
What is django reporting is anybody has some idea ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubs

Re: Email error reporting not working

2009-05-26 Thread Alex Robbins
You could try using the mail_admins function directly. http://docs.djangoproject.com/en/dev/topics/email/#mail-admins Maybe it'll raise an informative exception. On May 25, 2:19 am, Rex <rex.eastbou...@gmail.com> wrote: > Hi, > > I am having trouble getting error reporting vi

Re: Email error reporting not working

2009-05-25 Thread r.
Is the EMAIL_HOST (and related variables) set in the settings.py file? On May 25, 9:19 am, Rex <rex.eastbou...@gmail.com> wrote: > Hi, > > I am having trouble getting error reporting via email to work (as > described herehttp://docs.djangoproject.com/en/dev/howto/error-reportin

Re: Email error reporting not working

2009-05-25 Thread Christian Joergensen
Rex wrote: > Hi, > > I am having trouble getting error reporting via email to work (as > described here http://docs.djangoproject.com/en/dev/howto/error-reporting/ > ). When I hit a 500 error, no email reaches the admin's inbox. > > Here is what I have done: > - I

Email error reporting not working

2009-05-25 Thread Rex
Hi, I am having trouble getting error reporting via email to work (as described here http://docs.djangoproject.com/en/dev/howto/error-reporting/ ). When I hit a 500 error, no email reaches the admin's inbox. Here is what I have done: - I set DEBUG to False - I defined an Admin user and entered

Django server crashes without reporting an error

2008-10-15 Thread ccpn
We are building a Django site that involves multiple file uploads, that are processed by separate python scripts. We have noticed that sometimes after clicking a submit button for uploading files the server quits without reporting an error and the screen goes blank. The problem

Re: reporting queryset-refactor bugs

2008-03-05 Thread Dan Watson
On Mar 4, 4:13 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-03-04 at 13:05 -0800, Dan Watson wrote: > > I guess this is mostly a question for Malcolm. Do you want people to > > start reporting bugs with the queryset-refactor branch, or would you >

Re: reporting queryset-refactor bugs

2008-03-04 Thread Malcolm Tredinnick
On Tue, 2008-03-04 at 13:05 -0800, Dan Watson wrote: > I guess this is mostly a question for Malcolm. Do you want people to > start reporting bugs with the queryset-refactor branch, or would you > rather hold off until things are a little more solidified? And is I say "no bug r

reporting queryset-refactor bugs

2008-03-04 Thread Dan Watson
I guess this is mostly a question for Malcolm. Do you want people to start reporting bugs with the queryset-refactor branch, or would you rather hold off until things are a little more solidified? Dan --~--~-~--~~~---~--~~ You received this message because you

Re: Reporting with Django

2008-02-14 Thread Brian Rosner
> Interested in generating some simple reports with Django. > > I have a number of text and dateFields and need some sample DB > reports. I could do it myself by designing a page to give me counts - > but would prefer if there was a sweeter way to do it in django. There isn't a sweeter way in

Reporting with Django

2008-02-14 Thread Aldo
Interested in generating some simple reports with Django. I have a number of text and dateFields and need some sample DB reports. I could do it myself by designing a page to give me counts - but would prefer if there was a sweeter way to do it in django.

Re: Automatic error reporting to admin email

2007-10-27 Thread Malcolm Tredinnick
t; It's still in beta phase, so some errors are found by users. > > > > > I want to make an automatic error reporting system. How can I handle > > > 500 internal server error or exceptions 'somewhere' in my code? > > > > When DEBUG=False, 500 errors (the tracebacks)

Re: Automatic error reporting to admin email

2007-10-27 Thread RichardH
I want to make an automatic error reporting system. How can I handle > > 500 internal server error or exceptions 'somewhere' in my code? > > When DEBUG=False, 500 errors (the tracebacks) are automatically emailed > to everybody in the ADMINS settin

Re: Automatic error reporting to admin email

2007-10-27 Thread Malcolm Tredinnick
On Sat, 2007-10-27 at 08:39 +, Daybreaker wrote: > I'm developing & administrating a django-powered website. > It's still in beta phase, so some errors are found by users. > > I want to make an automatic error reporting system. How can I handle > 500 internal server

Automatic error reporting to admin email

2007-10-27 Thread Daybreaker
I'm developing & administrating a django-powered website. It's still in beta phase, so some errors are found by users. I want to make an automatic error reporting system. How can I handle 500 internal server error or exceptions 'somewhere' in my

Re: Integrating Jasper reports / Reporting in general ??

2007-04-10 Thread gordyt
Joel I recently went through the same process; that is, I migrated from a Java application, using JasperReports to a Python/Django application using ReportLab. It took a bit to get my head around ReportLab, but end the end it has worked out very nicely. --gordon

Re: Integrating Jasper reports / Reporting in general ??

2007-04-09 Thread Joel
iting something that's already been done. > > In general, what are you using for your PDF-reporting needs? > > Thanks! > -- Joel > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Integrating Jasper reports / Reporting in general ??

2007-04-09 Thread Joel
/wiki/do/viewPage/projects.ireport/wiki/Screenshots) Has anyone seen something like this for Python? Or even Django? I want to avoid re-writing something that's already been done. In general, what are you using for your PDF-reporting needs? Thanks! -- Joel

Re: Forms with error reporting

2006-09-13 Thread Waylan Limberg
On 9/12/06, Hawkeye <[EMAIL PROTECTED]> wrote: > > The FormWrapper design pattern seems to be great, but I have a > question. > > Is there any way that I can put errors in the response that aren't > linked with form fields? > There is currently a discussion[1] going on in the dev-list regarding

Re: Forms with error reporting

2006-09-12 Thread rp
You can use the manipulators described on this page: http://www.djangoproject.com/documentation/forms/ Do a find on "if form.has_errors" to see a template example containing general form errors as well as field specific form errors. Let me know if you need more info. thanks, raman

Forms with error reporting

2006-09-11 Thread Hawkeye
The FormWrapper design pattern seems to be great, but I have a question. Is there any way that I can put errors in the response that aren't linked with form fields? For example, in an authentication page... if the authentication fails, I don't want to link an error to either the user or