IRC logs of #tryton for Monday, 2013-07-29

chat.freenode.net #tryton log beginning Mon Jul 29 00:00:03 CEST 2013
2013-07-29 10:40 <vishesh> Each thread in tryton server keep only one cursor?
2013-07-29 10:42 <cedk> vishesh: normally yes
2013-07-29 10:51 <vishesh> cedk: ok. When are we not doing so? (its probably required when we are spawing a new thread from some method (async stuff))
2013-07-29 10:51 <vishesh> cedk: Can you give me some pointer on where are we doing so
2013-07-29 11:45 <cedk> vishesh: I don't think it is done somewhere in Tryton
2013-07-29 12:05 <cedk> vishesh: we try to avoid such design because it is a lot more complex to manage
2013-07-29 14:00 <elmo40> hello. how would I get Tryton installed on a remote web hosting server? I would like to access it through the companies website.
2013-07-29 14:26 <vishesh> elmo40: You will install it on remote server the same way you install it on local server. To access it through your company website, you can use RPC calls, Proteus package or Nereid web framework (based on Flask and Tryton)
2013-07-29 14:30 <elmo40> so i would need to add the Nereid modules?
2013-07-29 14:30 <elmo40> basically i would like to mimic how the TrytonDemo page works :)
2013-07-29 14:31 <vishesh> elmo40: Yeah install nereid module. I personally have never used it though.
2013-07-29 14:33 <elmo40> ideally i would like to have something similar to the demo page, go to a customer with my phone and have the server email him an invoice
2013-07-29 14:33 <elmo40> now... if there was a POS module made for it, I would be able to run his credit card at the same time ;)
2013-07-29 15:12 <elmo40> ok, this might be a n00b question... but in the tryton-server/readme it says to do the following :su - postgres -c "createuser --createdb --no-createrole --no-superuser --pwprompt tryton"
2013-07-29 15:12 <elmo40> where can i find more help on this? i know i have postgresql installed. but it still says command no found
2013-07-29 15:19 <elmo40> is there a non-EU version of Tryton? The rest of the World doesnt have a VAT number.
2013-07-29 15:25 <cedk> elmo40: about the pg command, look for documentation about postgresql
2013-07-29 15:25 <cedk> elmo40: by the way, there is no such command in the README of trytond
2013-07-29 15:25 <cedk> elmo40: for VAT, just don't use the field
2013-07-29 15:30 <elmo40> is mysql supported?
2013-07-29 15:31 <cedk> elmo40: yes but they are many issues with MySQL and so I would not recommand in any case to use it
2013-07-29 15:37 <cedk> elmo40: http://www.postgresql.org/docs/current/static/app-createuser.html
2013-07-29 23:13 <elmo40> cedk: ya, i am lost... cant get my postgresql to work... i'll just run neso for now.
2013-07-29 23:13 <elmo40> one thing i would like to know is how do i add a logo to the receipt/invoice i print?

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!