Re: [tryton-es] Contabilidad Electrónica Mexico

2016-02-24 Thread Andres Vargas - zodman
yo lo empeze a hacer pero esta incompleto...

http://opensrc.mx/search/factura

Mis libs tengo entendido que hay 2 personas que estan usandolo en produccion



El 19 de febrero de 2016, 17:34, Josabeth Díaz García
escribió:

> Es posible generar el archivo de la contabilidad electrónica y los
> impuestos generales del SAT Mexico?
>
> Alguien q ya lo tenga en operacion?




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Re: error con cliente tryton

2014-08-25 Thread Andres Vargas - zodman
te hacen falta paquetes para instalar ... y se puede instalar la
dependencias.

sudo apt-get install libxslt1-dev libxml2-dev


http://dpaste.com/1F8PSJG


El 25 de agosto de 2014, 8:33, Jhuliana Delgadocrisye...@gmail.com
escribió:


 El 13/08/14 16:25, hyan...@gmail.com escribió:




 El 13 de agosto de 2014, 15:21, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 15:26, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 14:48, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 14:59, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 12:57, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 13:10, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 12:27, Jhuliana Delgado crisye...@gmail.com
 escribió:


 falto incluir que igual intento crear la BD con tryton sigue el mismo
 error, pero ya yo cambie clave postgres y por consolo hace todo bien hasta
 la cree la BD CDI que ves en la imagen ,,,pero al irme a tryton a crearla
 dice lo mismo

 Can't create the database, caused by an unknown reason.If there is a
 database created, it could be broken. Maybe drop this database! Please
 check the error message for possible informations.Error message:FATAL: la
 autentificaci?n Ident fall? para el usuario admin

 ya no se que hacer y estoy para en ese paso por conexion aBD


  Haz lo siguiente:

  1. ejecuta $ sudo su postgres (ingresa la contraseña de tu usuario
 para habilitar el sudo)

  Esto cambiará el usuario actual por 'postgres', de forma que quedará
 el prompt de la consola como:

  postgres@tuserver:/home/tu_usuario$

  2.  ejecuta $ psql

  Ingresarás al CLI (interfaz de línea de comandos)

  3. Ejecuta \du de forma que veas lo siguiente postgres=# \du (es el /
 alrevés)

  Con eso listarás los usuarios (roles) que tienes en la base de datos
 y sus permisos.  Copia lo que aparece, pégalo en
 http://paste.ofcode.org/ y nos envías la página que te da el navegador.


  aqui esta el resultado: http://dpaste.com/0HPYBY2


  OK.  Tu usuario tryton si tiene permisos para crear base de datos (y
 otros que no son necesarios como el SuperUser, Create Rol, etc)

  el problema parece que se enfoca en la autenticación que hace este con
 la base de datos:

  1) revisa la configuración de autenticación de Postgres con $ sudo
 nano /etc/postgresql/9.1/main/pg_hba.conf (si la version de tu BD es la
 9.1; sino coloca en la ruta el número de versión que corresponda).
  Verifica que tengas una línea sin comentar como:

  local   all all md5


  (puedes leer el archivo también, para entender un poco mejor de que se
 trata)


  http://dpaste.com/1TT4BND


  2) como te han comentado los compañeros de la lista, verifica que
 ejecutes el servidor con tu archivo .conf $ trytond -c
 ~/ruta_al/trytond.conf y que dentro del mismo la contraseña del usuario
 tryton sea la correcta.  Si no recuerdas la contraseña;


  http://dpaste.com/3X57YFJ


  3) haz el paso anterior para llegar al CLI de la base de datos ($
 psql) y ejecuta postgres# ALTER USER tryton WITH PASSWORD
 'mi_nueva_contraseña' ;

  postgres=# ALTER USER tryton WITH PASSWORD 'tryton';
 ALTER ROLE
 postgres=#



  4) Actualiza tu trytond.conf e intenta de nuevo

  PD: ¿estás segura que tienes instalado el psycopg2? (virtualenv)$ pip
 install -U psycopg2

root@gateway:/home/jhuliana# pip install -U psycopg2
 Downloading/unpacking psycopg2 from
 https://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.5.3.tar.gz#md5=09dcec70f623a9ef774f1aef75690995
   Downloading psycopg2-2.5.3.tar.gz (690Kb): 690Kb downloaded
   Running setup.py egg_info for package psycopg2

 Error: You need to install postgresql-server-dev-X.Y for building a
 server-side extension or libpq-dev for building a client-side application.

 Complete output from command python setup.py egg_info:
 running egg_info

 creating pip-egg-info/psycopg2.egg-info

 writing pip-egg-info/psycopg2.egg-info/PKG-INFO

 writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt

 writing dependency_links to
 pip-egg-info/psycopg2.egg-info/dependency_links.txt

 writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'

 warning: manifest_maker: standard file '-c' not found



 Error: You need to install postgresql-server-dev-X.Y for building a
 server-side extension or libpq-dev for building a client-side application.



 
 Command python setup.py egg_info failed with error code 1 in
 /home/jhuliana/build/psycopg2
 Storing complete log in /root/.pip/pip.log
 root@gateway:/home/jhuliana#

 todo realizado, paso a paso como lo haz mencionado pero sigo igual:

 No se ha podido crear la base de datos, la causa es desconocida.
 Si hay una base de datos creada, podría estar dañada. Pruebe a eliminar
 esta base de datos. Revise el mensaje de error en busca de información
 adicional.
 Mensaje de error:

 FATAL:  la autentificaci?n Ident fall? para el 

Re: [tryton-es] Re: error con cliente tryton

2014-08-25 Thread Andres Vargas - zodman
de echo si funciono e instalo las dependencias que necsitas para instalar
el lxml

Pero tienes errores de permiso...




