chat.freenode.net #tryton log beginning Thu Jan 16 00:00:01 CET 2014 | ||
2014-01-16 00:56 <incitonetworks> can use a v3 client to connect to a server v2.2 ? | ||
2014-01-16 00:58 <smarro> incitonetworks: no | ||
2014-01-16 01:03 <incitonetworks> I am completly new to tryton. Have installed on debian 7 using packages that come with debian. Have created postgres user and db. set config file with postgres details | ||
2014-01-16 01:03 <incitonetworks> I have set the jsonrpc to my hostname:8000 and the hostname_jsonrpc to my hostname | ||
2014-01-16 01:04 <incitonetworks> I get could not connect to server when adding profile in client on mac | ||
2014-01-16 01:04 <incitonetworks> what could be wrong? | ||
2014-01-16 01:09 <smarro> incitonetworks: try with jsonrpc = *:8000 in the trytond.conf file | ||
2014-01-16 01:10 <incitonetworks> that worked ! | ||
2014-01-16 01:10 <incitonetworks> should I leave it at that? | ||
2014-01-16 01:10 <smarro> yes, in that way you can access the server from other terminals | ||
2014-01-16 01:11 <incitonetworks> cool thanks for all help | ||
2014-01-16 01:15 <incitonetworks> when I create profile it gives me option to create db when I click and fill next screen it doesn't accept my password for tryton server and then hangs | ||
2014-01-16 01:23 <incitonetworks> ah I didn't initialize my db doing it now | ||
2014-01-16 01:45 <smarro> the first password, by default it's admin (unless you have changed in trytond.conf) | ||
2014-01-16 01:49 <incitonetworks> thanks smarro | ||
2014-01-16 01:49 <incitonetworks> got it working now | ||
2014-01-16 01:50 <incitonetworks> only question I have is there a rest api or anything the tryton server has which other apps can use to send and receive data to tryton ? | ||
2014-01-16 02:07 <smarro> you can do remote calls to tryton server using json-rpc or xml-rpc | ||
2014-01-16 02:08 <smarro> take a look at https://code.google.com/p/tryton/wiki/RemoteCalls and https://groups.google.com/d/topic/tryton/Ht5urDsKjKA/discussion | ||
2014-01-16 03:11 <incitonetworks> how do I remove a module? | ||
2014-01-16 03:11 <incitonetworks> uinstall | ||
2014-01-16 03:11 <incitonetworks> clean install so not worried about data loss | ||
2014-01-16 03:12 <incitonetworks> v2.2 | ||
2014-01-16 03:41 <incitonetworks> deleted db and started again | ||
2014-01-16 03:55 -!- incitonetworks(~incitonet@ip98-169-57-157.dc.dc.cox.net) has left #tryton | ||
2014-01-16 07:53 -!- Telesight(~anthony@77-175-168-222.FTTH.ispfabriek.nl) has left #tryton | ||
2014-01-16 17:59 <jwhisnant> I was trying to look at a web client for tryton but I am confused. I think I need to git clone tryton/sao, and edit trytond.conf - but I am confused by the specifics. | ||
2014-01-16 17:59 <jeancavallo> jwhisnant: What specifics are you talking about ? | ||
2014-01-16 18:00 <cedk> jwhisnant: we use mercurial | ||
2014-01-16 18:00 <jwhisnant> cedk: I assume mirror is up to date (enough) | ||
2014-01-16 18:01 <jwhisnant> jeancavallo: I may have misread and set incorrect config variable, let me retry ... | ||
2014-01-16 18:01 <jeancavallo> jwhisnant: The mirror is not "official" and is maintained by a member of the community. | ||
2014-01-16 18:02 <cedk> jwhisnant: which mirror ? | ||
2014-01-16 18:02 <jeancavallo> jwhisnant: The latest version is hg.tryton.org/sandbox/sao | ||
2014-01-16 18:02 <jeancavallo> cedk: Sharron set up a github mirror | ||
2014-01-16 18:02 <jeancavallo> cedk: Sharoon* | ||
2014-01-16 18:03 <cedk> jeancavallo: I can not know about which mirror jwhisnant is talking | ||
2014-01-16 18:03 <jwhisnant> ok, once I hg ... /src/sao; then do I just need to edit trytond.conf and set jsondata_path = /src/sao ? will this work with the demo database? | ||
2014-01-16 18:03 <jeancavallo> jwhisnant: You need to set up npm and grunt | ||
2014-01-16 18:04 <jeancavallo> jwhisnant: See for instance http://wiki.tryton-erp.es/SAO | ||
2014-01-16 18:05 <jwhisnant> jeancavallo: oh, I could not tell if those were developer tools for contributing; or required for sao itself | ||
2014-01-16 18:05 <jeancavallo> jwhisnant: sao is not yet considered fully functional and miss some (though non essential) functionality compared to the gtk client | ||
2014-01-16 18:06 <cedk> jwhisnant: sao needs to be compiled into one js file | ||
2014-01-16 18:07 <jwhisnant> I am a python developer and I am trying to see if tryton is a good fit for my needs. Our employer is moving from (antiquated system) to PeopleSoft. So we are going to receive XML files of department relevant transactions. | ||
2014-01-16 18:08 <jwhisnant> So my main questions are - does the tryton data model fit well with Peoplesoft? Is it relatively easy to convert or extract a GUI generated report query to get SQL query (might be able to snag this from SQL database logging). | ||
2014-01-16 18:10 <cedk> jwhisnant: don't understand any thing | ||
2014-01-16 18:13 <jeancavallo> jwhisnant: I cannot tell for PeopleSoft. Regarding your question about queries, I would say it rather easy. | ||
2014-01-16 18:14 <jeancavallo> jwhisnant: As a python developer, you might be interested in looking into proteus, which is a python client library used for accessing the server | ||
2014-01-16 18:14 <jwhisnant> jeancavallo: The GUI looks like a better way for our users (or developers for users) to generate these reports; thanks I will look at proteus. | ||
2014-01-16 19:00 -!- szikar(~szikar@ishka.airplanet.hu) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!