Hello there,
I'm working with PHPrunner for 5 months, but I still need some help to achive what I'mm willing to do.
Hope most of these things beneath can be implemented with PHPrunner.
What I'm doing is translating an Access DB in a PHP-Mysql one.
Here are what I'm aiming and feature I'm not able to get from manual and forum:
1-I need to put a customer in the searching bar and find him (done);
2-Once got the list of customers ("Clienti"), clicking on view I need to see the customer details (done);
3-Once I have the masterkey I need to organize data in a tab menu like this (done):
http://demo.asprunner.net/righetto_enrico_gmail_com/climarweb2/cliente_view.php?editid1=213
4-Now I want to click on contracts tab ("Contratti") and see the list of all contracts related to that customer (and we are inside "clienti_view.php"). I did it with a detail table, but I need to show the "contratti_list.php", so I can view/add/edit a single contract.
5-Inside the "Contratti" tab I need a dropdown menu able to filter istantly the contracts got by the search (active, expired, all), and by default they are supposed to be "active" ("where ... AND active=true" or "where ... AND ExpiringDate < today")
6-I want be able to see the table menu in some "views" as well (i.e. "clienti_view.php" just described).
Thank you so much for the help.
Enrico