El 25 de agosto de 2014, 9:56, Jhuliana Delgadocrisye...@gmail.com
escribió:

  hola andres,

 realice lo que me indicaste pero sigue en el mismo error
 http://dpaste.com/1PZGS2V

 El 25/08/14 10:01, Andres Vargas - zodman escribió:

 te hacen falta paquetes para instalar ... y se puede instalar la
 dependencias.

  sudo apt-get install libxslt1-dev libxml2-dev


  http://dpaste.com/1F8PSJG


 El 25 de agosto de 2014, 8:33, Jhuliana Delgadocrisye...@gmail.com
 escribió:


 El 13/08/14 16:25, hyan...@gmail.com escribió:




 El 13 de agosto de 2014, 15:21, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 15:26, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 14:48, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 14:59, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 12:57, Jhuliana Delgado crisye...@gmail.com
 escribió:


 El 13/08/14 13:10, hyan...@gmail.com escribió:

  El 13 de agosto de 2014, 12:27, Jhuliana Delgado crisye...@gmail.com
  escribió:


 falto incluir que igual intento crear la BD con tryton sigue el mismo
 error, pero ya yo cambie clave postgres y por consolo hace todo bien 
 hasta
 la cree la BD CDI que ves en la imagen ,,,pero al irme a tryton a crearla
 dice lo mismo

 Can't create the database, caused by an unknown reason.If there is a
 database created, it could be broken. Maybe drop this database! Please
 check the error message for possible informations.Error message:FATAL: la
 autentificaci?n Ident fall? para el usuario admin

 ya no se que hacer y estoy para en ese paso por conexion aBD


  Haz lo siguiente:

  1. ejecuta $ sudo su postgres (ingresa la contraseña de tu usuario
 para habilitar el sudo)

  Esto cambiará el usuario actual por 'postgres', de forma que quedará
 el prompt de la consola como:

  postgres@tuserver:/home/tu_usuario$

  2.  ejecuta $ psql

  Ingresarás al CLI (interfaz de línea de comandos)

  3. Ejecuta \du de forma que veas lo siguiente postgres=# \du (es el
 / alrevés)

  Con eso listarás los usuarios (roles) que tienes en la base de datos
 y sus permisos.  Copia lo que aparece, pégalo en
 http://paste.ofcode.org/ y nos envías la página que te da el
 navegador.


  aqui esta el resultado: http://dpaste.com/0HPYBY2


  OK.  Tu usuario tryton si tiene permisos para crear base de datos (y
 otros que no son necesarios como el SuperUser, Create Rol, etc)

  el problema parece que se enfoca en la autenticación que hace este
 con la base de datos:

  1) revisa la configuración de autenticación de Postgres con $ sudo
 nano /etc/postgresql/9.1/main/pg_hba.conf (si la version de tu BD es la
 9.1; sino coloca en la ruta el número de versión que corresponda).
  Verifica que tengas una línea sin comentar como:

  local   all all md5


  (puedes leer el archivo también, para entender un poco mejor de que
 se trata)


  http://dpaste.com/1TT4BND


  2) como te han comentado los compañeros de la lista, verifica que
 ejecutes el servidor con tu archivo .conf $ trytond -c
 ~/ruta_al/trytond.conf y que dentro del mismo la contraseña del usuario
 tryton sea la correcta.  Si no recuerdas la contraseña;


  http://dpaste.com/3X57YFJ


  3) haz el paso anterior para llegar al CLI de la base de datos ($
 psql) y ejecuta postgres# ALTER USER tryton WITH PASSWORD
 'mi_nueva_contraseña' ;

  postgres=# ALTER USER tryton WITH PASSWORD 'tryton';
 ALTER ROLE
 postgres=#



  4) Actualiza tu trytond.conf e intenta de nuevo

  PD: ¿estás segura que tienes instalado el psycopg2? (virtualenv)$ pip
 install -U psycopg2

root@gateway:/home/jhuliana# pip install -U psycopg2
 Downloading/unpacking psycopg2 from
 https://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.5.3.tar.gz#md5=09dcec70f623a9ef774f1aef75690995
   Downloading psycopg2-2.5.3.tar.gz (690Kb): 690Kb downloaded
   Running setup.py egg_info for package psycopg2

 Error: You need to install postgresql-server-dev-X.Y for building a
 server-side extension or libpq-dev for building a client-side application.

 Complete output from command python setup.py egg_info:
 running egg_info

 creating pip-egg-info/psycopg2.egg-info

 writing pip-egg-info/psycopg2.egg-info/PKG-INFO

 writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt

 writing dependency_links to
 pip-egg-info/psycopg2.egg-info/dependency_links.txt

 writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'

 warning: manifest_maker: standard file '-c' not found



 Error: You need to install postgresql-server-dev-X.Y for building a
 server-side extension or libpq-dev for building a client-side application.



 
 Command python setup.py egg_info failed with error code 1 in
 /home/jhuliana/build/psycopg2
 Storing complete log in /root/.pip/pip.log
 root@gateway:/home

Re: [tryton-es] Re: error con cliente tryton

2014-08-25 Thread Andres Vargas - zodman
Sigues sin poder instalar trytond ...


cual es el mensaje completo ?


El 25 de agosto de 2014, 10:26, Jhuliana Delgadocrisye...@gmail.com
escribió:


 El 25/08/14 10:46, Oscar Alvarez escribió:


 On 25/08/14 10:11, Jhuliana Delgado wrote:


 El 25/08/14 10:30, hyan...@gmail.com escribió:

  El 25 de agosto de 2014, 9:56, Jhuliana Delgado crisye...@gmail.com
 escribió:

  hola andres,

 realice lo que me indicaste pero sigue en el mismo error
 http://dpaste.com/1PZGS2V


  Es un error de permisos... Como lo estás instalando en el ambiente
 global del sistema debes agregarle sudo

  jhuliana@gateway:~/Desktop/tryton$ sudo pip install -U trytond==3.2

   No es necesario poner la version a instalar si quieres instalar la
 ultima version, y la -U es para actualizar si la ultima vez lo hiciste con
 pip, sino no creo que sirva,
 porque no simplemente haces:

 sudo pip install trytond


 eso lo hice como primer paso, igual sigo en el mismo error, pero por no
 dejar lo volvi a intentar y continua con lo mismo.

 Traceback (most recent call last):

   File /usr/local/bin/trytond, line 13, in module
 import trytond
 ImportError: No module named trytond



PD: Recuerda el escribir debajo de cada mensaje para evitar el 
 top-posting...

   lo realizo por sudo, fue un descuido pero sigo en el mismo lugar
 http://dpaste.com/25J71E2
 --



 --




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] error al instalar tryton en carpeta

