-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.txt
17 lines (9 loc) · 890 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Ejemplo del uso de reportes en Extjs con Ireports, y el uso dinamico del TreePanel, ademas de una busqueda por grid con el plugin SelectSearch.js.
Example using reports with Extjs and Ireports, and the dynamic use of the TreePanel, besides a searching grid using the Select Search.js plugin.
Read LEEME.DOC to configure Javabridg with PHP and Tomcat to execute the reports made it with Ireports.
User and passwords:
Admin : 123 ---->Menu user configured Andres: 123 ---->No Menu configured in the database Jose: 123------->Menu user configured
Put in your web explorer: http://localhost/MvcClientesIV
Mysql Database included, configure the codeigniter database info with your server configuration , using this path: C:\xampp\htdocs\MvcClientesIV\application\config\database.php
Lines:
$db['default']['username'] = 'root'; //Your user $db['default']['password'] = '';//Your password