IRC logs of #tryton for Monday, 2011-08-29

chat.freenode.net #tryton log beginning Mon Aug 29 00:00:02 CEST 2011
2011-08-29 03:16 -!- alimon(~alimon@189.154.55.187) has joined #tryton
2011-08-29 03:37 -!- ikks(~ikks@201.244.237.230) has joined #tryton
2011-08-29 03:53 -!- alimon(~alimon@189.154.55.187) has joined #tryton
2011-08-29 04:05 -!- gremly(~gremly@200.106.218.64) has joined #tryton
2011-08-29 05:09 -!- zodman(~zodman@foresight/developer/zodman) has joined #tryton
2011-08-29 07:40 -!- vladimirek(~vladimire@bband-dyn34.178-40-42.t-com.sk) has joined #tryton
2011-08-29 08:06 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton
2011-08-29 08:06 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton
2011-08-29 08:07 -!- ralf58(~quassel@dslb-088-070-145-123.pools.arcor-ip.net) has joined #tryton
2011-08-29 08:47 -!- bechamel(~user@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton
2011-08-29 09:15 -!- ccomb(~ccomb@anj75-1-82-226-210-96.fbx.proxad.net) has joined #tryton
2011-08-29 09:27 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-08-29 10:49 -!- elbenfreund(~elbenfreu@g230080203.adsl.alicedsl.de) has joined #tryton
2011-08-29 10:57 -!- ccomb(~ccomb@anj75-1-82-226-210-96.fbx.proxad.net) has joined #tryton
2011-08-29 10:58 -!- nicoe(~nicoe@ced.homedns.org) has joined #tryton
2011-08-29 12:16 -!- elbenfreund(~elbenfreu@p54B924A5.dip.t-dialin.net) has joined #tryton
2011-08-29 14:53 -!- ralf58___(~quassel@dslb-092-076-175-000.pools.arcor-ip.net) has joined #tryton
2011-08-29 15:13 -!- reichlich(~reichlich@p578E9BF8.dip.t-dialin.net) has joined #tryton
2011-08-29 15:29 -!- dfamorato(~dfamorato@173-9-190-185-miami.txt.hfc.comcastbusiness.net) has joined #tryton
2011-08-29 15:47 -!- alimon(alimon@189.154.55.187) has joined #tryton
2011-08-29 15:59 -!- saxa(~sasa@189.26.255.43) has joined #tryton
2011-08-29 18:17 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton
2011-08-29 18:17 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton
2011-08-29 20:00 -!- plantian(~ian@c-67-169-72-36.hsd1.ca.comcast.net) has joined #tryton
2011-08-29 20:19 -!- hoRn(~jan@dslb-094-222-150-047.pools.arcor-ip.net) has joined #tryton
2011-08-29 20:20 <hoRn> Good evening!
2011-08-29 20:35 <cedk> hoRn: hi
2011-08-29 20:37 <hoRn> cedk: totaly confused by my own modules - to much functionality in it ;)
2011-08-29 20:39 <cedk> hoRn: split
2011-08-29 20:40 <hoRn> cedk: yes - but need to release it this night. tomorrow in the morning they'll give it a first try
2011-08-29 21:19 <hoRn> is there a way to repeat values horizontal in a report?
2011-08-29 21:21 <hoRn> float:left ;/
2011-08-29 21:26 <hoRn> will do it in the code - get_columns
2011-08-29 21:45 -!- gremly(~gremly@200.106.218.64) has joined #tryton
2011-08-29 21:49 <cedk> hoRn: yes you can create loop on columns
2011-08-29 21:50 <cedk> hoRn: I think there is an example in relatorio
2011-08-29 21:51 <hoRn> cedk: still searching :-/
2011-08-29 21:52 -!- rhubner(~rhubner@189.26.80.246.dynamic.adsl.gvt.net.br) has joined #tryton
2011-08-29 21:53 <hoRn> cedk: think about a fast and dirty implementation in zpt
2011-08-29 21:53 <hoRn> cedk: its a huge amount of messure data from a quality process
2011-08-29 21:55 <hoRn> cedk: was searching for a way to write xml-output from a method and include it in the oo-template - no luck
2011-08-29 21:56 <hoRn> cedk: or simple csv, or, or, or .... :)
2011-08-29 22:40 <cedk> hoRn: create a report that just return the csv file
2011-08-29 22:40 <hoRn> cedk: yes - i'm still reading the sources
2011-08-29 22:42 <hoRn> cedk: have to overwrite parse and return the csv-data as data.
2011-08-29 22:43 -!- ccomb(~ccomb@vau75-2-81-57-244-84.fbx.proxad.net) has joined #tryton
2011-08-29 22:43 <hoRn> cedk: which module sends the content disposition?
2011-08-29 23:24 <cedk> hoRn: don't understand
2011-08-29 23:25 <hoRn> cedk: i was looking for a solution to parse the report to html for example
2011-08-29 23:26 <cedk> hoRn: don't understand
2011-08-29 23:27 <hoRn> cedk: me too ;)
2011-08-29 23:28 <hoRn> cedk: i had made a test with some html in parse('html', data) - this opens oo in webview
2011-08-29 23:29 <hoRn> cedk: if i do parse(): return ('csv',data) it opens oo-calc
2011-08-29 23:49 <hoRn> cedk: I'm totally wrong - that's the result of programming a lot of webstuff over the time ... got it.

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