chat.freenode.net #tryton log beginning Sat Feb 6 00:00:02 CET 2010 | ||
2010-02-06 01:26 -!- sharoon(~sharoonth@opg066b.halls.manchester.ac.uk) has left #tryton | ||
2010-02-06 05:18 -!- yangoon(~mathiasb@p549F7BAC.dip.t-dialin.net) has joined #tryton | ||
2010-02-06 08:00 -!- LucaSub(~LucaSub@host187-177-dynamic.9-87-r.retail.telecomitalia.it) has joined #tryton | ||
2010-02-06 08:00 -!- LucaSub(~LucaSub@host187-177-dynamic.9-87-r.retail.telecomitalia.it) has left #tryton | ||
2010-02-06 08:18 -!- sharkcz(~ndan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton | ||
2010-02-06 08:18 -!- cedk(~ced@ced.homedns.org) has joined #tryton | ||
2010-02-06 08:18 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-02-06 08:39 -!- Timitos(~timitos@88.217.184.172) has joined #tryton | ||
2010-02-06 09:02 -!- sharoon(~sharoonth@opg066b.halls.manchester.ac.uk) has joined #tryton | ||
2010-02-06 10:27 -!- elver(~elver@213-35-213-182-dsl.trt.estpak.ee) has joined #tryton | ||
2010-02-06 10:56 -!- enlightx(~enlightx@95.74.126.35) has joined #tryton | ||
2010-02-06 12:28 -!- udono(~udono@dynamic-unidsl-85-197-21-236.westend.de) has joined #tryton | ||
2010-02-06 14:51 -!- enlightx(~enlightx@217.202.100.199) has joined #tryton | ||
2010-02-06 14:57 -!- FWiesing(~FWiesing@194-208-185-012.tele.net) has joined #tryton | ||
2010-02-06 15:52 -!- syp_(~peter@142.176.238.66) has joined #tryton | ||
2010-02-06 16:09 <syp_> hello I am browsing the documentation (1.4) right now, it is rather terse on protocols :-) | ||
2010-02-06 16:09 <syp_> so what is the difference between net-rpc and xml-rpc? | ||
2010-02-06 16:10 <syp_> I could not find anything on"net-rpc" (literally) by googling | ||
2010-02-06 16:10 <syp_> I am new to tryton and considering it fro deployment | ||
2010-02-06 16:17 <Timitos> syp_: net-rpc is only available in python. it is faster than xml-rpc. | ||
2010-02-06 16:18 -!- syp_(~peter@142.176.238.66) has joined #tryton | ||
2010-02-06 16:18 <Timitos> syp_: http://code.google.com/p/tryton/wiki/RemoteCalls | ||
2010-02-06 16:20 <syp_> OK, thanks, I should have read the code. | ||
2010-02-06 16:22 <syp_> anyway, so "net-rpc" is tryton's own | ||
2010-02-06 16:23 <syp_> the name is a bit confusing, considering xml-rpc.net | ||
2010-02-06 16:24 <Timitos> syp_: i am not sure if net-rpc is in tyton only. i do not think so. you should ask cedk on another day about this | ||
2010-02-06 16:24 <Timitos> he is not here today | ||
2010-02-06 16:25 <yangoon> syp_: http://hg.tryton.org/hgwebdir.cgi/trytond/file/ba33cd582094/trytond/pysocket.py does the job | ||
2010-02-06 16:27 <syp_> yangoon: thanks, I am reading it | ||
2010-02-06 16:28 <syp_> any comments on xml-rpc vs net-rpc? security, robustness, development considerations (history) | ||
2010-02-06 16:29 <syp_> forgot efficiency | ||
2010-02-06 16:29 <Timitos> syp_: it depends on you needs | ||
2010-02-06 16:30 <syp_> sure, it always does -- any general comments? | ||
2010-02-06 16:32 <Timitos> use net-rpc when it is possible | ||
2010-02-06 16:38 <udono> syp_: hi, on xmlrpc you need to parse all values, since it doen't know a general type, e.g. Decimal('10.0) is transported as 10.0 on XMLRPC and as Decimal('10.0) on netrpc. | ||
2010-02-06 16:39 <udono> syp_: another possibility is: http://code.google.com/p/tryton/wiki/HowToUseTrytondAsAModule | ||
2010-02-06 16:40 <syp_> my interest in tryton and similar systems is not the standard one i.e. providing ERP for a business | ||
2010-02-06 16:41 <syp_> my focus is mainly accounting and not for one business but for many organizations | ||
2010-02-06 16:42 <syp_> any comments on tryton suitability for this kind of use? -- I know I am lazy, should read the doc | ||
2010-02-06 16:42 <syp_> udono: thanks for your comments, I can see clearle the diff know | ||
2010-02-06 16:43 <Timitos> syp_: you need to do a review of the accounting module of tryton if it fits your needs. especially the legal needs of your country | ||
2010-02-06 16:45 <udono> syp_: Tryton is prepared for multi company. But there are many ways to handle this. So nothing but some separation is included yet. Mainly in accounting, the companies are separated. But e.g. on party they are not, for now. | ||
2010-02-06 16:49 <syp_> udono: that sounds good enough for a start, we would not do the entire accounting for these organizations | ||
2010-02-06 16:49 <syp_> rather just review, trial balance, tax | ||
2010-02-06 16:51 <syp_> I realize that we would need to write/modify some modules for our special needs (for example tax) | ||
2010-02-06 16:52 <Timitos> syp_: for sure | ||
2010-02-06 16:52 <syp_> the attraction of tryton is the very nice modularization and open source dev model | ||
2010-02-06 16:53 <Timitos> yes. i think it can be a good plattform for your development | ||
2010-02-06 16:58 <syp_> finally, some comments on openerp vs tryton please. I did my googling and research, I sensed some tension between the two camps ... at the moment I prefer tryton dev model structure but openerp is so much bigger in every aspect. maybe too big to my taste | ||
2010-02-06 17:03 <Timitos> syp_: the short version. if you rely on marketing you should use openerp otherwise you should use tryton ;-) | ||
2010-02-06 17:03 <udono> syp_: I choose Tryton, because I prefer reliability before featuresrichness. | ||
2010-02-06 17:04 <udono> ACTION 'featuresrichness' is this a real word? | ||
2010-02-06 17:14 <syp_> udono: featuresrichness --> feature-richness and here you go with your new word | ||
2010-02-06 17:15 <syp_> anyway, thank you all for your comments, I'll be around - bye for now | ||
2010-02-06 19:37 -!- vengfulsquirrel(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | ||
2010-02-06 20:10 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-02-06 20:24 -!- rednul_(~rednul@host-98-127-6-7.bln-mt.client.bresnan.net) has joined #tryton | ||
2010-02-06 21:37 -!- ikks(~ikks@200.118.243.193) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!