2014-08-25 Thread Andres Vargas - zodman
traducelo con google ...


2014-08-19 9:20 GMT-05:00 Jhuliana Delgado crisye...@gmail.com:


 El 19/08/14 08:56, Sergi Almacellas Abellana escribió:


 On 19 d’agost de 2014 15:27:15 CEST, Jhuliana Delgado crisye...@gmail.com 
 crisye...@gmail.com wrote:

  pero me dio este error:

 jhuliana@gateway:~/Desktop/tryton/tasks$ sudo pip install -r
 requirements.txt
 [sudo] password for jhuliana:
 Exception:
 Traceback (most recent call last):
 File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 104,
 in main
 status = self.run(options, args)
 File /usr/lib/python2.7/dist-packages/pip/commands/install.py, line
 219, in run
 for req in parse_requirements(filename, finder=finder,
 options=options):
   File /usr/lib/python2.7/dist-packages/pip/req.py, line 1297, in
 parse_requirements
 req = InstallRequirement.from_line(line, comes_from)
   File /usr/lib/python2.7/dist-packages/pip/req.py, line 107, in
 from_line
 return cls(req, comes_from, url=url)
 File /usr/lib/python2.7/dist-packages/pip/req.py, line 40, in
 __init__
 req = pkg_resources.Requirement.parse(req)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2582,
 in parse
 reqs = list(parse_requirements(s))
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2507,
 in parse_requirements
 line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),version
 spec)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2475,
 in scan_list
 raise ValueError(Expected +item_name+ in,line,at,line[p:])
 ValueError: ('Expected version spec in', '--allow-external RBTools',
 'at', ' RBTools')

 Storing complete log in /root/.pip/pip.log
 jhuliana@gateway:~/Desktop/tryton/tasks$


  Tienes que tener una version mas reciente de pip. La puedes actualizar con:

 pip install -U pip


 realice la actualizacion y volvi con el paso anterior, aparentemente todo
 bien, y al continuar sale lo siguiente:

 jhuliana@gateway:~/Desktop/tryton$ hg clone
 https://bitbucket.org/nantic/tryton-config config
 abort: destination 'config' is not empty
 jhuliana@gateway:~/Desktop/tryton$ sudo hg clone
 https://bitbucket.org/nantic/tryton-tasks tasks
 abort: destination 'tasks' is not empty
 jhuliana@gateway:~/Desktop/tryton$

 no se que quiere decir con esto

  El 18/08/14 12:43, Àngel Àlvarez Serra escribió:



 2014-08-18 19:12 GMT+02:00 Jhuliana Delgado crisye...@gmail.com 
 mailto:crisye...@gmail.com crisye...@gmail.com:

 jhuliana@gateway:~/Desktop/tryton$ invoke clone --config
 config/base.cfg
 Traceback (most recent call last):
   File /usr/local/bin/invoke, line 9, in module
 load_entry_point('invoke==0.8.2', 'console_scripts',

  'invoke')()

File /usr/local/lib/python2.7/dist-packages/invoke/cli.py,
 line 295, in main
 dispatch(sys.argv)
   File /usr/local/lib/python2.7/dist-packages/invoke/cli.py,
 line 277, in dispatch
 args, collection, parser_contexts = parse(argv,

  version=version)

File /usr/local/lib/python2.7/dist-packages/invoke/cli.py,
 line 186, in parse
 collection = loader.load(coll_name) if coll_name else
 loader.load()
   File /usr/local/lib/python2.7/dist-packages/invoke/loader.py,
 line 48, in load
 module = imp.load_module(name, fd, path, desc)
   File /home/jhuliana/Desktop/tryton/tasks/__init__.py, line 2,
 in module
 from .scm import ScmCollection as ns
   File /home/jhuliana/Desktop/tryton/tasks/scm.py, line 4, in
 module
 import git
 ImportError: No module named git

 --


 falta instalar unas dependencias.

 cd tasks;
 pip install -r requirements.txt.




 --
 Àngel Àlvarez Serra
 Tel. 93 553 18 03
 @aasnanwww.NaN-tic.com http://www.NaN-tic.com http://www.NaN-tic.com

 Avís legal 

 ___
 Nan mailing list...@lists.nan-tic.com mailto:n...@lists.nan-tic.com 
 n...@lists.nan-tic.comhttp://lists.nan-tic.com/listinfo/nan


 --




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] como actualizar un modulo instalado

2014-08-19 Thread Andres Vargas - zodman
el cliente tiene un parametro para remover cache .. activaselo


El 19 de agosto de 2014, 15:38, Leonardo Ortega Hernandezleon9...@gmail.com
 escribió:

 hola a todos, estoy teniendo un inconveniente . Ocurre que tengo un modulo
 que desarrolle para tryton, este modulo ya lo instale el problema es que
 ahora ya he modificado los xml para que aparezcan textos diferentes en el
 cliente tryton pero estos cambios no se reflejan he borrado las tablas
 relativas a mi modulo, he vuelto a instalar el modulo con el setup.py, he
 borrado los archivos del modulo dentro del site-packages y ejecutado
  comando para actualizar todas las bases de datos. aun así siguen saliendo
 los mismos textos.

 agradezco cualquier ayuda.




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Re: error con cliente tryton

2014-08-05 Thread Andres Vargas - zodman
El trytond tiene una configuracion de postgresql, usuario y contraseña
 alguna de esas esa mal.

O el servidor de postgresql no permite q te conectes.

El problema esta entre el trytond y el postgresql


El 5 de agosto de 2014, 10:35, Luis Deianaluis.deian...@gmail.com
escribió:

 Yo revisaria los permisos del ususario de postgres.

 El martes, 5 de agosto de 2014 11:52:27 UTC-3, Jhuliana Delgado escribió:

 Hola a todos;

 hace varios dias escribi un error que tengo al intenter crear una BD en
 tryton, dice que segun mi usuario no es correcto pero la verdad he
 revizado, cambiado vulto a chequear y nada...

 adjunto imagen del error y archivo de configuracion, espero logren ver
 lo que yo no veo.





