Page 1 of 1

[visualizza_tabelle] additional info

Posted: Fri Jun 08, 2007 5:49 pm
by cioop
Hi everyone, I have a question concerning how to add more data to visualizza_tabelle.php file.
I've been wondering whether it is at all possible for me to make the "Table with all the reservations" display more information entered through the "Modify data of client" form. So as to make the name, id, 2nd surname, phones and fax visible at the first glance. Is there also any chance to make it display the date of last payment, that is added through the "Modify or delete reservation" form?
I know that the "Configure and customize" menu enables some columns to be added to the "Table with all the reservations" but it does not include the above mentioned details. And I lack rudimentary Italian to handcode it.
Would anyone be so kind to help me and tell me where to add and what code lines, please.

Posted: Tue Jun 12, 2007 10:10 pm
by marco
Hello,
you can create a contract with all the data you need and then press the contract button below the table, this way you can create any kind of table.

Marco

Posted: Wed Jun 13, 2007 7:58 am
by cioop
Thank you for your reply Marco.
However it's not exactly what I was asking. I have five dormitories with at about 12000 students and rendering a contract template would require ticking all the checkboxes in the table. If the data is in the database, I wonder, it could be inserted in the table so that viewing the data would be more accessible. Do you think it is at all possible?

Posted: Wed Jun 13, 2007 8:25 am
by marco
You don't need to check the checkboxes, the contract is generated with all the reservations that are currently displayed (if you have "all reservations" with many pages even not displayed reservations are considered). If you want a contract with only checked reservations select them, press "calculate subtotal" and then press the contract button.

Marco

Posted: Mon Jun 18, 2007 12:38 pm
by cioop
Please, could you tell me if it's possible to apply a heading information that could be displayed above the list of generated documents in a way that you suggest?
As you suggested, I want to generate a table, but I don't want the table <th> headings to be displayed each time for each client. Only one heading above the generated table would be perfect.

Posted: Tue Jun 19, 2007 6:38 pm
by cioop
ok I've found it out myself :-)

Posted: Sat Jun 23, 2007 8:01 am
by marco
Yes, I think you've found the [r][/r] tags, just enclose the rows of the table with them.

Marco

Posted: Mon Jun 25, 2007 1:21 pm
by cioop
Yes I've found it myself. Thanx anyway