chat.freenode.net #tryton log beginning Wed Oct 26 00:00:02 CEST 2011 | ||
2011-10-26 04:44 -!- ciupicri(~ciupicri@unaffiliated/ciupicri) has joined #tryton | ||
2011-10-26 11:07 <udono> cedk: hi, did you recognize: http://code.google.com/p/spiff-gtkwidgets/issues/detail?id=7#c4 | ||
2011-10-26 11:08 <cedk> udono: yes | ||
2011-10-26 11:08 <cedk> udono: do you get a copy? | ||
2011-10-26 11:10 <udono> cedk: I downloaded the copy in 2009 and found it in my archive. | ||
2011-10-26 11:36 <cedk> udono: could you send it me | ||
2011-10-26 11:37 <udono> cedk: you can download the copy http://code.google.com/p/spiff-gtkwidgets/issues/detail?id=7#c4 | ||
2011-10-26 11:37 <udono> cedk: I post it on the issue. | ||
2011-10-26 11:38 <cedk> udono: thx | ||
2011-10-26 11:42 <udono> cedk: welcome | ||
2011-10-26 11:47 <cedk> udono: it looks quite good | ||
2011-10-26 11:58 <udono> cedk: yes, but the maintainer spokes about problems with this in the above issue. | ||
2011-10-26 11:59 <udono> cedk: BTW are you planning a calender widget for tryton? | ||
2011-10-26 12:00 <cedk> udono: hippocanvas seems to be abandonned so it is really not the way to go | ||
2011-10-26 12:02 <cedk> udono: and goocanvas seems to be the choosen one of GTK+ | ||
2011-10-26 12:02 <cedk> udono: I don't know yet about calendar view | ||
2011-10-26 12:02 <cedk> udono: I think it could be useful to be able to display some Models on a timeline base | ||
2011-10-26 12:03 <udono> cedk: yes, interesting | ||
2011-10-26 12:03 <udono> cedk: afaik hippocanvas was used on OLPC in the past. But don't know if it is for now. | ||
2011-10-26 12:04 <cedk> udono: https://www.ohloh.net/p/compare?project_0=Hippo+Canvas&project_1=goocanvas&submit_1=Go | ||
2011-10-26 12:06 <cedk> udono: also I think interresting to dive a little bit into canvas programmation :-) | ||
2011-10-26 12:06 <hoRn> hi - I needed a more complex graph for a module an so i was thinking about the possibillities to show graphs in tryton. finally I decided to use matplotlib and the widget for images - but while playing around, I was thinking about the simple use of something like http://live.gnome.org/WebKitGtk or similar. | ||
2011-10-26 12:06 <udono> cedk: :-) | ||
2011-10-26 12:09 <cedk> udono: they was a lot of release since the comment of the SpiffWidget guy http://ftp.gnome.org/pub/GNOME/sources/goocanvas/ | ||
2011-10-26 12:09 <cedk> hoRn: what was the issue? | ||
2011-10-26 12:09 <cedk> hoRn: why not improving the curren graph tool | ||
2011-10-26 12:10 <cedk> udono: I guess there was a lot of progress with the text rendering | ||
2011-10-26 12:10 <hoRn> cedk: because I needed a result in hours, not in weeks ;) | ||
2011-10-26 12:11 <cedk> hoRn: so improve graph.py to expand by hours instead of days | ||
2011-10-26 12:12 <hoRn> cedk: i meant my working time ... | ||
2011-10-26 12:15 <hoRn> cedk: http://upload.wikimedia.org/wikipedia/commons/0/06/Xquer_Regelkarte.svg - I needed to display stuff like this. but i will take a look to graph.py soon as possible .... | ||
2011-10-26 12:16 <cedk> hoRn: you can, there is an example for currency rate | ||
2011-10-26 12:17 <hoRn> cedk: thank you - i will check this ... | ||
2011-10-26 12:21 <cedk> hoRn: http://oi39.tinypic.com/2cfus85.jpg | ||
2011-10-26 12:21 <cedk> hoRn: but for sure, graph.py could be improved | ||
2011-10-26 12:26 <hoRn> cedk: thanks! this example is unfortunately a little bit hidden in the code - i didn't find it as an example for my needs. Thanks - looks good - back in some hours ;) need to switch to graph widget | ||
2011-10-26 13:42 <cedk> zodman: did you test? | ||
2011-10-26 13:50 <sharoon> cedk: when i manually call pay_invoice even if the amount is complete, it does not reconcile and take invoice to paid state | ||
2011-10-26 13:50 <sharoon> cedk: any idea ? | ||
2011-10-26 13:50 <sharoon> cedk: manually_call == call from a proteus script | ||
2011-10-26 13:51 <sharoon> cedk: s/proteus/python | ||
2011-10-26 13:51 <yangoon> sharoon: any rounding issues? | ||
2011-10-26 13:51 <yangoon> sharoon: do you use multicurrency? | ||
2011-10-26 13:52 <sharoon> cedk: yes | ||
2011-10-26 13:52 <sharoon> oops | ||
2011-10-26 13:52 <sharoon> yangoon: yes | ||
2011-10-26 13:52 <sharoon> yangoon: its multicurrency | ||
2011-10-26 13:52 <cedk> sharoon: pay_invoice doesn't do reconciliation | ||
2011-10-26 13:53 <yangoon> sharoon: so the amounts depend on the rates | ||
2011-10-26 13:53 <yangoon> sharoon: if there are differences du to rate calculation they have to be booked to a write-off | ||
2011-10-26 13:55 <sharoon> yangoon: the amount to pay is zero after that is done | ||
2011-10-26 13:55 <sharoon> cedk: so how does the state change to paid when the pay button is used ? | ||
2011-10-26 13:56 <cedk> sharoon: It try to make a reconciliation | ||
2011-10-26 13:57 <cedk> sharoon: use the wizard if you want to same behavior | ||
2011-10-26 13:57 <cedk> sharoon: by the way, I don't know how you can call pay_invoice from prteus as it is not an rpc method | ||
2011-10-26 13:57 <sharoon> cedk: can i programmatically replicate the behavior ? | ||
2011-10-26 13:57 <sharoon> cedk: not proteus, its a python script | ||
2011-10-26 13:59 <cedk> sharoon: you can, it is not in pay_invoice because you must choose which line to reconcile | ||
2011-10-26 15:41 -!- ciupicri(~ciupicri@unaffiliated/ciupicri) has joined #tryton | ||
2011-10-26 17:50 <zodman> cedk: sorry dude i can not test it. :( on 4hrs (lunch time) i will test it. |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!