Forums

Create a spreadsheet with the ChronoForms data

joaoferraz 12 Feb, 2010
Hi all,
First sorry my english, I'm brazilian.

I need to create a form for freight information and then display the data stored in the database in a spreadsheet (or similar) in the frontend.

Fields of the form:

-Date
-Placa
-Material
-NF
-CTRC
-Carga
-Descarga
-Peso
-Saída
-Chegada

and them display the result in a spread sheet like this




Can I do this with ChronoForms or can someone give me an idea of how to do this?

Thanks in advice
GreyHead 12 Feb, 2010
Hi joaoferraz,

Right now my wife is on the bus to Paraty to visit her daughter.

You need a ChronoForm for the form, then ChronoConnectivity for the list.

Bob
joaoferraz 12 Feb, 2010
Hi GreyHead,
Is she coming to the carnival?
Very good!
I still don't know ChronoConnectivity, but I'll take a look at the site and post here again.
Do you speak portuguese?
May I'll need some help from you.

Thanks,
Rgds
joaoferraz 12 Feb, 2010
Seems can work. I'll do some tests here to see if it works the way I want.
But not today and not tomorrow, because this weekend in Brazil it's only carnival!

Rgds
joaoferraz 23 Feb, 2010
Hi Grayhead,
Can I create a dropdown field in the form to choose users from the jos_users table?
I would like to display the result only for the user selected in this field.
I have noixACL installed.

Fields in the form:

-Users (dropdown - from jos_users)
-Date
-Placa
-Material
-NF
-CTRC
-Carga
-Descarga
-Peso
-Saída

Rgds
GreyHead 23 Feb, 2010
Hi joaoferraz,

Took me a lot of hunting to find this for some reason . . .
<?php
echo JHTML::_('list.users', '', '1');
?>
The '' parameter selects names, the '1' parameter selects active users.

Bob
This topic is locked and no more replies can be posted.