-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Tryton en un taller de servicio tecnico

2014-08-04 Thread Andres Vargas - zodman
vienen en base de tryton http://hg.tryton.org/modules/stock_lot/


El 4 de agosto de 2014, 16:01, Luis Deianaluis.deian...@gmail.com
escribió:

 Hola y gracias Andres, no he podido encontrar el modulo slot, si pudieras
 por favor pasarme el link te lo voy a agradecer. Saludos.

 El lunes, 4 de agosto de 2014 12:33:22 UTC-3, zodman escribió:

 el modulo de produccion y slot de puede servir.


 El 4 de agosto de 2014, 10:24, Luis Deianaluis.d...@gmail.com escribió:

 Alguien implemento Tryton en algún taller donde se necesite:
 Registrar el ingreso de equipos o maquinarias para servicio técnico: lo
 cual implica un comprobante de ingreso en un almacén de espera y un
 presupuesto de lo que se va a realizar.
 Pasar posteriormente a un almacén de servicio técnico: lo cual lleva un
 tiempo y requiere repuestos y mano de obra.
 Posterior a finalizar el servicio técnico quedaría en otro almacén que
 espera para ser enviado o retirado por el cliente.
 Si alguien utilizo tryton para implementar algo parecido y me puede
 decir que módulos utilizo o si a alguien se le ocurre algún modulo para
 probar le voy a agradecer el dato.
 Gracias.




 --
 Andres Vargas
 www.zodman.com.mx




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Error al cerrar ventana

2014-07-24 Thread Andres Vargas - zodman
mandaste el issue a tryton ?


2014-07-24 10:13 GMT-05:00 Luis Deiana luis.deian...@gmail.com:

 Buenos dias, este error:

 File /home/luis/Tryton/tryton3.2/tryton/tryton/gui/main.py, line 1301,
 in set_cursor
 current_form.set_cursor()

   File /home/luis/Tryton/tryton3.2/tryton/tryton/gui/window/form.py,
 line 630, in set_cursor
 self.screen.set_cursor(reset_view=False)

   File
 /home/luis/Tryton/tryton3.2/tryton/tryton/gui/window/view_form/screen/screen.py,
 line 513, in set_cursor
 current_view.set_cursor(new=new, reset_view=reset_view)

   File
 /home/luis/Tryton/tryton3.2/tryton/tryton/gui/window/view_form/view/list.py,
 line 845, in set_cursor
 path = self.store.on_get_path(self.screen.current_record)

   File
 /home/luis/Tryton/tryton3.2/tryton/tryton/gui/window/view_form/view/list.py,
 line 171, in on_get_path
 path.append(i.group.index(i))

 me surgio cuando hice lo siguiente dentro del Cliente Tryotn 3.2:

 Abri la ventan modulos
 Hice una busqueda
 Cambie de ventana (sin cerrar la de modulos)
 Cerre la ventana de modulos

 El problema es que no pude hacer que se repita, ya me habia pasado antes
 al cerrar otras ventana, pero no habia podido identificar que habia echo
 dentro de las ventanas.
 Saludos.




-- 
Andres Vargas
www.zodman.com.mx


[tryton] access to tryton-dev

2014-07-23 Thread Andres Vargas - zodman
Dudes i follow tryton from a long time and i found i was exclude from
tryton-dev mailing..

Someone can add me.? I will not make noise only i want to follow the tryton
development by email.

Thanks

-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Modulo Fondos (Pago - Cobros)

2014-07-21 Thread Andres Vargas - zodman
para eso esta el modulo de payment terms ya viene en la factura y en la
venta/compra


El 21 de julio de 2014, 11:50, Ale Parialee.pa...@gmail.com escribió:

 Buenas gente, estaba realizando algunas pruebas y me surgió la siguiente
 duda respecto al tema cobro y pagos:

 Si genero una factura de venta y el cliente me paga la mitad con una
 transferencia bancaria y la otra mitad con un cheque por ejemplo existe
 algún modulo para registrar esos datos?

 Y lo mismo cuando yo pago una factura por ejemplo pago la mitad en
 efectivo y la otra mitad con un cheque o por ejemplo pago con un cheque que
 otra empresa me dio en forma de pago a mi.

 Existe algo desarrollado?

 Muchas gracias de ya !!





-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Distintas cuentas de deudores del plan de cuentas para un mismo cliente en operaciones de facturas de ventas

2014-07-08 Thread Andres Vargas - zodman
creo que a cada party, se le puede asignar una cuenta contable. de debe y
haber..

Eso quieres hacer?


El 8 de julio de 2014, 10:21, Favio Dutriafdut...@gmail.com escribió:

 Buenas tardes a todos.

 Hago estas lineas para consultar si alguien me puede decir si es posible
 que para un mismo cliente se pueda hacer que el asiento contable tome
 distintas cuentas de deudores en forma automática al momento de confirmar
 la factura.

 Esto es porque tengo cuentas de deudores directos y deudores de cuota
 social. Por balance es necesario presentar los deudores abiertos, pero el
 problema es que el cliente es el mismo pero necesito separarlo por la
 operación. No me sirve la apertura de cuentas analiticas.

 Desde ya muchas gracias
 Favio Dutria
 CIATI AC.






-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Lentitud en carga de registros

2014-07-01 Thread Andres Vargas - zodman
instala el http://pgfouine.projects.pgfoundry.org/

pgfouine te da mucha informacion acerca de lo que esta haciendo postgresql,
se me hace raro que con una maquina grande ( tienes 16Gb de ram)

Checa tmb la velocidad de respuesta tmb puede ser problemas de DNS o de
velocidad de red, conflictos de red.
 si tienes acceso directo a la maquina con el trytond. crea una mini red
para ver cual es el problema


Asi como como todos tratan de buscarle solucion tambien comparte tus
hallasgos ...

buscame en el irc de #tryton-es


