IRC logs of #tryton for Tuesday, 2011-01-04

chat.freenode.net #tryton log beginning Tue Jan 4 00:00:01 CET 2011
2011-01-04 00:34 <yangoon> plantian: if you want to do it the generic way, place the wizard in an additional module depending on the two others
2011-01-04 00:36 <plantian> yangoon: Okay, yes I have 3 modules now. Base module for wizard layout. Then module for stock extension and module for price list extension of wizard. Is it possible to not link wizard into the menu though until either the stock or price list is in use ?
2011-01-04 00:36 <plantian> Ie. Can the stock extension module check to see if the menu entry point has been created by the price list extension module yet or not ?
2011-01-04 00:38 -!- elbenfreund(~elbenfreu@p54B96130.dip.t-dialin.net) has joined #tryton
2011-01-04 00:42 <yangoon> plantian: if you put the two other modules in the depends of the wizard module you shouldbe done
2011-01-04 00:43 <yangoon> plantian: and for the menu entry point, just out it into the wizard module
2011-01-04 00:43 <yangoon> s/out/put/
2011-01-04 00:43 <plantian> The two modules depend on the wizard module though, not the other way around.
2011-01-04 00:44 <plantian> It is a dynamic lookup of stock and pricing for product. So you select products and then lookup the pricing for price lists and the current stock location and quantities.
2011-01-04 00:45 <yangoon> plantian: I would do it the other way: depend the wizard on the other modules
2011-01-04 00:45 <yangoon> plantian: or put it alltogether in one module
2011-01-04 00:46 <plantian> yangoon: Yes I might be forced to do that. I didn't want to force people to use product_price_list and stock modules though. I wanted them to be optional. So I would have product_lookup, product_lookup_stock and product_lookup_price_list. Does my original strategy make sense? Even if it is too much work.
2011-01-04 00:48 <yangoon> plantian: did you think to extend the wizard in the respective modules?
2011-01-04 00:49 <plantian> yangoon: Yes the wizard forms have more fields and more functionality but the same states.
2011-01-04 00:50 <yangoon> plantian: so you could overload the wizard class?
2011-01-04 00:50 <plantian> Yes the wizard is overloaded but the wizard in the base module, product_lookup is not really usable it is just a skeleton to be used by extensions.
2011-01-04 00:53 <yangoon> plantian: you can place a hint in __tryton__.py and|or README to reflect the need of installation of additional modules, which is ok for me
2011-01-04 00:54 <plantian> yangoon: Yes you're right, I think I am prone to over-engineering.
2011-01-04 00:54 <yangoon> :-)
2011-01-04 00:54 <plantian> I just thought there would be a way to hide wizard until other modules were installed but I will just say to install one of hte extensions with the base.
2011-01-04 00:55 <plantian> It is very difficult to make modules re-usable.
2011-01-04 00:56 <yangoon> yeah, it is a great challenge to create generic modules
2011-01-04 00:58 <yangoon> of course you could do a lookup if a module is installed, but I think it is too much effort for this problem
2011-01-04 01:01 <plantian> yangoon: Yes, I think I will go with README suggestion.
2011-01-04 01:02 <yangoon> plantian: leaving, cu soon
2011-01-04 01:02 <plantian> yangoon: okay thanks for discussion, ttyl
2011-01-04 01:03 <yangoon> exit
2011-01-04 01:05 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-01-04 01:13 -!- woakas(~woakas@200.106.202.91) has joined #tryton
2011-01-04 01:34 -!- gavinf(~gavinf@196-210-248-58.dynamic.isadsl.co.za) has joined #tryton
2011-01-04 02:39 -!- ebanders(~ebanders@c-66-41-121-0.hsd1.mn.comcast.net) has joined #tryton
2011-01-04 05:20 -!- yangoon(~mathiasb@p549F6866.dip.t-dialin.net) has joined #tryton
2011-01-04 06:18 -!- ebanders(~ebanders@c-66-41-121-0.hsd1.mn.comcast.net) has joined #tryton
2011-01-04 07:24 -!- enlightx(~enlightx@dynamic-adsl-94-34-169-161.clienti.tiscali.it) has joined #tryton
2011-01-04 07:26 -!- trifon(~trifon@79-100-36-253.btc-net.bg) has joined #tryton
2011-01-04 08:03 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-01-04 08:16 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2011-01-04 08:17 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2011-01-04 08:22 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2011-01-04 08:31 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2011-01-04 08:46 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-01-04 08:50 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton
2011-01-04 09:08 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2011-01-04 09:08 -!- jcm(~jcm@symetrie.net) has joined #tryton
2011-01-04 09:26 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-01-04 09:43 -!- pjstevns(~pjstevns@a83-163-46-103.adsl.xs4all.nl) has joined #tryton
2011-01-04 09:45 -!- bechamel(~user@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton
2011-01-04 09:47 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-01-04 09:47 -!- Hydrant(~aj@unaffiliated/hydrant) has joined #tryton
2011-01-04 09:47 -!- dba(~daniel@178.63.150.30) has joined #tryton
2011-01-04 09:47 -!- cheche(cheche@188.85.213.151) has joined #tryton
2011-01-04 09:47 -!- haggai(~halls@brooke.credativ.ltd.uk) has joined #tryton
2011-01-04 09:48 -!- btQuark(~quark@static.133.47.46.78.clients.your-server.de) has joined #tryton
2011-01-04 09:48 -!- sejo(~SeJo@exherbo/developer/sejo) has joined #tryton
2011-01-04 09:48 -!- blast_hardcheese(~blast_har@dsl092-043-124.lax1.dsl.speakeasy.net) has joined #tryton
2011-01-04 10:14 -!- sharkcz`(~sharkcz@2001:15c0:6747:160:250:43ff:fe3c:3b5d) has joined #tryton
2011-01-04 10:58 -!- paepke(~paepke@p4FEB2A95.dip0.t-ipconnect.de) has joined #tryton
2011-01-04 12:19 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-01-04 13:01 -!- sharkcz(~sharkcz@2001:15c0:6747:160:250:43ff:fe3c:3b5d) has joined #tryton
2011-01-04 13:08 -!- sharkcz(~sharkcz@2001:15c0:6747:160:250:43ff:fe3c:3b5d) has joined #tryton
2011-01-04 13:59 -!- vincentvdl(~Gebruiker@62.58.29.41) has joined #tryton
2011-01-04 14:38 -!- pepeu(~manuel@201.155.193.192) has joined #tryton
2011-01-04 14:58 -!- elbenfreund(~elbenfreu@p54B97471.dip.t-dialin.net) has joined #tryton
2011-01-04 15:12 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-01-04 15:20 -!- vincentvdl(~Gebruiker@62.58.29.41) has left #tryton
2011-01-04 15:23 -!- okko(~okko@83.232.81.68) has joined #tryton
2011-01-04 15:57 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2011-01-04 16:41 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2011-01-04 16:55 <Hydrant> cedk: ping
2011-01-04 16:56 <Hydrant> I've been working on writing up a kinda case-study (shamelessly based on what I need to do with my company)... and I will write up a draft of what I wanted to do... and how these issues were dealt with by Tryton
2011-01-04 16:56 <Hydrant> I hope this kinda thing can be useful to others who want to see Tryton in action, by a case study
2011-01-04 16:57 <Hydrant> perhaps it can be trimmed and made into an article or something... I'm still putting things together, and I'll share it once I'm done
2011-01-04 16:58 <cedk> Hydrant: ok great
2011-01-04 16:58 <Hydrant> where is the best place to share this? A mailing list I presume?
2011-01-04 16:58 <Hydrant> Or should I just start a case study on the wiki
2011-01-04 17:04 <cedk> Hydrant: I guess mailing list
2011-01-04 17:08 -!- pheller(~pheller@c1fw239.constantcontact.com) has joined #tryton
2011-01-04 17:15 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton
2011-01-04 17:23 -!- pjstevns(~pjstevns@a83-163-46-103.adsl.xs4all.nl) has left #tryton
2011-01-04 17:51 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2011-01-04 18:03 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-01-04 18:09 -!- paepke(~paepke@p4FEB2A95.dip0.t-ipconnect.de) has left #tryton
2011-01-04 19:10 -!- chrue(~chrue@host-091-097-071-222.ewe-ip-backbone.de) has joined #tryton
2011-01-04 19:17 -!- paepke(~paepke@p4FEB48ED.dip.t-dialin.net) has joined #tryton
2011-01-04 19:18 -!- enlightx(~enlightx@dynamic-adsl-94-34-169-161.clienti.tiscali.it) has joined #tryton
2011-01-04 19:37 -!- paepke_(~paepke@p4FEB48ED.dip.t-dialin.net) has joined #tryton
2011-01-04 19:37 -!- lem0na(~lem0na@95.87.233.210) has joined #tryton
2011-01-04 19:43 -!- paepke(~paepke@p4FEB48ED.dip.t-dialin.net) has joined #tryton
2011-01-04 20:31 -!- pheller(~pheller@c1fw239.constantcontact.com) has joined #tryton
2011-01-04 20:57 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2011-01-04 20:58 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2011-01-04 21:03 -!- pheller(~pheller@c1fw239.constantcontact.com) has joined #tryton
2011-01-04 21:25 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton
2011-01-04 21:37 -!- pheller(~pheller@c1fw239.constantcontact.com) has joined #tryton
2011-01-04 21:41 -!- Timitos(~kp@88.217.184.172) has joined #tryton
2011-01-04 22:26 -!- jcm(~jcm@cxr69-10-88-172-230-130.fbx.proxad.net) has joined #tryton
2011-01-04 22:30 -!- ebanders(~ebanders@c-66-41-121-0.hsd1.mn.comcast.net) has joined #tryton
2011-01-04 23:02 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton

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