Ciao,

yes I do. I need more basic stuff then that and I need tables. Think of this
as tentative to reduce Excel use (which is killing me).

I can use matplotlib or openflash if I want to go really fancy. However, now
I need to set up the framework. After that, I have a platform from which I
can run all my scripts.

Let's say I have a database with invoice data from different subsidiaries. I
want to be able to: 1) create different views (subsidiary level, macro
level, invoice level, first 10 invoice, first 10 customers, etc.); 2) upload
data from different formats (because people are lazy and it is impossible to
impose a single format); 3) allow some users to upload data (to avoid them
to send me excel files by email, this is a huge feature...); 4) allow some
other users (managers) to access and download online reports (tables and
graphs).

Theoretically, when I get this right I am hoping to start a project on git.
The main idea is to create a shared reporting tool.

2011/4/5 Gianluca Riccardi <riccardi.gianl...@gmail.com>

>
>
> On 5 Apr, 15:39, alessio c <viandant...@gmail.com> wrote:
> > Hello,
> >
> > I am thinking about starting a Django app to manage data (I need it
> > for financial reporting).
> >
> > What I am wondering about those days is a way to create an application
> > that:
> >
> > 1) Allows the privileged user to insert a "plug in" that adds a module
> > and its views.
> >
> > 2) Allows the user to add views and "scripts" to an existing model.
> >
> > The way I think this is a model centric application with different
> > views and file uploaders. For me this would be a break out as we use
> > to run different reports from the same dataset (just changing the
> > grouping, filtering, formulas). I need file uploaders as the same
> > model can be populated from different files, organized in different
> > ways.
> >
> > Do you have some aviced on best practices to achieve this? I don't
> > want the user to touch the main web site when adding modules and
> > views.
>
> Hello,
>
> probably you already know of it http://graphite.wikidot.com/
>
> regards,
> Gianluca Riccardi
>
> --
> 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 unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to