Re: How to track changes changes, deletions and creations of records on django site

2020-07-28 Thread Ramez Ashraf
Also Check out this https://github.com/etianen/django-reversion/ On Monday, July 27, 2020 at 5:30:12 PM UTC+2, Hector Berrones wrote: > > Hi, Thanks for reading me, does anyone can advice to me about how can have > record of changes, deletions and creations on a django app, > I was trying

Re: A Business Solutions and ERP framework released.

2020-04-28 Thread Ramez Ashraf
in a handful easy lines of code. Efficient and customizable; Batteries included (Charting and powerful tables) . On Sunday, December 22, 2019 at 5:19:14 PM UTC+2, Ramez Ashraf wrote: > > Hello fellow Django developers, > > A framework to create diverse business solutio

[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 . A powerful reporting engine with batteries included. Feature Highlight --- * Create Simple, Grouped, Time series and Crosstab

Re: A Business Solutions and ERP framework released.

2019-12-22 Thread Ramez Ashraf
ow can I use crystal reports with Django? > > Always I use crystal report to generate different reports when I switched > to Django this was one of my challenges. > > Hopefully this will be end of it. > > > > > > *From:* django-users@googlegroups.com *On > Behal

Re: A Business Solutions and ERP framework released.

2019-12-22 Thread Ramez Ashraf
te a tutorial / documentation , and here we are. :) Still have a long way to go... My hopes are that this long way ahead will be much more enjoyable with the community engagement.. That's all :) On Sunday, December 22, 2019 at 5:19:14 PM UTC+2, Ramez Ashraf wrote: > > Hello fello

A Business Solutions and ERP framework released.

2019-12-22 Thread Ramez Ashraf
Hello fellow Django developers, A framework to create diverse business solutions, equipped with a reporting engine and a responsive dashboard. https://github.com/ra-systems/ra On the docs, you'll find a walk-through tutorial where you'll create a simple sales monitor app with various reports

Re: DjangoAdmin Inline with list of links to children, not their forms. Is it possible?

2017-12-17 Thread Ramez Ashraf
Yes it is.. but it might require some hacks . The idea is to provide the List of children objects as an initial to the formset being created. Till 1.11 there was no "clean" way to do it.. you have to override the _create_formsets on model admin You may also need to filter those initials so there

Guidance with testing reusable app the way Django does

2017-11-06 Thread Ramez Ashraf
Hello dear developers, I need your help in creating a test suit similar to Django's in the sense that tests are in separate folders (modules), each might contain models of their own. I cheated from the runtests.py Django have, edited out some warning and so. The problem is that the apps are