Changes between Version 14 and Version 15 of modulo_contabilidad


Ignore:
Timestamp:
08/22/11 21:28:06 (13 years ago)
Author:
Luis Carlos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • modulo_contabilidad

    v14 v15  
    269269
    270270{{{
    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/";
    276280}}}
    277281