IRC logs of #tryton for Sunday, 2011-07-10

chat.freenode.net #tryton log beginning Sun Jul 10 00:00:03 CEST 2011
2011-07-10 00:04 -!- blast_hardcheese(~blast_har@cpe-98-151-31-186.socal.res.rr.com) has joined #tryton
2011-07-10 00:52 <Hydrant> cedk: yah, I think the accounting is the part that I'm confused on
2011-07-10 00:52 <Hydrant> I'm going to see if I can get some accountants to go through Tryton with me and set things up
2011-07-10 00:53 <cedk> Hydrant: if you have specific question, you can post it on tryton mailing list
2011-07-10 00:57 <Hydrant> okay... there are also a couple modules I would like to contribute to Tryton's code base
2011-07-10 00:57 <Hydrant> but I'll need some help with part of it
2011-07-10 01:00 <Hydrant> in particular, export to XBRL support
2011-07-10 01:08 <udono> Hydrant: XBRL sounds interesting.
2011-07-10 01:09 <Hydrant> I need for our accountant to be able to import our financial data into caseware, and XBRL looks like the best way to do it
2011-07-10 01:10 <Hydrant> I can write a good deal of the code, but I'll need some help with Tryton's data model since I'm not very familiar with it yet
2011-07-10 01:13 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-07-10 01:22 <udono> Hydrant: I read that XBRL is now in testing phase as an interface for e-balance report for companies to government in germany.
2011-07-10 01:25 <Hydrant> udono: I'm in Canada here, but I'm going to have to write this module in the next month or so before my year-end
2011-07-10 01:26 <Hydrant> we are only using open source tools, and I would rather contribute modules to Tryton than pay for commercial windows-only junk
2011-07-10 01:26 <Hydrant> the other module I have to contribute, is a cheque print... although I didn't see that Tryton supports cheque tracking anyways
2011-07-10 01:26 <Hydrant> there is a standard in Canada (CPA 006) for cheques, and I have an implementation that can be GPL-ed and contributed
2011-07-10 01:39 <cedk> Hydrant: I will suggest you to write a blueprint before starting development like that others can contribute to the design
2011-07-10 02:25 -!- uranush(~uranus@96.57.28.107) has joined #tryton
2011-07-10 05:01 -!- yangoon1(~mathiasb@p54B4FAE6.dip.t-dialin.net) has joined #tryton
2011-07-10 06:24 -!- alimon(~alimon@189.154.110.53) has joined #tryton
2011-07-10 09:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-07-10 10:11 -!- mhi1(~mhi@pd95b104a.dip0.t-ipconnect.de) has joined #tryton
2011-07-10 10:27 -!- chrue(~chrue@dyndsl-091-096-053-206.ewe-ip-backbone.de) has joined #tryton
2011-07-10 11:39 -!- bechamel(~user@host-85-201-144-79.brutele.be) has joined #tryton
2011-07-10 12:01 -!- blast_hardcheese(~blast_har@cpe-98-151-31-186.socal.res.rr.com) has joined #tryton
2011-07-10 13:18 -!- chrue1(~chrue@dyndsl-091-096-057-132.ewe-ip-backbone.de) has joined #tryton
2011-07-10 17:47 -!- chrue(~chrue@dyndsl-091-096-057-132.ewe-ip-backbone.de) has joined #tryton
2011-07-10 18:31 -!- dfamorato(~dfamorato@c-75-74-235-36.hsd1.fl.comcast.net) has joined #tryton
2011-07-10 20:01 -!- elbenfreund(~elbenfreu@p54B95B87.dip.t-dialin.net) has joined #tryton
2011-07-10 20:04 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton
2011-07-10 20:04 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton
2011-07-10 21:44 -!- bechamel(~user@2001:6f8:3aa:0:21f:3bff:fe36:8749) has joined #tryton
2011-07-10 21:48 -!- elbenfreund(~elbenfreu@p54B95B87.dip.t-dialin.net) has joined #tryton
2011-07-10 22:01 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-07-10 22:10 -!- elbenfreund(~elbenfreu@p54B95B87.dip.t-dialin.net) has joined #tryton
2011-07-10 22:41 -!- marc0s(~marc0s@unaffiliated/marc0s) has joined #tryton
2011-07-10 22:41 <marc0s> hi
2011-07-10 22:44 <cedk> marc0s: hi
2011-07-10 22:47 <marc0s> cedk: i was checking the views docs and i was wondering how can i delete a page from a notebook via inheritance. Should i use the replace position and put nothing in it?
2011-07-10 22:48 <cedk> marc0s: you can
2011-07-10 22:48 <cedk> marc0s: but be careful, removing stuff from a view can break the other modules
2011-07-10 22:48 <cedk> marc0s: it is better to just hide it
2011-07-10 22:49 <marc0s> cedk: good point
2011-07-10 23:04 <marc0s> cedk: what's the error here? http://paste.pocoo.org/show/435552/ I was looking at existing modules for a similar example but didn't found any
2011-07-10 23:06 -!- elbenfreund1(~elbenfreu@p54B9440D.dip.t-dialin.net) has joined #tryton
2011-07-10 23:08 <cedk> marc0s: page must have an id
2011-07-10 23:12 <marc0s> cedk: thanks, so it replace all the attributes with the ones specefied in the inheritance, i thought it will merge with existing ones. All ok now :)
2011-07-10 23:13 <cedk> marc0s: it only replace the existing one but the validation rnc force you to have an id
2011-07-10 23:13 <cedk> marc0s: even on xpath
2011-07-10 23:13 <marc0s> cedk: ah, ok

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