close
Warning:
Unknown theme ['default'] configured. Please check your trac.ini. You may need to enable the theme's plugin.
- Timestamp:
-
08/22/11 21:28:06 (14 years ago)
- Author:
-
Luis Carlos
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
269 | 269 | |
270 | 270 | {{{ |
271 | | private String service_url = "http://soporte1.sofhouse.net/contab/web/api_dev.php/api/"; |
272 | | |
273 | | private String help_url = "http://soporte6.sofhouse.net/projects/websafierp/wiki/contabilidad_"; |
274 | | |
275 | | private String user_url = "http://soporte1.sofhouse.net/contabmenu/web/api_dev.php/api/"; |
| 271 | //servicios de consultas -symfony |
| 272 | private String service_url = "http://soporte1.sofhouse.net/contabDesarrollo/web/api_dev.php/api/"; |
| 273 | private String serviceHtml_url = "http://soporte1.sofhouse.net/contabDesarrollo/web/html_dev.php/"; |
| 274 | |
| 275 | // servicio de menu de ayuda - trac |
| 276 | private String help_url = "http://soporte6.sofhouse.net/projects/websafierp/wiki/contabilidad_"; |
| 277 | |
| 278 | // servicio de menus - bienvenida |
| 279 | private String user_url = "http://soporte1.sofhouse.net/contabmenu/web/api_dev.php/api/"; |
276 | 280 | }}} |
277 | 281 | |