Nice.
I do not know if this can be useful and integrated with your interface

http://web2py.com/examples/spreadsheet/index

The description does not really explain it. I will try explain it
here.

Your app can have multiple pages and multiple entry fields per page
(not necessarily shown as a grid). The spreadsheet module (link above)
allows you to see all those entry fields as nodes in a gragh connected
from client to server via ajax and cached serverside. Some entry
fields can contain formulas. Some can be readonly. Some can only
contain numbers or text. Readonly with formulas are computed
(serverside). But once you change the value of one field, all
dependent fields change (wherever they are). Some entry fields can be
connected to a database and the database would be updated on change.
Fields can have any name. Cells can be styles via CSS.

If you assemble all fields in a grid, make them writable and allow
users to type formulas, you get a normal web based spreadsheet but
that is only a particular case.

One of the best hidden secrets in web2py. It ships with it.

Massimo

On Dec 17, 1:31 am, "Francois (Jersey)"
<francois.ches...@googlemail.com> wrote:
> Is anyone wanting to join forces to create a MIT/GPL accounting
> software?
>
> I spent a year writing specification for a multi currencies accounting
> software and would love to share with other people. We have a nice
> interface for entering 
> transactions:http://olivvv.aptanacloud.com/compta/index.html
>
> Francois
>
> On Dec 8, 1:22 am, villas <villa...@gmail.com> wrote:
>
> > Yes, it was just a thought.
> > Now we have a decimal field I'm trying out someaccountingideas.
> > Thanks.
>
>

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to