El 1 de julio de 2014, 12:11, Sergi Almacellas Abellanase...@koolpi.com
escribió:

 El 30/06/14 09:17, aleixfre...@gmail.com ha escrit:

  Hola a todos,

 después de unos días, hemos seguido los consejos aquí propuestos para
 intentar solventar el problema de lentitud en la carga de registros del
 módulo de Soporte.

 1. Migrar a la versión 3.2 de Tryton
 2. Tunear PostgreSQL


 Puedes explicar que habéis hecho para tunerar PostgreSQL?

 Tenéis maquina virtual o maquina dedicada? En caso de que sea virtual, en
 que sistema virtualizáis?


 La mala notícia es que el problema persiste.

 Hemos hecho el cálculo y la carga de la pantalla de Todos los Soportes
 del Módulo de Soporte tarda 18 segundos, lo que es una barbaridad.

 Cuanto os tarda la pantalla de ventas? Esa ha mejorado?

 Habéis actualizado el módulo de soporte con las últimas modificaciones que
 debatimos en este hilo?



 La verdad es que no sabemos que más mirar.

 Si alguien titne alguna pista más por dónde mirar se agradecerá.

  Estaria bien saber si el que va lento es el postgresql o algun cálculo
 del sistema. Has mirado con top que procesos utilizan mas CPU durante la
 carga?

  Saludos y gracias!

 De nada :)


 --
 Sergi Almacellas Abellana
 www.koolpi.com
 Twitter: @pokoli_srk




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Error en módulo helpdesk 3.2

2014-07-01 Thread Andres Vargas - zodman
puede ser que el modulo ya se corrompio.

Instala la BD con el modulo actualizado e intenta nuevamente


El 10 de junio de 2014, 10:52, Fabycfabia...@gmail.com escribió:

 On Tuesday, June 10, 2014 4:36:38 AM UTC-5, raimonesteve wrote:

  Esto significa que es obligatorio llenar por lo menos el campo
 Responsable
  además del
  campo Descripción para que permita grabar con un solo clic y no de el
  error indicado.

 Negativo. El campo Employee no es requerido:

 https://bitbucket.org/zikzakmedia/trytond-helpdesk/src/
 ec7b631b874f386a9b29ac5731dedde30fd802e4/helpdesk.py?at=default#cl-101

 Pero te recomiendo que configures empleados con usuarios en el sistema ;)


 Realicé lo que indicas y ese extraño comportamiento (error) sigue
 persistiendo [1]
 aún cuando el campo Responsable sale por defecto asignado el usuario con
 el
 que se inicia sesión en el sistema.

 [1] http://goo.gl/OUyBTS




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Control de numero de sesiones por usuario

2014-01-31 Thread Andres Vargas - zodman
tendrias que modificar el kernel de tryton. en la parte de usuarios y
administracion te dice cuantos usuarios hay conectados.


El 29 de enero de 2014, 17:18, Ulfang Meereulfan...@gmail.com escribió:

 ¿Amigos, es posible controlar el numero de sesiones simultáneas que un
 usuario puede tener?

 ¿Se puede limitar a un usuario a que solo tenga una sesion a la vez,
 mientras que a otro pueda tener, digamos, un maximo de 3 sesiones?




-- 
Andres Vargas
www.zodman.com.mx


[tryton] gourse log from all tryton development

2014-01-15 Thread Andres Vargas - zodman
hi dudes

i left this file here: http://tryton.opensrc.mx/super-gource.log

run with gource[1]

$ gource super-gource.log

or

$ gource super-gource.log  -p 0.90 # for the activity of 2013

or prefer:

$ gource -s .5  --auto-skip-seconds 0.5 --stop-at-end  --caption-file
tags.caption  --title trytond 3.0   --key  super-gource.log  -p 0.88  -e
0.5   --hide bloom,filenames --highlight-users

[1]: http://code.google.com/p/gource/

-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-dev] Presentation on TUB2013

2013-12-20 Thread Andres Vargas - zodman
exists a recorded video ?


2013/12/10 Cédric Krier cedric.kr...@b2ck.com

 On 23/11/13 09:05 +0100, Christophe wrote:
  Hello,
 
  I don't find in the web site the presentation showed in TUB2013 like
  previous unconference. Is there a place where i can found them ?

 http://www.tryton.org/papers.html#presentations-tub2013

 --
 Cédric Krier - B2CK SPRL
 Email/Jabber: cedric.kr...@b2ck.com
 Tel: +32 472 54 46 59
 Website: http://www.b2ck.com/




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton] TUB Slides and T-Shirts

2013-12-16 Thread Andres Vargas - zodman
albert exists tshirt from tul ?


2013/11/14 Albert Cervera i Areny alb...@nan-tic.com

 2013/11/14 Dominique Chabord dominique.chab...@sisalp.org:
  Hello,
  here are the slides of TeleTryton announcement from TUB
  http://brochures.sisalp.fr/TeleTryton_for_dumbs.pdf
  Best regards

 Thank you.

 
  2013/11/13 Albert Cervera i Areny alb...@nan-tic.com:
  Hi,
  first of all, I want to thank everyone who came to Barcelona. It was a
  pleasure for us to host the event and even if several things were not
  very planned (no previous payment for launch or dinner, no schedule) I
  think you all made it just work. So thanks for making it easy!
 
  Now we'd like to collect all slides for the talks. If you could send
  them to me privately, I'll take care of publishing them on tryton.org.
 
  Finally, we still have 6 Large and 10 Extra Large t-shirts with the
  amazing #tub2013 design ;-) at the incredible price of just 20 €
  (shipment not included).
 
  In case you have not seen the design yet, please, take a look and zoom
  at some of the models of pictures uploaded by Sharoon on Google+. This
  one is probably the one that looks the best:
 
  http://bit.ly/tub2013-tshirt
 
  On the back, there is the Tryton logo.
 
  Do not hesitate to contact me and we will arrange the payment and
 delivery.
 
  --
  Albert Cervera i Areny
  Tel. 93 553 18 03
  @albertnan
  www.NaN-tic.com



 --
 Albert Cervera i Areny
 Tel. 93 553 18 03
 @albertnan
 www.NaN-tic.com




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Re: error timezone en instalacion tryton 3.0

2013-12-10 Thread Andres Vargas - zodman
http://stackoverflow.com/questions/13866926/python-pytz-list-of-timezones


