IRC logs of #tryton for Tuesday, 2010-12-28

chat.freenode.net #tryton log beginning Tue Dec 28 00:00:01 CET 2010
2010-12-28 01:46 -!- pepeu(~manuel@201.155.193.192) has joined #tryton
2010-12-28 02:35 -!- johbo_(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2010-12-28 03:19 -!- woakas(~woakas@200.106.202.91) has joined #tryton
2010-12-28 04:09 -!- woakas(~woakas@200.106.202.91) has joined #tryton
2010-12-28 05:18 -!- plantian(~ian@206-211-209-202.utilitytelephone.net) has joined #tryton
2010-12-28 05:18 -!- yangoon(~mathiasb@p549F6614.dip.t-dialin.net) has joined #tryton
2010-12-28 08:04 -!- chrue(~chrue@dyndsl-091-096-002-231.ewe-ip-backbone.de) has joined #tryton
2010-12-28 08:09 -!- sharoon(~sharoon@202.129.198.250) has joined #tryton
2010-12-28 08:30 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-12-28 08:30 -!- trifon(~trifon@95-42-46-121.btc-net.bg) has joined #tryton
2010-12-28 08:33 -!- jcm(~jcm@symetrie.net) has joined #tryton
2010-12-28 08:41 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2010-12-28 08:49 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2010-12-28 09:41 -!- paepke(~paepke@p4FEB26D8.dip0.t-ipconnect.de) has joined #tryton
2010-12-28 10:02 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-12-28 10:31 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2010-12-28 10:31 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2010-12-28 10:42 -!- Vladimirek(~vladimir@213.81.222.86) has joined #tryton
2010-12-28 10:47 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2010-12-28 10:47 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2010-12-28 12:43 -!- styx-tdo(54729673@gateway/web/freenode/ip.84.114.150.115) has joined #tryton
2010-12-28 12:45 <styx-tdo> hi, can tryton handle multiple vendors and import price/availability lists to fill the virtual warehouse of a retail store that has close to no local storage?
2010-12-28 12:45 <styx-tdo> if yes - how? *g*
2010-12-28 12:48 <styx-tdo> and how to bulk import data into the store locations
2010-12-28 12:51 <paepke> styx-tdo, see #tryton.de
2010-12-28 12:51 <cedk> styx-tdo: Tryton is a framework so there is no out-of-the-box solution
2010-12-28 12:52 <cedk> styx-tdo: but Tryton manage multi warehouse
2010-12-28 12:52 <cedk> styx-tdo: and you can have many price list
2010-12-28 12:52 <styx-tdo> sec
2010-12-28 12:53 <cedk> styx-tdo: And there is a lot of way to import data into Tryton
2010-12-28 12:53 <cedk> styx-tdo: with Python script (using Proteus as example)
2010-12-28 12:53 <cedk> styx-tdo: directly with SQL
2010-12-28 12:53 <cedk> styx-tdo: using the import CSV from the client
2010-12-28 12:54 <styx-tdo> i am not into python - perl with DBI sounds like a way for me ;)... i need to import availability and prices on a daily basis
2010-12-28 12:54 <styx-tdo> are there sample scripts for importing?
2010-12-28 12:54 <cedk> all those methods depend of many criteria and they result of a choice of the devopper that will do it
2010-12-28 12:54 <cedk> styx-tdo: the stock in Tryton is not managed with availability but with a double entry system
2010-12-28 12:55 <cedk> styx-tdo: so you must create move from one location to an other
2010-12-28 12:55 <cedk> styx-tdo: if you need to do the import on daily basis, I will suggest you to write a script using Proteus
2010-12-28 12:56 <cedk> http://pypi.python.org/pypi/proteus/1.8.0
2010-12-28 13:00 -!- lem0na(~lem0na@95.87.233.210) has joined #tryton
2010-12-28 13:01 <styx-tdo> complicated stuff. woha
2010-12-28 13:01 <styx-tdo> thanks
2010-12-28 13:03 <paepke> styx-tdo, not really complicated. you have to do it like this in nearly every system.
2010-12-28 13:04 <styx-tdo> i am used to accounting sw and so on, but still need some time to digest the all-in-one solution
2010-12-28 13:22 <cedk> styx-tdo: I also forget to mention that Tryton got an XML-RPC API
2010-12-28 13:22 <cedk> styx-tdo: http://code.google.com/p/tryton/wiki/RemoteCalls
2010-12-28 13:22 <styx-tdo> we talk about 3x80k products.. so.. :)
2010-12-28 13:22 <styx-tdo> database seems the logical path
2010-12-28 13:23 <cedk> styx-tdo: yes if you want to have a short timing
2010-12-28 13:28 <styx-tdo> say, the system is not really designed for quick cash sales, right?
2010-12-28 13:29 <cedk> styx-tdo: no realy
2010-12-28 13:30 <styx-tdo> thought so.. ;) i guess, one can make it do that with some python^^.. *sigh*
2010-12-28 13:31 <cedk> styx-tdo: the sale module is more a B2B and not B2C
2010-12-28 13:31 <styx-tdo> yes, i noticed :)
2010-12-28 13:31 <styx-tdo> there is no POS module like OpenBravo, right?
2010-12-28 13:31 <cedk> styx-tdo: not yet
2010-12-28 13:31 <cedk> styx-tdo: but you can use the POS of OpenBravo
2010-12-28 13:32 <styx-tdo> are there link modules?
2010-12-28 13:33 <styx-tdo> ah i'll find out
2010-12-28 13:33 <styx-tdo> thanks for the help for now
2010-12-28 13:34 <styx-tdo> need to get some stuff done. ;)
2010-12-28 14:05 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-12-28 14:13 -!- trifon(~trifon@95-42-46-121.btc-net.bg) has joined #tryton
2010-12-28 14:24 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2010-12-28 14:24 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2010-12-28 15:13 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2010-12-28 15:51 <udono> demo1.8.tryton.org:8070 seems not to run
2010-12-28 15:56 -!- pepeu(~manuel@201.152.19.205) has joined #tryton
2010-12-28 16:09 <cedk> udono: restarted
2010-12-28 16:10 <udono> cedk: thanks
2010-12-28 17:19 -!- elbenfreund(~elbenfreu@p54B954F3.dip.t-dialin.net) has joined #tryton
2010-12-28 17:19 <elbenfreund> hi :)
2010-12-28 17:26 <cedk> elbenfreund: hi
2010-12-28 17:27 -!- johbo(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2010-12-28 17:39 -!- cheche(cheche@188.85.213.151) has joined #tryton
2010-12-28 17:57 -!- nicoe(~nicoe@193.200.42.57) has left #tryton
2010-12-28 17:57 -!- nicoe(~nicoe@193.200.42.57) has joined #tryton
2010-12-28 18:26 -!- trifon_(~trifon@95-42-39-94.btc-net.bg) has joined #tryton
2010-12-28 18:47 -!- jbunting(~jbunting@99-5-88-198.lightspeed.nsvltn.sbcglobal.net) has joined #tryton
2010-12-28 18:47 -!- jbunting(~jbunting@99-5-88-198.lightspeed.nsvltn.sbcglobal.net) has left #tryton
2010-12-28 18:53 -!- jcm(~jcm@symetrie.net) has joined #tryton
2010-12-28 19:16 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2010-12-28 19:40 -!- paepke(~paepke@p4FEB26D8.dip0.t-ipconnect.de) has left #tryton
2010-12-28 19:51 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2010-12-28 20:45 -!- okko1(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2010-12-28 21:00 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton
2010-12-28 21:16 -!- chrue(~chrue@dyndsl-091-096-058-238.ewe-ip-backbone.de) has joined #tryton
2010-12-28 23:20 -!- Vladimirek(~vladimir@213.151.246.136) has joined #tryton
2010-12-28 23:25 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2010-12-28 23:56 -!- elbenfreund(~elbenfreu@p54B954F3.dip.t-dialin.net) has joined #tryton

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