IRC logs of #tryton for Thursday, 2013-10-17

chat.freenode.net #tryton log beginning Thu Oct 17 00:00:02 CEST 2013
2013-10-17 00:09 <b0r7> WalterN: well than there's no way around it: give it a go.. get an accountant to tell you what documents he wants and experiment which aspect you can manage with tryton of your day-to-day business (maybe all of em work?) and requirements and which ones (maybe) not (for now)..then ask for a dev for an estimate for your custom changes and helpers. Or go the fast route with quickbooks and keep an parallel eye on tryton. ;)
2013-10-17 00:17 <WalterN> b0r7: there is no accountant
2013-10-17 00:17 <WalterN> heh
2013-10-17 00:19 <WalterN> well, not really, one of the other guys' wife is kinda doing it, but she does not know much about it either
2013-10-17 00:22 <b0r7> WalterN: okay.. ehmm you're doomed (<- supposed to be funny); but you'll have to report your financial data to someone or some institute of some kind and they should tell you what they'll aspect: usually: in and outgoing invoices and matching money moving proof (bank statements, credit card data).. but that all depends on the country you're in and whatnot
2013-10-17 00:23 <b0r7> and thats it, easy as pie
2013-10-17 00:25 <WalterN> USA...
2013-10-17 00:28 <b0r7> WalterN: ah. sorry. i dont know a thing about taxing, accounting and reporting in the US of A (I'm in Germany)
2013-10-17 00:32 <WalterN> heh, alright
2013-10-17 00:32 <b0r7> WalterN: is just found a possibly helpful thread http://www.tryton.org/~irclog/2010-09-04.log.html
2013-10-17 01:41 <WalterN> wait
2013-10-17 01:41 <WalterN> do the modules get installed to the server side?
2013-10-17 01:41 <WalterN> or the client?
2013-10-17 01:41 <WalterN> I would think the server
2013-10-17 01:46 <cedk> WalterN: server side
2013-10-17 01:46 <WalterN> alright
2013-10-17 01:50 <WalterN> I'd probably want the stock module too
2013-10-17 01:50 <WalterN> I guess
2013-10-17 01:51 <WalterN> stock forecast?
2013-10-17 01:52 <WalterN> is that to see when an order would be likely based on previous orders?
2013-10-17 01:57 <cedk> WalterN: no it is to forecast your product needs to make Tryton generate purchase request according
2013-10-17 02:24 <WalterN> cedk: is there anything to predict possible future orders based on past orders?
2013-10-17 02:26 <cedk> WalterN: no, I don't think there are really standard for that
2013-10-17 02:28 <cedk> WalterN: there is the Forecast button: http://doc.tryton.org/2.8/modules/stock_forecast/doc/index.html#forecast
2013-10-17 03:11 <WalterN> when I try to connect to the demo server it says incompatible version of the server
2013-10-17 03:14 <WalterN> hmm
2013-10-17 03:14 <WalterN> why is only version 2.2 in the ubuntu and debian repositories?
2013-10-17 03:17 <WalterN> hmm
2013-10-17 03:19 <WalterN> and 2.8 is the most up to date version
2013-10-17 03:20 <WalterN> lets see if there is a nice way to get everything to version 2.8
2013-10-17 05:09 <WalterN> alright... debian testing has 2.8.2
2013-10-17 05:16 <WalterN> ACTION tries the demo
2013-10-17 05:17 <WalterN> oh gosh this is going to take a while to set up correctly
2013-10-17 05:18 <WalterN> I have no idea all the things
2013-10-17 09:24 <WUD> hello guys, came in here looking for help
2013-10-17 09:25 <WUD> I'm working on a Tryton module, which has a class say X, I'm writing tests for my module, but even though I have registered my class in the POOL in the __init__ of my module, whenever I do a POOL.get('X') in my test, it shows key error
2013-10-17 09:26 <jeancavallo> WUD: Could you show us your code ?
2013-10-17 16:07 -!- WUD(~WUD@unaffiliated/wud) has left #tryton
2013-10-17 16:36 <giedrius> is it possible somehow to see executed SQL queries by record.save()?
2013-10-17 16:37 <cedk> giedrius: you can put print statement in execute of backend/<…>/database.py
2013-10-17 16:38 <giedrius> or to check all changed fields before executing record.save()?
2013-10-17 16:41 <giedrius> cedk: ok, btw openerp has a debug option to print queries with execution times. Sometimes its handy
2013-10-17 16:41 <Pilou> With PostgreSQL there is a 'log_statement' in postgresql.conf.
2013-10-17 16:42 <cedk> giedrius: yeps we should try to improve the logging facilities
2013-10-17 16:42 <giedrius> cedk: would you accept such a thing?
2013-10-17 16:42 <giedrius> great
2013-10-17 16:44 <cedk> giedrius: I have some ideas, I will probably expose at the TUB
2013-10-17 16:49 <giedrius> cedk: cool, i hope they will be discussed on the mailing list too, as sadly, i have no chance to participate this year
2013-10-17 16:50 <giedrius> cedk: btw what is the last day to submit translates? (it would be great to put this info/rules on wiki)
2013-10-17 16:52 <cedk> giedrius: I would like to be tomorrow
2013-10-17 16:54 <giedrius> cedk: ok
2013-10-17 19:54 <Pilou> cedk: it seems that one mail I wrote is stuck in the moderation queue of tryton-dev mailing list.
2013-10-17 20:09 <oscar> I could not connect to server in 2.9 trunk, but my postgresql server is online and configured fine,
2013-10-17 20:10 <oscar> Why?
2013-10-17 20:13 <oscar> I am using localhost, pg_hba.conf and postgresql.conf are fine, from 2.8 connection I can connect without problems?
2013-10-17 20:13 <oscar> I am using localhost, pg_hba.conf and postgresql.conf are fine, from 2.8 connection I can connect without problems
2013-10-17 20:29 <smarro> oscar: try to configure the timezone in trytond.conf
2013-10-17 20:38 <oscar> smarro: I solved thank you so much
2013-10-17 20:59 <cedk> Pilou: You should fix your network to get your IP resolve for reverse lookup
2013-10-17 21:00 <cedk> Pilou: it is bouleau.bioecoforests.com IPv6 that doesn't resolve

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