El 8 de diciembre de 2013 18:02, Jamil Enriquez Deceano
jenriquezdece...@gmail.com escribió:

 Buscar tu zona horario en este enlace.
 https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
 en el archivo trytond.conf buscar la linea.
 timezone =America/Mexico_City   === esto aplica para México.

 El miércoles, 13 de noviembre de 2013 16:46:24 UTC-6,
 lucian...@it10coop.com.ar escribió:


 Hola como estan?,

 Una pregunta, yo estoy tratando de instalar tryton 3.0 pero tengo el
 siguiente error.

 FATAL:  invalid value for parameter TimeZone: ART

 alguna idea de como solucionar esto, o es un bug?

 Desde ya muchas gracias.

 Saludos, Luciana




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] nclone

2013-12-02 Thread Andres Vargas - zodman
quitale el / al final


2013/12/2 Luis Deiana luis.deian...@gmail.com

 nclone funciona solamente con la version en desarrollo? probe nclone con
 la version 3.1 y funciona bien, me descargo el servidor y todos los
 modulos, pero intente descargar la version 3.0 y 2.8 y me dan el mismo
 error:

 luis@Tryton:~/Tryton/tryton2.8$ hg nclone
 http://hg.tryton.org/2.8/trytond/
 destination directory: trytond
 [trytond]
 streaming all changes
 528 files to transfer, 4.17 MB of data
 transferred 4.17 MB in 8.0 seconds (535 KB/sec)
 updating to branch default
 364 files updated, 0 files merged, 0 files removed, 0 files unresolved

 [trytond/trytond/modules/account]
 abort: HTTP Error 404: Not Found




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Importación CSV

2013-11-27 Thread Andres Vargas - zodman
el modulo csv no es muy bueno que digamos prefiero usar proteus pero es
lentooo lentooo.

Echale un ojo a este ejemplo:

http://paste.ubuntu.com/6487662/


El 27 de noviembre de 2013 15:45, Sergi Almacellas Abellanase...@koolpi.com
 escribió:

 El 27/11/13 22:41, hyan...@gmail.com ha escrit:


 Es DateTime, no se si sea el formato correcto para Tryton, Booking.com
 exporta como 2013-10-21 15:09 ¿será que Tryton usa 2013/10/21 15:09:00?


 Creo que debes usar el formato de tryton y no el de Booking.

 Yo de ti me haría una pantalla de importación que traduzca de booking.com(u 
 otros proveedores) al formato que tu esperas.


 Sí! :-D https://bitbucket.org/camus77/trytond_hotel_presik/

 Para desarrolladores hay una wiki bien documentada e issues por resolver.

 Voy a hecharle un vistazo :) Gracias.


 --
 Sergi Almacellas Abellana
 www.koolpi.com
 Twitter: @pokoli_srk




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Versión de python

2013-11-07 Thread Andres Vargas - zodman
investiga sobre virtualenv para poder tener ambientes virtuales de python y
no mezclar las versiones


El 7 de noviembre de 2013 08:44, Sergi Almacellas
Abellanase...@koolpi.comescribió:

  Hola,

 El 07/11/13 12:11, José Luis Vicente Caballero ha escrit:

 Que versión de python tengo que instalar para tryton 3.0, puede ser 3.x o
 tiene que ser 2.x, gracias por su ayuda.


 Actualmente esta soportado las versiones 2.6 y 2.7 de python. Que yo sepa
 la versión 3.0 aún no está soportada (aunque hay planes para ello).

 Un saludo,

 P.D: que letra más bonita.

 --
 Sergi Almacellas Abellanawww.koolpi.com
 Twitter: @pokoli_srk




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Instalación tryton

2013-11-07 Thread Andres Vargas - zodman
te hacen falta las modulos

necesitas tener hgnested instalado con mercurial para que traiga todo de un
solo jalo con:

hg nclone http://hg.tryton.org/3.0/trytond/




El 7 de noviembre de 2013 08:52, Sergi Almacellas
Abellanase...@koolpi.comescribió:

 El 07/11/13 15:50, Eduardo Ruiz Rodriguez ha escrit:

  Hola,
 Los comandos que has utilizado obtienen el código desde el repositorio,
 copiandolo en tu directorio local, nada más.
 Ahora te recomiendo sigas documentandote y ejecutes directamente servidor
 y cliente desde el terminal.

 Para ejecutar el servidor:

 trytond/bin/trytond

 Para ejecutar el cliente:

 tryton/bin/tryton

 --
 Sergi Almacellas Abellana
 www.koolpi.com
 Twitter: @pokoli_srk




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-es] Problema tryton

2013-10-16 Thread Andres Vargas - zodman
usa la version 2.8.
necesitas tener instalado el pygtk


2013/10/16 Jesús G jesus.ge...@gmail.com

 Hola a todos.
 Estoy intentando instalar Tryton en un ordenador con CentOS 6.4 y después
 de instalar ya varias versiones, la de NINTAC, tryton-spain,etc, y la
 propia misma desde pip obtengo este error y no de que es. Presupongo que es
 de Gtk pero no se mucho sobre ese tema.

 A ver si alguien me puede orientar un poquito.

 Error: 'PlaceholderEntry' object has no attribute 'has_focus'
   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/gui/main.py,
 line 1416, in sig_db_new
 res = dia.run()

   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/gui/window/dbcreate.py,
 line 411, in run
 self.sig_login()

   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/gui/main.py,
 line 1017, in sig_login
 self.sig_win_menu(prefs=prefs)

   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/gui/main.py,
 line 1151, in sig_win_menu
 self.set_global_search()

   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/gui/main.py,
 line 292, in set_global_search
 self.global_search_entry.set_placeholder_text(_('Search'))

   File
 /home/jgr/virtualenv/trytond/lib/python2.6/site-packages/tryton/common/placeholder_entry.py,
 line 36, in set_placeholder_text
 if not self.has_focus():

 Este me sale en la versión 2.8.3 de tryton.

 En la versión 2.9.0 también me daba un error de Placeholder.

 Y la verdad he buscado en internet pero no me aparece ese error
 relacionado con tryton.

 Ahora mismo solo tengo instalados el modulo trytond y tryton desde pip

 Muchas Gracias
 Un Saludo
 Jesús




-- 
Andres Vargas
www.zodman.com.mx


