Hermano, vai existir varias app's com essa necessidade sua, mas você ja fez
ai no exemplo como calcular as coisas em python substitua o seu exemplo
campo A * campo B = campo C ou campo A + campo B = campo C.
por:
CampoC = db.tabela.campoA + db.tabela.campoB (Adição)
ou
CampoC = db.tabela.campoA * db.tabela.campoB ( Multiplicação)
Ovidio Marinho Falcao Neto
ITJP.NET.BR
[email protected]
Brasil
2013/11/2 Hermano Ponce <[email protected]>
> Alguém pode disponibilizar uma app que tenha cálculos entre campos. por
> exemplo: campo A * campo B = campo C ou campo A + campo B = campo C.
> App tipo estoque de produtos.
> Quero somente um exemplo da aplicação.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.