Re: [tryton-dev] Translation of sale_opportunity

2010-09-02 Thread Andres Vargas - zodman
i found a bug ... fill a issue on bug.tryton.org ?

On Thu, Sep 2, 2010 at 9:24 AM, Cédric Krier cedric.kr...@b2ck.com wrote:
 Hi,

 This is the last call for translations.

 I will release the module Sunday (05/09/2010) with or without the
 translations.

 --
 Cédric Krier

 B2CK SPRL
 Rue de Rotterdam, 4
 4000 Liège
 Belgium
 Tel: +32 472 54 46 59
 Email/Jabber: cedric.kr...@b2ck.com
 Website: http://www.b2ck.com/




-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


[tryton-dev] trying to add configuration model to support

2010-08-31 Thread Andres Vargas - zodman
i have added:
http://code.google.com/p/trytond-support/source/browse/configuration.py
http://code.google.com/p/trytond-support/source/browse/configuration.xml

but when i try to update the module:

[Tue Aug 31 16:26:22 2010] ERROR:convert:Error while parsing xml file:
In tag record: model ir.property with id property_ticket_sequence.
Traceback (most recent call last):
  File trytond/bin/trytond, line 30, in module
trytond.server.TrytonServer().run()
  File /home/zodman/Desarrollo/try/trytond/trytond/server.py, line 110, in run
Pool(db_name).init(update=update, lang=lang)
  File /home/zodman/Desarrollo/try/trytond/trytond/pool.py, line 127, in init
lang=lang)
  File /home/zodman/Desarrollo/try/trytond/trytond/modules/__init__.py,
line 441, in load_modules
load_module_graph(graph, pool, lang)
  File /home/zodman/Desarrollo/try/trytond/trytond/modules/__init__.py,
line 258, in load_module_graph
tools.file_open(OPJ(module, filename)))
  File /home/zodman/Desarrollo/try/trytond/trytond/convert.py, line
429, in parse_xmlstream
self.sax_parser.parse(source)
  File /usr/lib/python2.6/site-packages/_xmlplus/sax/expatreader.py,
line 109, in parse
xmlreader.IncrementalParser.parse(self, source)
  File /usr/lib/python2.6/site-packages/_xmlplus/sax/xmlreader.py,
line 123, in parse
self.feed(buffer)
  File /usr/lib/python2.6/site-packages/_xmlplus/sax/expatreader.py,
line 216, in feed
self._parser.Parse(data, isFinal)
  File /usr/lib/python2.6/site-packages/_xmlplus/sax/expatreader.py,
line 312, in start_element
self._cont_handler.startElement(name, AttributesImpl(attrs))
  File /home/zodman/Desarrollo/try/trytond/trytond/convert.py, line
465, in startElement
self.taghandler.startElement(name, attributes)
  File /home/zodman/Desarrollo/try/trytond/trytond/convert.py, line
226, in startElement
self.values[field_name] = safe_eval(eval_attr, context)
  File /home/zodman/Desarrollo/try/trytond/trytond/tools/misc.py,
line 441, in safe_eval
}}, data)
  File , line 1, in module

  File /home/zodman/Desarrollo/try/trytond/trytond/convert.py, line
493, in get_id
..join([module,xml_id]))
Exception: Reference to support.sequence not found


I can make the relation between the model and the xml what i have wrong ?


i based on stock module

-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] Back from PyCONFR

2010-08-30 Thread Andres Vargas - zodman
Bertrand are you seen if someone capture video ?

will be a video available ?

On Mon, Aug 30, 2010 at 9:36 AM, Bertrand Chenal
bertrand.che...@b2ck.com wrote:


 We saw your message on the chan while working on the presentation, so
 we couldn't resist to had it :)

 Le Mon, 30 Aug 2010 09:12:53 -0500,
 Andres Vargas - zodman zod...@gmail.com a écrit :

 the last slide make me smile :)

 On Mon, Aug 30, 2010 at 3:00 AM, Cédric Krier cedric.kr...@b2ck.com
 wrote:
  By the way, the slides of the presentation is there:
 
  http://downloads.tryton.org/PyCONFR2010/
 
  --
  Cédric Krier
 
  B2CK SPRL
  Rue de Rotterdam, 4
  4000 Liège
  Belgium
  Tel: +32 472 54 46 59
  Email/Jabber: cedric.kr...@b2ck.com
  Website: http://www.b2ck.com/
 






 --
 Bertrand Chenal

 B2CK SPRL
 Rue de Rotterdam, 4
 4000 Liège
 Belgium
 Tel: +32 472 54 46 59
 Email: bertrand.che...@b2ck.com
 Website: http://www.b2ck.com/

 --
 tryton-dev@googlegroups.com mailing list



-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


[tryton-dev] try to make inherence

2010-08-29 Thread Andres Vargas - zodman
i try to make inherence to timesheet.work

http://code.google.com/p/trytond-support/source/browse/ticket.py


but i have this error:

http://pastebin.com/KaTEsL1S

i need some help!

-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] neso for portable app...

2010-08-29 Thread Andres Vargas - zodman
here small patch for getting neso directory on where executable live

http://codereview.appspot.com/2077041



On Thu, Aug 12, 2010 at 11:38 AM, Andres Vargas - zodman
zod...@gmail.com wrote:
 the path on sqlite works its on your home directory

 C:\Documents and Settings\abvargasr\.neso\1.6\

 abvargasr its my username on windows logon and  C:\Documents and
 Settings\abvargasr\ as my home :


 the patch i think the best its check if exist a config file (
 .portable ) on neso.exe live and self check this file for getting  if
 the data_path work on home or on neso.exe  live.

 On Thu, Aug 12, 2010 at 9:26 AM, David kikir...@gmail.com wrote:
 dear and appreciated developers of tryton,

 I allow myself to post a suggestion I just uttered in the tryton-group
 although I cannot further contribute to it's execution (lack of python-
 skills).

 I was thinking to use Neso on a usb stick and tried with the Windows
 version. Seemingly I could start it
 on another system (where I hadn't installed neso) from the portable
 and it appeared to be running, but could only open the database(s) I
 created on that same system. I sought and found the location of the
 sqlite database but didn't discover yet where this path is specified.

 I would like to tell Neso to open the databases from another directory
 (in Windows I cannot trick with hardlinks). Using Neso un a USB stick
 would allow to work with one set of data at many working places
 without exposing data to the internet, to encrypt them within a
 filecontainer when not used and make Tryton probably the first
 complete ERP solutions running from a portable device!

 Cédric Krier suggested:

It is set here
http://hg.tryton.org/hgwebdir.cgi/neso/file/08633e92fb9a/bin/neso#l79

It should be possible to write a patch for command line option to change the
default value. But this should be discussed on tryton-dev.

 Is somebody willing to write such a patch so that a user without
 python / compilation knowledge could use it in such a way?

 Thank you for considering,

 Sincerly,

 David

 --
 tryton-dev@googlegroups.com mailing list



 --
 Andres Vargas
 www.zodman.com.mx




-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


Re: [tryton-dev] help with model

2010-08-27 Thread Andres Vargas - zodman
you are right
tnx ced!

On Fri, Aug 27, 2010 at 12:37 AM, Cédric Krier cedric.kr...@b2ck.com wrote:
 On 26/08/10 21:54 -0500, Andres Vargas - zodman wrote:
 Hi dudes i trying to do a support module

 i have this model http://pastebin.com/vSXNAscX
 and gime this error: http://pastebin.com/2CmnJXZB


 some one know what i do wrong ?

 Your module must depend of company module (in __tryton__.py)

 --
 Cédric Krier

 B2CK SPRL
 Rue de Rotterdam, 4
 4000 Liège
 Belgium
 Tel: +32 472 54 46 59
 Email/Jabber: cedric.kr...@b2ck.com
 Website: http://www.b2ck.com/




-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


[tryton-dev] help with model

2010-08-26 Thread Andres Vargas - zodman
Hi dudes i trying to do a support module

i have this model http://pastebin.com/vSXNAscX
and gime this error: http://pastebin.com/2CmnJXZB


some one know what i do wrong ?

-- 
Andres Vargas
www.zodman.com.mx

-- 
tryton-dev@googlegroups.com mailing list


[tryton] tryton its packaged on Foresightlinux

2010-06-07 Thread Andres Vargas - zodman
Hi list...

i have great news i have package tryton and trytond. And the modules
trytond_account, trytond_party, etc ...

and Its enable on Foresightlinux devel Repository(needs time and QA
process to pass on foresight main repo)

http://www.rpath.org/web/repos/foresight/browse (search tryton* on
packageListing)

Well for all users only run the command

sudo conary update tryton trytond

for more info visit wiki section Tryton on foresightlinux
http://code.google.com/p/tryton/wiki/InstallationOnForesightLinux

-- 
tryton@googlegroups.com mailing list


Re: [tryton-dev] Email integration talk

2010-05-22 Thread Andres Vargas - zodman
http://www.timeanddate.com/worldclock/fixedtime.html?day=22month=5year=2010hour=14min=0sec=0p1=37

On Sat, May 22, 2010 at 7:04 AM, Cédric Krier cedric.kr...@b2ck.com wrote:

 Hi,

 We are going to start a discussion with Sharoon on irc #tryton about the
 email
 integration.
 It will start at 14:10 CEST (today 2010-05-22).
 Everybody is welcome.

 Here is the agenda:

 1. Splitting of Module
 2. Accounts configuration - SMTP/IMAP
 2.a) Company Accounts
 2.b) Scheduler/Cron
 3. Mailbox/email queue
 3.a) What goes into core?
 3.b) Scheduler/Cron
 4. Templating
 4.a) Mako + Django
 4.b) Genshi?
 5. Legacy Support?
 6. IMAP4/SMTP - Twisted ?

 --
 Cédric Krier

 B2CK SPRL
 Rue de Rotterdam, 4
 4000 Liège
 Belgium
 Tel: +32 472 54 46 59
 Email/Jabber: cedric.kr...@b2ck.com
 Website: http://www.b2ck.com/


-- 
tryton-dev@googlegroups.com mailing list

Re: [tryton] syncing webshop, importing xml data

2010-05-07 Thread Andres Vargas - zodman
why install tryton server on a webhost or on a vps its a bad practice ?

On Fri, May 7, 2010 at 5:55 AM, newnomad uti...@gmail.com wrote:

 I am building a webshop and want to sync orders (and thus new parties)
 made on it to my tryton server on my laptop.(single user with client)

 I understand that installing tryton server on my webhost for
 integration is a bad practice, and the proper way to do it is to have
 my webshop act as a client to my server on my laptop (local, not web).
 Correct?
 However does that mean my laptop has to be online 24/7 to process
 orders? Or can tryton as a client wait until my laptop comes online to
 sync, or enables manual syncs?

 As an in between solution I would be ok with manually importing batch
 orders from my webshop into tryton; I could imagine tryton can select
 an xml file to import, and it could also be located online?

 --
 tryton@googlegroups.com mailing list

-- 
tryton@googlegroups.com mailing list

[tryton] new community tryton-mx

2010-05-07 Thread Andres Vargas - zodman
Hi!

My name is Andres Vargas im from Merida Yucatan Mexico but live on Cd del
Carmen Campeche. Mexico

Im start a small community of tryton: tryton-mx located on
http://es.tryton-mx.wikia.com/ and mail-list
http://groups.google.com/group/tryton-mx

Only im a solitary member (No problem on future comes more). Im start a
small wiki with spanish information of tryton.

My next small objetives are 3:

* Make a process documentation of modules, what ever person can understand
tryton
* Make a functional specification for adapt tryton modules to mexican laws
* Translate tryton to spanish mexican.

Im start with the documentation adding a small faq what i found when try
tryton for first time.

¿Why i choose tryton and not openerp ?
http://translate.google.com.mx/translate?hl=essl=estl=enu=http://es.tryton-mx.wikia.com/wiki/Inicio

Im work on TIC area. So im have experience on python and manage django very
good. In my plans its found a someone on mexican what can teach me the needs
of small mexican company to manage her bisness an adapt tryton to this.
(make a trytond_account_mx).


best grettings

-- 
tryton@googlegroups.com mailing list